Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72920 - Major bug in imagemagick 6.1.3.x
Summary: Major bug in imagemagick 6.1.3.x
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 06:17 UTC by Jiri Benc
Modified: 2004-12-04 14:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Benc 2004-11-30 06:17:14 UTC
We found major bug in imagemagick >=6.1.3.2 (maybe lower versions are affected too, 6.1.0.1 works ok). When performing two or more crops at one image, second crop works with bad parameters. It can prevent some programs from working correctly (actually, we are developing such a program, but other programs may be affected as well). We reported this bug to magick-bugs yeasterday. I think imagemagick-6.1.3.2 and imagemagick-6.1.3.4 should be masked.

Reproducible: Always
Steps to Reproduce:
Use any image of size 1600x1200 and run:

convert -crop 800x800+201+201 -crop 200x200+0+0 your_image output_image

Actual Results:  
You will get this error message:
convert: geometry does not contain image `your_image'.


Expected Results:  
Imagemagick should crop original image to size 200x200 beginning at [201, 201]
point of original image.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-30 06:55:39 UTC
Either way, something needs to be fixed. Older versions have libtool issues (Bug 69705).
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-30 13:15:56 UTC
I'll do version bump today later.
Comment 3 Jiri Benc 2004-12-01 04:36:11 UTC
According to http://studio.imagemagick.org/magick/viewtopic.php?t=3214, they don't consider this as a bug, but as a feature. It changed somewhere between 6.1.0.1 and 6.1.3.2 (without changing of documentation). I think this is a very odd "feature" (most of operations fail after crop if you don't use +repage option - this is not documented in developer documentation nor in man pages).

Maybe we will consider use of another library - I wonder about more such surprises and "features" in future versions. Sorry for reporting this.
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2004-12-04 14:36:35 UTC
Version bumped, sorry for the delay. As you can see it's imagemagick feature, not bug ;)