Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Hi,
It'd be really useful for j2me development if montage had two things:
1. pack mode
Pack images in as tightly as possible
1b pack mode with overlap (if it is safe, overlap the images i.e. if two images have a line of white pixels at the start and end).
2. output the filename, x, y, width, height for each file placed in the new image.
Hm, yes I tried concatenate, but when the images are different sizes big gaps appear negating any size benefits.
For the moment, I'm looking at just using montage on groups of images the same size.
Just tried verbose, and it doesn't give pixel coordinates of the images; I assume their added left-to-right, top-to-bottom.
Is there anywhere I could post an RFE for the packing? I'm looking at integrating this into a build environment, so the idea is to not have to manually adjust images geometry etc.
(Or does anyone know of some other tool that could do this?)