What happened to QuickTime GraphicsImportExportImageFile?

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default What happened to QuickTime GraphicsImportExportImageFile?

    For a Classic app, I used the GraphicsImportExportImageFile function of
    QuickTime to beautifully save a Gworld to a file. When I called this
    function, a Save dialog box would come up, and would even allow the user to
    specify what file type (JPG, PICT, etc) the image should be saved as.

    In OS X, this behavior seems to be gone. I think the function still works
    but the nice dialog is gone.

    The sample code is at:
    [url]http://developer.apple.com/samplecode/Sample_Code/QuickTime/Goodies/qtgraphi[/url]
    mp.htm

    Is there a good way to save an image as a file in Carbon? (ideally that has
    the same behavior as I had grown accustomed to)

    Thanks!

    Mike h.

    Mike H. Guest

  2. Similar Questions and Discussions

    1. After Cmd+D, nothing happened!
      Hi, I was doing the layout and tried Cmd+D in ID to get some pictures, but nothing happened - no window popped up. It used to work...I don't know...
    2. What ever happened to DRK?
      I used to subscribe to Cold Fusion DRK and was considring doing it again but I can't find any info on it. Anybody know what happened?
    3. What happened?
      The problem is this is NOT a binaries News Group. That means you are not allowed to post binary files. If you see the name "binaries" in the...
    4. Quicktime Playback Requires Downloaded Quicktime Components???
      I created a Director MX Presentation which plays a QuickTime video from a local disk. Occasionally, when the Director Projector begins to play the...
    5. wow what happened
      Is it just me or did a whole bunch of messages disappear? (I'm using the newsgroup rather than webx)
  3. #2

    Default Re: What happened to QuickTime GraphicsImportExportImageFile?

    In article <BB8631BD.27D8F%nospam@endspam.org>,
    "Mike H." <nospam@endspam.org> wrote:
    > In OS X, this behavior seems to be gone. I think the function still works
    > but the nice dialog is gone.
    What version of OS X and/or QuickTime are you running?

    This was broken in the initial bringup of QuickTime on OS X, but appears
    to have been fixed for QuickTime 6 and later (I didn't try it, but I
    found information about it in the bug data base).
    Tom Dowdy Guest

  4. #3

    Default Re: What happened to QuickTime GraphicsImportExportImageFile?

    In article <BB865333.27DBB%nospam@endspam.org>,
    "Mike H." <nospam@endspam.org> wrote:
    > What versions of OSX was it broken with?
    From the bug report, anything with prior to QuickTime 5.1 in it, which I
    think was just 10.0.
    Tom Dowdy Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139