WEIRD: convert -distort Affine producing black images
Posted: 2012-12-06T04:39:05-07:00
I want to do a distortion with two controlpoints on a 2816x2112 pixel image.
- image is all black
- image is OK.
Please note that the only difference is a one pixel x-shift in the first control point. In a script doing a series of 25 conversions with different control points, always 1 to 5 resulting pictures are black!
The problem is on Ubuntu 12.04 with IM version 6.6.9-7 (distribution) but persists after upgrading to 6.8.0-7
On Windows there is no problem.
Any help is very much appreciated. Thanks.
Tom
Code: Select all
convert 001.jpg -distort Affine "369.5,1060.5 700,1100 2405.5,1077.5 2000,1100" 002.jpg
Code: Select all
convert 001.jpg -distort Affine "368.5,1060.5 700,1100 2405.5,1077.5 2000,1100" 002.jpg
Please note that the only difference is a one pixel x-shift in the first control point. In a script doing a series of 25 conversions with different control points, always 1 to 5 resulting pictures are black!
The problem is on Ubuntu 12.04 with IM version 6.6.9-7 (distribution) but persists after upgrading to 6.8.0-7
On Windows there is no problem.
Any help is very much appreciated. Thanks.
Tom