Search found 1 match
- 2015-12-13T19:30:14-07:00
- Forum: Users
- Topic: 45 degree join error
- Replies: 1
- Views: 1962
45 degree join error
Hi, I've been following this example http://www.imagemagick.org/Usage/thumbnails/#frame_joints, and everything is correct. The generated image is this (I added the red point on purpose): convert thumbnail.gif -alpha set -bordercolor none \ -compose Dst -frame 15x15+15 frame_template.gif convert ...