How to merge an image and an audio in iOS?

Need to merge some image bands.

  • Very basic image merging program for windows? I don't need an intelligent panorama stitcher, just some simple tool to take a bunch of horizontal image bands, with the same x dimension, and glue them together into a large vertical panel. Command line or batch mode preferred. I'd write one in C++, but I'm away on a Vista machine, right out of the box, and need to stack these up ASAP.

  • Answer:

StickyCarpet at Ask.Metafilter.Com Visit the source

Was this solution helpful to you?

Other answers

The ImageMagick command montage should do what you want The convert command with the -append option will also work, e.g.: $ convert {listOfImageFilenames} -append verticallyStitchedImageFilename.extension If you ever need left-to-right stitching, use +append, instead.

Blazecock Pileon

Windows Live Photo Gallery (and possibly the Photo Gallery that comes with Vista) has panorama stitching built-in.

ArgentCorvid

I think ImageMagick is the tool for you. If you want a cheapo (Free!) Photoshop Lite to do this via a GUI you can grab http://www.getpaint.net/

bitdamaged

oh jeez. you don't need panorama stitching. sorry.

ArgentCorvid

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.