there is the result png.
i want to create png like this.
http://img.wdjimg.com/mms/icon/v1/5/81/ ... 00_100.png
Version: ImageMagick 6.9.0-5 Q8 x64 2015-01-31 http://www.imagemagick.org
Search found 2 matches
- 2015-02-27T00:02:28-07:00
- Forum: Users
- Topic: convert resize png8,but the image is not clear
- Replies: 5
- Views: 3162
- 2015-02-26T23:07:48-07:00
- Forum: Users
- Topic: convert resize png8,but the image is not clear
- Replies: 5
- Views: 3162
convert resize png8,but the image is not clear
hello,I need to generate thumbnails png8 format , but the image is not clear.if i remove png8:* format, then the picture is too big.
source png url:http://img.wdjimg.com/mms/icon/v1/5/81/ ... 56_256.png
Code: Select all
convert -resize 100x100 soure.png png8:dst.png