bulk scale

Michael Havens bmike1 at gmail.com
Thu Dec 31 15:02:48 MST 2015


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 <bmike1 at gmail.com> wrote:

> thanks!
>
> On Thu, Dec 31, 2015 at 4:07 PM, sean <sean.a.ritzler at 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 at 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 at 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 at lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> http://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>
>
>
> --
> :-)~MIKE~(-:
>



-- 
:-)~MIKE~(-:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20151231/51877d0b/attachment.html>


More information about the PLUG-discuss mailing list