Using Magick++ to convert multiple images

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
boveah
Posts: 1
Joined: 2017-01-05T15:44:10-07:00
Authentication code: 1151
Contact:

Using Magick++ to convert multiple images

Post by boveah »

I'm using a vector to store multiple images, but I can't quite figure out how to convert an entire folder of separate images.
In the command line you can just do "*.jpg" to convert them all but how to I read and store all those images.
Is there a simple way to do this without knowing all the image names in C++? Or do I need to know the image names first?
Post Reply