Page 1 of 1

FlashPix problem!

Posted: 2008-10-13T05:44:00-07:00
by igorb
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?

Re: FlashPix problem!

Posted: 2008-10-14T02:12:04-07:00
by igorb
Is there a chance to find older binary releases (e.g. 6.0, 6.1 versions) for Windows? If not, are there
source codes of this previous releases?

Kind regards!