convert: improper image header @ error/pict.c/ReadPICTImage/
Posted: 2012-11-20T01:00:36-07:00
Hi,
I have lots of old-skool PICT images in .pct format. I really need a way to convert them in a scripting environment. I am using Ruby to do it. All PICT files are in FileMaker database.
I try:
convert 8.pct 8.jpeg
And was given these:
convert: improper image header `/var/folders/dy/w38bs0kd7bbfw7b9pwggf1200000gn/T/magick-OU6IyVh9' @ error/pict.c/ReadPICTImage/871.
I heard that the PICT header is inconsistent depends on where you save it from, is that true?
I am using Mountain Lion, Ruby 1.9.3. ImageMagick 6.7.7-6 installed using Homebrew.
If you want the sample images, here are it:
http://dl.dropbox.com/u/6815194/8.pct
http://dl.dropbox.com/u/6815194/CAID40177.pct
Very thankful for anyone's help for this sort of legacy image format.
Thanks
I have lots of old-skool PICT images in .pct format. I really need a way to convert them in a scripting environment. I am using Ruby to do it. All PICT files are in FileMaker database.
I try:
convert 8.pct 8.jpeg
And was given these:
convert: improper image header `/var/folders/dy/w38bs0kd7bbfw7b9pwggf1200000gn/T/magick-OU6IyVh9' @ error/pict.c/ReadPICTImage/871.
I heard that the PICT header is inconsistent depends on where you save it from, is that true?
I am using Mountain Lion, Ruby 1.9.3. ImageMagick 6.7.7-6 installed using Homebrew.
If you want the sample images, here are it:
http://dl.dropbox.com/u/6815194/8.pct
http://dl.dropbox.com/u/6815194/CAID40177.pct
Very thankful for anyone's help for this sort of legacy image format.
Thanks