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!