Will I be able to do this with ImageMagick
Posted: 2011-01-29T16:52:25-07:00
Hello Everyone
I have discovered ImageMagick through my php development and would like to know if ImageMagick offers sufficient control to solve my problem.
I have a list of jpg files, together with a list of (x,y) coordinates for these files, and need to construct a master file that puts all these images in the file at the required coordinates. Reading through the documentation, I can't work out out yet whether montage (for example) would let me set the coordinates of each image, or whether it deals with just the overall image dimensions.
So my question is, can ImageMagick actually do what I need it to do, or is this asking too much and should I look elsewhere?
Many thanks
Bob
I have discovered ImageMagick through my php development and would like to know if ImageMagick offers sufficient control to solve my problem.
I have a list of jpg files, together with a list of (x,y) coordinates for these files, and need to construct a master file that puts all these images in the file at the required coordinates. Reading through the documentation, I can't work out out yet whether montage (for example) would let me set the coordinates of each image, or whether it deals with just the overall image dimensions.
So my question is, can ImageMagick actually do what I need it to do, or is this asking too much and should I look elsewhere?
Many thanks
Bob