possible bug -list orientation

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bug -list orientation

Post 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?
Drarakel
Posts: 547
Joined: 2010-04-07T12:36:59-07:00
Authentication code: 8675308

Re: possible bug -list orientation

Post 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.)
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -list orientation

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

Re: possible bug -list orientation

Post 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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -list orientation

Post 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!
Post Reply