memory allocation hint
Posted: 2007-12-26T16:27:14-07:00
Is it possible to provide a hint to IM memory manager where to allocate buffer: in RAM or in chunk file on HDD? How it can be done?
For example, it could be valuable, when I have source image (possibly large), which is decoded and stored on as chunk file on HDD and other image objects, produced by applying "AffineTransform" and resize functions on source image. Operation s on produced images usually need to run faster in order to make faster display bits on raster device.
For example, it could be valuable, when I have source image (possibly large), which is decoded and stored on as chunk file on HDD and other image objects, produced by applying "AffineTransform" and resize functions on source image. Operation s on produced images usually need to run faster in order to make faster display bits on raster device.