Search found 1 match
- 2018-10-15T17:15:50-07:00
- Forum: Developers
- Topic: Collating a collection of images into one PDF without holding them all in memory at once
- Replies: 2
- Views: 9156
Collating a collection of images into one PDF without holding them all in memory at once
One of the things about `magick`/`convert` that I find most useful is the ability to transform a collection of images into a single PDF. However, I've found that for large collections of images, the utility tends to hang indefinitely. I tested it under a debugger and confirmed that yes, it is ...