Yes, I was asking how to get the names of the files in a directory, I used glob(), then extracted the filename of the images to manipulate with magick++. I'm using Linux(fedora 7) with g++ compiler.
Thanks for the reply. On 6/28/07, David Harmon <[EMAIL PROTECTED]> wrote:
Kelvin Park wrote: >I looked through the STL and Image class in Magick++, but I couldn't find a >function that explicitly reads multiple images to perform repetitive task. Would you not just loop through the images, doing them one-by-one? That's what I think I would do. Are you asking how to get the names of the files in a directory? That differs depending on what OS and C++ you are using. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
_______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
