Group4 Compression Too Slow
Posted: 2017-07-31T20:57:54-07:00
Howdy IM community!
I've run into a problem where
takes 25 seconds to convert 18 PNGs (ranging in size from 58kb to 140kb) into a PDF. I need to repeat this action about 9,000 times. Any suggestions
(more details available on this StackOverflow Post - https://stackoverflow.com/q/45428547/3491991)
I've run into a problem where
Code: Select all
magick.exe convert -compress Group4 -type bilevel -monochrome input/images/path file_out.pdf
(more details available on this StackOverflow Post - https://stackoverflow.com/q/45428547/3491991)