Re: bulk scale

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Michael Havens
Date:  
To: Main PLUG discussion list
Subject: Re: bulk scale
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(1600, 0);
     ?>


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 <> wrote:

> thanks!
>
> On Thu, Dec 31, 2015 at 4:07 PM, sean <> wrote:
>
>> Use ImageMagick instead - it's designed for this and is quite powerful.
>> On Dec 31, 2015 1:57 PM, "Michael Havens" <> wrote:
>>
>>> Is there a way to scale a bunch of pictures down to the same size with
>>> GIMP?
>>>
>>> --
>>> :-)~MIKE~(-:
>>>
>>> ---------------------------------------------------
>>> PLUG-discuss mailing list -
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>>
>>
>> ---------------------------------------------------
>> PLUG-discuss mailing list -
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>
>
>
> --
> :-)~MIKE~(-:
>




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