Search found 2 matches
- 2014-10-15T07:27:59-07:00
- Forum: Users
- Topic: Trim transparency off bottom and right
- Replies: 2
- Views: 2307
Re: Trim transparency off bottom and right
Thanks for the info, for reference i used the following command line to get it working :- convert.exe file.dds -gravity West -background white -splice 5x0 -background black -splice 5x0 -trim +repage -chop 5x0 -gravity north -background white -splice 0x1 -background black -splice 0x1 -trim +repage ...
- 2014-10-09T04:30:18-07:00
- Forum: Users
- Topic: Trim transparency off bottom and right
- Replies: 2
- Views: 2307
Trim transparency off bottom and right
I am using IM to convert a large number of dds files to png, the x and y size of a dds file need to be a power of 2 but png files don't and to reduce the file sizes i want to crop/trim off any transparency off the bottom and right of the images. I need to leave the top and left as they are ...