Page 1 of 1

mogrify with .xcf.bz2 files

Posted: 2010-06-10T07:08:56-07:00
by airbete
I'm using
ImageMagick-6.5.8.10-6.fc13.x86_64

Issue:
> mogrify -format jpg test.xcf.bz2
will produce a jpg file in /tmp but the file is NOT moved back in the current working directory.

However
> bunzip2 test.xcf.bz2
> mogrify -format jpg test.xcf
does produce a test.jpg file in the current working directory.

AB.

Re: mogrify with .xcf.bz2 files

Posted: 2010-06-10T09:29:59-07:00
by magick
We can reproduce the problem you reported and have a patch. Look for it in the next point release of ImageMagick. Thanks.