it is bit more complex than I at first thought so I need to seek more advice:

So, I am going to put all of the files that need to be resized into their own folder. Then to accomplish the task I would open terminal and go to the directory mentioned previously and in it type:

     <?php
     $im 
= new Imagick('*');
     $im->scaleImage(16000);
     ?>

and that should do the trick?
(ref http://php.net/manual/en/imagick.scaleimage.php)

On Thu, Dec 31, 2015 at 4:32 PM, Michael Havens <bmike1@gmail.com> wrote:
thanks!

On Thu, Dec 31, 2015 at 4:07 PM, sean <sean.a.ritzler@gmail.com> wrote:

Use ImageMagick instead - it's designed for this and is quite powerful.

On Dec 31, 2015 1:57 PM, "Michael Havens" <bmike1@gmail.com> wrote:
Is there a way to scale a bunch of pictures down to the same size with GIMP?

--
:-)~MIKE~(-:

---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss



--
:-)~MIKE~(-:



--
:-)~MIKE~(-: