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?".
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Contact:
Post
by anthony » 2006-08-14T01:09:57-07:00
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
anthony
Posts: 8883 Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia
Contact:
Post
by anthony » 2006-08-17T21:23:26-07:00
Neither would I. But you are welcome.
Users browsing this forum: Bing [Bot] and 15 guests