Posted: 2006-08-14T01:09:57-07:00
What do you mean
You can save a lot on memory by using -clone and -repage.
The image data is then not copied just re-used.
what is the problem exactly?too many pages
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