Large Image Support
Posted: 2016-07-26T00:56:16-07:00
Hello,
I have read a document telling about larger image support.
It is said that:
"For large images, ImageMagick will likely create a pixel cache on disk. Make sure you have plenty of temporary disk space. If your default temporary disk partition is too small, tell ImageMagick to use another partition with plenty of free space. For example:
convert -define registry:temporary-path=/data/tmp logo: \
-resize 250000x250000 logo.miff"
How can I implement registry:temporary-path= in my sourcecode. I use magick++ api.
And another question:
Is there any function to know when the memory(area, memory, map, disk) is full?
Thanks in advance,
Luyen
I have read a document telling about larger image support.
It is said that:
"For large images, ImageMagick will likely create a pixel cache on disk. Make sure you have plenty of temporary disk space. If your default temporary disk partition is too small, tell ImageMagick to use another partition with plenty of free space. For example:
convert -define registry:temporary-path=/data/tmp logo: \
-resize 250000x250000 logo.miff"
How can I implement registry:temporary-path= in my sourcecode. I use magick++ api.
And another question:
Is there any function to know when the memory(area, memory, map, disk) is full?
Thanks in advance,
Luyen