hi guys I’m working on some high resolution prints and using a modified version of ampops gridwriter for that approach. now I have over 200 “multidimensonal” images slices and would like to automate the stitching process.
so maybe anybody knows a good, simple and free image stitching program. I did a google search but only found a lot of crap.
with image stitching I mean the process of creating one big image out of many small images like created with the grid writer.
an example:
I have created 100 images a 900 x 900 px - that’s 10 images x * 10 images on the y axis. now I wanna stitch them together to get one big image a 9000 x 9000 px.
Few years ago I had a very simple program that was able to do that in a very easy way – but I can’t remember the name.
i think there was also a little application from max somewhere around here (not sure if was max), and there should also be a little processing piece of code from marius watz somewhere on the web…
anyway photoshop works perfectly, but there’s a maximum image size limit of about 20000x20000, something like that
ah, ic.
forget my Hugin hint. this would only work if you had overlap, which you most probably haven’t. the word “stitching” set my mind on a certain wrong track…
[hm, something just happened to my post. nah, it was useless info anyways…forget what i wrote before](hm, something just happened to my post. nah, it was useless info anyways…forget what i wrote before)
the mighty & free image magick can to a lot of things. using the convert command with the append option (note: +append and -append for horizontal & vertical stacking respectively) allows you to stitch your image (make horizontal stripes first, then join them vertically to get final image).
thanks diki, sounds good … I know image magick from the server side, used it a lot in my php programms ;) I just was to lame to code something and never use imagemagick out of web context.
… What I would really love to see is something like the processing pdf exporter … just record to screenbuffer and export that later as a pdf ;) … I know I know with some effort there somehow could be done similar things with the various svg exporter patches floating aroundhere – but that seems more like a complicated hack to me ;)
omg your userpage! what did you do to the hokusai? (hangs in my kitchen that’s why i know it) vvvvicked! how?
svg exporter… definitely have to check that out…
[sorry for the tangent](sorry for the tangent)
I tried now several options. the first was the ImageSticher Processing Applet from Marius = didn’t work because java could not allocate enough memory (I know the entry in the options menu - didn’t help), same for the programm from ampop! … hmm somehow mysterious … I have 2 gb of memory!! Then I tried photoshop contact sheet - didn’t get that one running properly. Now I will try image magick … hope that works!
edit: ah, forgot to say that autostich also quit because the lack of memory ;(
good luck with imagemagick. remember that there is an 8 bit version that requires less memory to run than the 16 bit version. so unless your images are both large and deep, you can cut some corners (metaphorically speaking).
for the moment just one stitch per time: input all filenames, specify how many columns you have (i just assumed the tiling was linewise), customname and resizing if wished. standard naming is just first slice + _stitch
comments, recommendation and bugreport appreciated.
(naming, pins, category, etc…)