Search found 2 matches
- 2014-11-30T14:45:59-07:00
- Forum: Bugs
- Topic: Append not working correctly for small images
- Replies: 2
- Views: 2237
Re: Append not working correctly for small images
Thanks - JPG lossy compression the culprit. Using PNG and finally got it sorted.
- 2014-11-29T22:39:14-07:00
- Forum: Bugs
- Topic: Append not working correctly for small images
- Replies: 2
- Views: 2237
Append not working correctly for small images
Hi Append doesn't appear to be working correctly for small images (1x1, 2x2 probably others). As an example, try the following to generate 1x1 pixel images in red, green, blue: convert -size 1x1 canvas:red red.jpg convert -size 1x1 canvas:green green.jpg convert -size 1x1 canvas:blue blue.jpg Now ...