1
VGMaps Social Board / Re: Image tiling/collage program?
« on: May 05, 2015, 02:47:43 pm »
My thought was that he was making the images necessary to do CSS sprites. If that is the case, Imagemagick is really good, especially if they are PNGs or GIFs. Just an idea as you could automate it as most shells support using * for expansion and be assured all tiles are the same size. It would take some fiddling to dial it in but I don't think it would be as bad as doing a ton of copy+pastes. A starting point would probably be "montage * -geometry +0+0 -background transparent -gravity NorthWest montage.png" Another thing it does is if you specify a new html page instead of an image, then it will also give you an html page with coordinates as well, if you need that information.
Regardless, I understand that Imagemagick, like any powerful too, can be quite daunting. It can definitely be a hair-puller to figure out the proper incantation. Also, I've had odd experiences with it on Windows and some examples have bashisms or POSIX syntax, however that was quite a few years ago since I last tried in on Windows.
Also, not every program is for everyone, so no worries on ignoring my idea.
Regardless, I understand that Imagemagick, like any powerful too, can be quite daunting. It can definitely be a hair-puller to figure out the proper incantation. Also, I've had odd experiences with it on Windows and some examples have bashisms or POSIX syntax, however that was quite a few years ago since I last tried in on Windows.
Also, not every program is for everyone, so no worries on ignoring my idea.