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?".
There's a topic How do I minimize IM's PDF output size? which explains how to use different compression algorithms to achieve the smallest pdf size. But when I convert a gif image together with a jpeg image I'm stuck. Whatever method I choose I get an enormous size of the pdf file.
Each of the 2 source images compresses perfectly when thrown to a separate pdf. So I would like to insert them into 1 pdf using 2 different compression algorithms. My command line could look:
My jpeg image is high resolution colored image, and the gif is of type lineart. So the first must be jpeg and the second must be gif. Converting jpeg to gif or gif to jpeg creates unacceptably big files.