Using magick++ to process images in chunks

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
yeeeev

Using magick++ to process images in chunks

Post by yeeeev »

Hi,

I'm new here and this might be a noob question, but I couldn't find any info regarding it. Is it possible to process images using the magick++ API when providing the image in small chunks rather then providing the entire input image all at once?
I would like to perform some conversions (for example PNG to BMP) on images I download as they come, rather then accumulating them entirely before starting processing. I'm also interested in getting the output as soon as possible (before the image finished downloading)
Is that possible?

Thanks in advance!
Post Reply