Search found 6 matches
- 2017-10-23T00:48:00-07:00
- Forum: Users
- Topic: Cloning + composite?
- Replies: 3
- Views: 4479
Re: Cloning + composite?
Thanks for the feedback. I don't fully follow though why you need to delete something? What I want to do is create a canvas, create a image and position it on the canvas, clone the image and position it on another place on the canvas and then save the image. Is there maybe a simpler way to achieve ...
- 2017-10-23T00:42:11-07:00
- Forum: Users
- Topic: Create multiple images on a canvas at once?
- Replies: 4
- Views: 3584
Re: Create multiple images on a canvas at once?
I tried changing geomtry to page instead and now it moved the blue one. But the red one still doesn't appear?
- 2017-10-23T00:01:12-07:00
- Forum: Users
- Topic: Create multiple images on a canvas at once?
- Replies: 4
- Views: 3584
Create multiple images on a canvas at once?
I'm trying to generate one image by creating multiple images in one command and placing them on a canvas. So in short what I want to do is define a white background area, create another image and position that on the background and then create another image and then place that on the background and ...
- 2017-10-22T15:31:18-07:00
- Forum: Users
- Topic: Cloning + composite?
- Replies: 3
- Views: 4479
Cloning + composite?
I create an image with a red square on it like this : convert -size 4500x4500 xc:white ( -size 400x400 xc:red -geometry +500+900 ) -composite a_new.png I then try to clone and rotate the square like this : convert -size 4500x4500 xc:white ( -size 400x400 xc:red -geometry +500+900 ) ( -clone -1 ...
- 2017-10-22T13:43:49-07:00
- Forum: Users
- Topic: Paranthesis + geometry?
- Replies: 2
- Views: 1941
Re: Paranthesis + geometry?
Ah, got it! Thanks!
- 2017-10-22T11:46:55-07:00
- Forum: Users
- Topic: Paranthesis + geometry?
- Replies: 2
- Views: 1941
Paranthesis + geometry?
I'm trying to center a character (as an image) in a box so that I then can easily reposition it in another image with one command. So I have started by making sure a character is central in a image by doing the following (create image, enter text, crop to character, extend canvas) : convert -size ...