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
possible bug in -transform doing a skew in IM 6.4.2-6
- 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
Last edited by fmw42 on 2008-08-05T23:00:20-07:00, edited 1 time in total.
Re: possible but in -transform doing a skew in IM 6.4.2-6
The problem you reported is fixed in the latest subversion trunk. Thanks.