Search found 1 match
- 2013-01-09T06:46:05-07:00
- Forum: Users
- Topic: rotating PNG image leaves white border
- Replies: 1
- Views: 2132
rotating PNG image leaves white border
ImageMagick 6.8.1-0 CentOS 5.8 Perl Hi, I have an image that I want to rotate 360 degrees saving an image each 5 degrees. I use the following command: convert image.png -rotate $i -transparent none -background none image$1.png This does remove the background (or white square) when rotating but it ...