bulk scale

Michael Havens bmike1 at gmail.com
Thu Dec 31 15:05:26 MST 2015


forgot to mention the image needs to be close to 1600x1200.

On Thu, Dec 31, 2015 at 5:02 PM, Michael Havens <bmike1 at gmail.com> wrote:

> 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~(-:
>



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


More information about the PLUG-discuss mailing list