Thank you!
I have changed my program to use PNG files now, and only convert to JPG once at the end when needed.
I was adding multiple label images to the original which was causing the text to look horrible. Now it looks much better.
Search found 2 matches
- 2013-07-25T21:25:05-07:00
- Forum: Users
- Topic: "paste" image on top of another
- Replies: 2
- Views: 2238
- 2013-07-25T19:01:54-07:00
- Forum: Users
- Topic: "paste" image on top of another
- Replies: 2
- Views: 2238
"paste" image on top of another
I am trying to "paste" one image on top of another without the colour of the "pasted" image being changed at all. It seems to work fine if i use a plain white image like so: convert -quality 100% -size 715x156 xc:white "testnew.jpg" convert -quality 100% -background none -virtual-pixel transparent ...