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:
Code: Select all
convert -compress jpeg skan0007.jpg -compress lzw strona.gif out.pdf
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.