Search found 1 match
- 2019-09-15T01:59:26-07:00
- Forum: Developers
- Topic: How to make a image in desired shape in imagemagick?
- Replies: 7
- Views: 113439
Re: How to make a image in desired shape in imagemagick?
HI guys. This thread is really helpful, but when I run this: "%ProgramFiles%\ImageMagick\convert.exe" convert zelda3.jpg \ \( +clone -threshold -1 -negate -fill white -draw 'circle 64,64 64,0' \) \ -alpha off -compose copy_opacity -composite zelda3_circ.gif (nothing happened at all until I took out ...