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.
mogrify with .xcf.bz2 files
Re: mogrify with .xcf.bz2 files
We can reproduce the problem you reported and have a patch. Look for it in the next point release of ImageMagick. Thanks.