Page 1 of 1
possible bug -list orientation
Posted: 2010-08-06T09:34:52-07:00
by fmw42
IM 6.6.3.2 Q16 Mac OSX Tiger
convert -list orientation
TopLeft
TopRight
BottomRight
BottomLeft
LeftTop
RightTop
RightBottom
LeftBottom
Gaussian
Impulse
Laplacian
Multiplicative
Poisson
Random
Uniform
Are the items in red meaningful options for -orient?
Re: possible bug -list orientation
Posted: 2010-08-06T14:59:50-07:00
by Drarakel
Interesting. With my Win32 binary of IM 6.6.3.2 Q16, the output is ok:
convert -list orientation
TopLeft
TopRight
BottomRight
BottomLeft
LeftTop
RightTop
RightBottom
LeftBottom
(Even with this output from Windows, the spelling of the options did change a bit compared to the
list in the documentation. But both spellings are accepted by IM - even though due to the other "-orient" bug, it doesn't get written to the resulting image.)
Re: possible bug -list orientation
Posted: 2010-08-07T12:51:01-07:00
by fmw42
fmw42 wrote:IM 6.6.3.2 Q16 Mac OSX Tiger
convert -list orientation
TopLeft
TopRight
BottomRight
BottomLeft
LeftTop
RightTop
RightBottom
LeftBottom
Gaussian
Impulse
Laplacian
Multiplicative
Poisson
Random
Uniform
Are the items in red meaningful options for -orient?
Not sure you have had time to look into this, but these still show in IM 6.6.3.3 Q16 Mac OSX Tiger.
Re: possible bug -list orientation
Posted: 2010-08-07T17:38:27-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick-6.6.3-4 Beta available by sometime tomorrow. Thanks.
Re: possible bug -list orientation
Posted: 2010-08-08T21:48:30-07:00
by fmw42
thanks. this now works in IM 6.6.3.4 Q16 Mac OSX Tiger
convert -list orientation
TopLeft
TopRight
BottomRight
BottomLeft
LeftTop
RightTop
RightBottom
LeftBottom
No extra entries!