Hi,
I would be great to have a PingImages() function in Magick++ that works like ReadImages().
Magick++ feature request: PingImages()
Re: Magick++ feature request: PingImages()
Could you open an issue in Github for this? And do you mean readImages instead of ReadImages.
Re: Magick++ feature request: PingImages()
Sure, I can open an issue on github.
Yes, readImages (https://www.imagemagick.org/Magick++/STL.html).
Yes, readImages (https://www.imagemagick.org/Magick++/STL.html).
Code: Select all
std::list<Magick::Image> images;
Magick::readImages(&images, filename);
Code: Select all
std::list<Magick::Image> images;
Magick::pingImages(&images, filename);