FlashPix problem!

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
igorb

FlashPix problem!

Post 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?
igorb

Re: FlashPix problem!

Post 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!
Post Reply