Alex Samad wrote:
On Fri, Aug 29, 2008 at 07:08:09PM +1000, Ben Donohue wrote:
Hi Slugs,

anyone have a favourite tool that they use for reducing image file size?

Not necessarily reducing image size on the page but the amount it takes up on storage.

I need something that would crawl the network and attack files over a certain size in target directories.

Is there such a beast?

not sure exactly what you mean, but it sounds like find is your friend

find <dir> -size +100M -exec <do something> "{}" \;



then perhaps use the gimp in batch mode to open and save files with lower compression.
<http://www.gimp.org/tutorials/Basic_Batch/>

Marghanita
--
Marghanita da Cruz
http://www.ramin.com.au
Phone: (+61)0414 869202

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to