MagickCore cache views and tiling
Posted: 2007-06-05T02:04:12-07:00
Hi,
I'm working on real-time image editor based on ImageMagick and came up with a little problem - handling of large images.
As I understand the purpose MagickCore cache views is to handle a number of large images instead of one large image that is accessed frequently. As far as I know the most common approach to this problem is tiling. I wonder if anyone has successfully implemented tiling in MagickCore?
Would it be a good idea to implement tiling under the existing cache view system? It seems perfect for that to me.
Any suggestions are welcome.
I'm working on real-time image editor based on ImageMagick and came up with a little problem - handling of large images.
As I understand the purpose MagickCore cache views is to handle a number of large images instead of one large image that is accessed frequently. As far as I know the most common approach to this problem is tiling. I wonder if anyone has successfully implemented tiling in MagickCore?
Would it be a good idea to implement tiling under the existing cache view system? It seems perfect for that to me.
Any suggestions are welcome.