Search found 3 matches
- 2015-09-22T07:26:58-07:00
- Forum: Users
- Topic: Merge three images at different positions on a transparent canvas
- Replies: 5
- Views: 6538
Re: Merge three images at different positions on a transparent canvas
Thanks 246246, the first command is what I was looking for. It works with "gravity" and solves the problem.
- 2015-09-22T02:14:01-07:00
- Forum: Users
- Topic: Merge three images at different positions on a transparent canvas
- Replies: 5
- Views: 6538
Re: Merge three images at different positions on a transparent canvas
I couldn't get the canvas to be transparent. It always turns out black.snibgo wrote:You might use "-layers" with a page setting, or "-composite" with a geometry.
Code: Select all
convert --size200x200 xc:none output.png -composite 1.png -composite 2.png -composite 3.png
- 2015-09-21T08:36:55-07:00
- Forum: Users
- Topic: Merge three images at different positions on a transparent canvas
- Replies: 5
- Views: 6538
Merge three images at different positions on a transparent canvas
I have three PNGs that I want merged at different positions on a transparent canvas with a fixed size. Let's say the canvas is 200x200, the images all about 50x50 and I want the first at 25x 125y, the second at 75x 125y and the third at 125x 125y. How would I go about this? Example: https://i.imgur ...