While just running some tests to see if it can accomplish our needs I have come across a problem with composing a graphic into a pdf.
First test was Composing an image onto another Image, this worked out great
Code: Select all
composite -compose Copy caption.gif -gravity East -geometry +200-100 webcard.jpg Card.jpg
Upon trying the same thing with a pdf:
Code: Select all
composite -compose Copy caption.gif -gravity East -geometry +200-100 test.pdf Card.pdf
anyway to fix this so I can use it? A way to specify pdf resolution for print quality (350dpi.) and away to get rid of the background?
This background gave me problems also when trying my first test with using an .svg image.
Any help will be greatly appreciated!
Thanks in advance,
Joe