Nevermind.
Used glob().
On 6/27/07, Kelvin Park <[EMAIL PROTECTED]> wrote:
How do you grab multiple image files and extract/store their names on an
array? (with magick++)
Accomplished this with PHP MagickWand,
<?php
// Get the image
$mgk_wnd1 = NewMagickWand();
MagickReadImages($mgk_wnd1, $img_name = glob("*.gif"));
?>
$img_name is an array that contains all the .gif files that was stored in
the local folder.
I'm looking for a similar function in magick++ (c++).
Thanks.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users