possible bug in -transform doing a skew in IM 6.4.2-6

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 in -transform doing a skew in IM 6.4.2-6

Post by fmw42 »

IM 6.4.2-6 Q16 Mac OSX Tiger

Doing a horizontal skew of the bottom to the left (top to the right) leaves a one pixel line extended at the bottom right of the image, this does not show in any other skew direction.

For example:

ang=-20
sinang=`convert xc: -format "%[fx:sin($ang*pi/180)]" info:`
convert rose: -affine 1,0,$sinang,1,0,0 -transform rose_skewxm20.png
Last edited by fmw42 on 2008-08-05T23:00:20-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible but in -transform doing a skew in IM 6.4.2-6

Post by magick »

The problem you reported is fixed in the latest subversion trunk. Thanks.
Post Reply