Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Been using ImageMagick for some time. A steep learning curve but rewarding I suppose. My computer isn't very powerful, so I cut my images before I process them. I am wondering if there is a simple way to rejoin tiles that overlap. E.g., to undo:
I end up having to crop the edges before using montage to reconstitute the image, which isn't very straightforward. It would also be nice if I could blend or even interpolate the overlapping pixels, but that would be asking for too much.
If you crop without the +repage so the virtual canvas geometry is kept, then you can just flatten or possibly mosaic all the tiles to get back your image.
I am afraid you are out of luck if the virtual canvas data is missing, unless you know exactly how to put them back together using -page xxx image1 -page ... image2 -flatten.