Search found 1 match
- 2011-09-22T02:08:34-07:00
- Forum: Users
- Topic: Old VS New ImageMagick BMP to Transparent PNG
- Replies: 2
- Views: 5798
Old VS New ImageMagick BMP to Transparent PNG
Recently we had to move to a new server with a new imagemagick version. We always used the following to convert BMP's to transparent PNG's: convert -limit memory 256mb -limit map 512mb TEST.bmp -transparent white -depth 8 -type PaletteMatte -shave 1x1 TEST.png On the new server however the result is ...