Search found 6 matches
- 2013-10-05T19:12:54-07:00
- Forum: Users
- Topic: Combining multiple images using -distort
- Replies: 15
- Views: 6013
Re: Combining multiple images using -distort
8) it works! I did come accross the clone function before but couldn't get it to work myself. Thank you both so much for your kind help. I'm working on a rendering service that stitches images into videoclips based on trackingdata. When it's done, I'll see if I can post a link for you to (hopefully ...
- 2013-10-05T16:36:45-07:00
- Forum: Users
- Topic: Combining multiple images using -distort
- Replies: 15
- Views: 6013
Re: Combining multiple images using -distort
Hi again, I've updated my ImageMagick version to ImageMagick 6.8.7-0 2013-10-05 Q16. Although I do get two images in the output image now, the distort method isn't properly applied for the second source image. To make things easier to explain I've changed the coordinates a bit and added some ...
- 2013-10-05T11:16:20-07:00
- Forum: Users
- Topic: Combining multiple images using -distort
- Replies: 15
- Views: 6013
Re: Combining multiple images using -distort
thanks for your efforts, really appreciate it. I ran your commands (using the generated gradient input images) and got the same results I had before. The first input (black and white gradient) is shown, the second input is not. tryB.png was still empty in my case. considering you are seeing both ...
- 2013-10-05T10:19:22-07:00
- Forum: Users
- Topic: Combining multiple images using -distort
- Replies: 15
- Views: 6013
Re: Combining multiple images using -distort
hi fmw42, my input images are plain png images at 357x476 saved for the web from Photoshop, nothing special about them. I can understand your concern but I'm actually running the command for multiple frames. I've only renamed them in my query to imageA and imageB to make the problem clear. I ran ...
- 2013-10-05T10:10:39-07:00
- Forum: Users
- Topic: Combining multiple images using -distort
- Replies: 15
- Views: 6013
Re: Combining multiple images using -distort
hi snibgo, I actually read about the linesplit characters just after posting my question. I'm still pretty new to IM and will remember to add those in the future. The "-mattecolor transparent" was something used here; http://stackoverflow.com/questions/11388114/gray-area-w-imagemagick-distort ...
- 2013-10-05T04:59:49-07:00
- Forum: Users
- Topic: Combining multiple images using -distort
- Replies: 15
- Views: 6013
Combining multiple images using -distort
hi, I'm trying to render multiple images into one output image and simultaneously apply a -distort method to each individual source image. my current attempt: convert -extent 560x316 -define png:color-type=6 -mattecolor transparent -background transparent -matte -virtual-pixel transparent ( input1 ...