[Web4lib] Optimizing graphics

Matt Russell matt at farrwood.com
Tue Jun 23 12:58:40 EDT 2009


GIMP is a phenomenal tool, and great for all manner of image manipulation. 

For large batches of images that need to be resized, I use the 
imagemagick command line tools (http://www.imagemagick.org), and with 
these and a very simple 3-line script I can whip through a directory of 
200+ images and resize them as needed in short order.  Here's an example 
of the script that will resize pictures to 1000x700:
for i in *; do mogrify -resize 1000x700 $i; done

There are huge numbers of options, as you can see here:
http://www.imagemagick.org/script/command-line-options.php

Matt


Thomas Edelblute wrote:
> I second the vote for GIMP.  Resizing files there is not a problem.
>
> Thomas Edelblute
> Public Access Systems Coordinator
> Anaheim Public Library
>
>
>
> -----Original Message-----
> From: web4lib-bounces at webjunction.org [mailto:web4lib-bounces at webjunction.org] On Behalf Of Robert Balliot
> Sent: Tuesday, June 16, 2009 5:25 PM
> To: Randy Decker
> Cc: web4lib at webjunction.org
> Subject: Re: [Web4lib] Optimizing graphics
>
> Seems to me that Gimp <http://www.gimp.org/> will work just fine for that
> process.  When you save an image,
> just specify the file quality.  The lower the quality /  resolution - the
> smaller the file.
>
> They also just released a new animation package.
>
>
> R. Balliot
> http://oceanstatelibrarian.com
>
> On Tue, Jun 16, 2009 at 1:05 PM, Randy Decker <rndle at yahoo.com> wrote:
>
>   
>> I am seeking recommendations for a freeware tool that I can use to reduce
>> the file size (but not the actual dimensions) of images that will be used on
>> our web site. A similar fee based product is GifBot from NetMechanic.com.
>>
>> Our PCs run Windows XP. Any and all suggestions (but especially those based
>> on personal experience) will be gratefully accepted.
>>
>> Thanks!
>>
>> Randy Decker
>> Red Wing Public Library
>> 225 East Ave
>> Red Wing, MN 55066
>>
>> rdecker at selco.info
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Web4lib mailing list
>> Web4lib at webjunction.org
>> http://lists.webjunction.org/web4lib/
>>
>>
>>     
> _______________________________________________
> Web4lib mailing list
> Web4lib at webjunction.org
> http://lists.webjunction.org/web4lib/
>
>
>
> THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAWS. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution, forwarding, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail or telephone, and delete the original message immediately. Thank you.
>
>
>
> _______________________________________________
> Web4lib mailing list
> Web4lib at webjunction.org
> http://lists.webjunction.org/web4lib/
>
>
>   


More information about the Web4lib mailing list