Search found 2 matches
- 2018-01-29T23:05:48-07:00
- Forum: Users
- Topic: using disk for processing of huge images
- Replies: 2
- Views: 5129
Re: using disk for processing of huge images
Wow! Thanks!
- 2018-01-29T11:32:46-07:00
- Forum: Users
- Topic: using disk for processing of huge images
- Replies: 2
- Views: 5129
using disk for processing of huge images
Is there a way to tell ImageMagick to use in-memory processing for smaller images, but use disk when files are too big? For example, I have a following command that requires a lot (~35Gb) of memory: $ time convert xc:white -extent 30000x30000 white.png convert: unable to write pixel cache '/tmp ...