mogrify with .xcf.bz2 files

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
airbete

mogrify with .xcf.bz2 files

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: mogrify with .xcf.bz2 files

Post by magick »

We can reproduce the problem you reported and have a patch. Look for it in the next point release of ImageMagick. Thanks.
Post Reply