Page 1 of 1

Posted: 2006-08-14T01:09:57-07:00
by anthony
What do you mean
too many pages
what is the problem exactly?

You can save a lot on memory by using -clone and -repage.
The image data is then not copied just re-used.

Code: Select all

 convert -page 320x149 pattern:gray100
    -page +155+63 bol.png \
    \( +clone -repage +203+60 \) \
    \( +clone -repage +241+64 \) \
    ...
    -background white -compose multiply -flatten empty.png

Posted: 2006-08-17T21:23:26-07:00
by anthony
Neither would I. But you are welcome.