Opening exported Quicktime images in The Gimp
SoftwareQuickTime Pro is a strange little application; I’ve been using it for many years and it still manages to catch me out in quirky ways!
This afternoon I was attempting to capture frames from a presentation using QuickTime Pro and importing them into The Gimp to process them. In a nutshell, the steps were:
- Playing the movie to the frame I want to save a screenshot of
- Clicking Export on the File menu
- Selecting Movie to Picture from the Export drop down list
- Clicking Save
Unfortunately when I tried to open the resulting image in The Gimp, it gave me the above error message, which I thought was strange given Preview.app was able to open it without any problems whatsoever.
It turns out the file type I was exporting wasn’t the same as I thought it was. Even though if you click the Options button in the Export dialog box and check that the type is indeed set to Photo – JPEG, the file you’re actually exporting is an Apple PICT file. Very weird.
The plot thickens though, because if you drop the .jpg
extension from the image file and replace it with the default PICT .pct
extension, The Gimp still can’t open it:
If you append .pict
instead though, it can.
Lesson learned (and it only took an hour!): if you export images from QuickTime Pro, append the .pict
extension because that’s the file you’re actually saving it as. For Unix-like applications it also seems to be more compatible than .pct
.
As a final curious observation, ImageMagick from MacPorts, pkgsrc and from the FreeBSD Ports collection on my Armada M300 can convert images that end in both
.pct
and .pict
that have been exported from QuickTime Pro.
I need a strong cup of coffee.