FlashPix problem!
Posted: 2008-10-13T05:44:00-07:00
Is there a chance to use old fpx conversion (from ImageMagick 6.0.3), in new version of ImageMagick (6.4.4.), by copying
some of the dll files.
I needed to change to the newest version of IM, because i couldn't get colorspace of an CMYK image in IM 6.0.3 using following command:
And i also need to use old fpx generation, while i cannot read the new one using Java's JAI and custom build FlashPix decoder. I'm converting my JPGs to FlashPix with following commadn:
So, is there a change to copy some of.dll files from old IM, in order to continue working with all FlashPix files?
some of the dll files.
I needed to change to the newest version of IM, because i couldn't get colorspace of an CMYK image in IM 6.0.3 using following command:
Code: Select all
identify -format "%[colorsapce]" img.jpg
Code: Select all
convert -quality 95 img.jpg img.fpx