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:
Code: Select all
identify -format "%[colorsapce]" img.jpg
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:
Code: Select all
convert -quality 95 img.jpg img.fpx
So, is there a change to copy some of.dll files from old IM, in order to continue working with all FlashPix files?