MagickReadImageFile()
Daniel Hiepler <[email protected]> Sat, 10 Sep 2011 14:24:18 +0200
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I try to read multiple images from a stream using MagickReadImageFile(). But it seems as if MagickReadImageFile() reads the whole stream (feof() == TRUE) and only decodes the first Image. Is there a way to read every image one after another using MagickWand? Or am I missing something? Are all images read at once and put into the MagickWand? As example, I have an app "foo" that feeds stdin to MagickReadImageFile(). Then I want to do: "cat 1.png 2.png 3.png | foo" I'd appreciate any hint to do that properly very much... best regards -- rigid rpm -e rpm Die Loesung fuer alle rpm-Probleme. -- Thomas Ogrisegg in at.linux 2002-06-27 <[email protected]>