[magick-users] Re: About Grabbing Multiple Files

Kelvin Park kelvinpark86 at gmail.com
Thu Jun 28 08:20:23 PDT 2007


Nevermind.
Used glob().

On 6/27/07, Kelvin Park <kelvinpark86 at gmail.com> 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.
>
>


More information about the Magick-users mailing list