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?".
Hello,
I'm trying to generate CSS sprite sheets from series of images of different size. My first attempt was to use PHP ou BASH to get the image size and generate the command line for montage and the corresponding CSS. It was not very powerful. Basically, it required rewriting montage
Then, I discovered that montage can generate image maps. I could generate the map, then parse it to generate the CSS. But there may be a smarter way to do this?
is it possible to extract the image placement information directly from montage?
Someting like -extract-map "map.data" ?
is there a command I didn't find that can directly output the CSS?