Re: Compressing images without compressing quality

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 4:01 PM +0300 6/14/06, peter kostov wrote:
>On Wed, 2006-06-14 at 12:08 +0100, Paul Smith wrote:
>> On 6/14/06, Ben Lancaster <lists@xxxxxxxxxxxxxxxxxx> wrote:
>> > >> some tool to automatically crop images. Any suggestions?
>> > >
>> > > Gimp scripting is what you're looking for.
>> >
>> > ...or ImageMagick and a bash script if you felt that way inclined.
>>
>> Thanks for all suggestions. pngcrush seems quite effective!
>>
>> Paul
>>
>This is an exellent script I found on the web, that really compresses
>png files:
>###########
>#!/bin/bash
>
># create backup copy
>cp $1 $1.orig
>#convert the image to indexed
>convert -quality 0 +dither -colors 256 $1.orig $1
 ...

Lossy!

Very lossy!
____________________________________________________________________
TonyN.:'                       <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
      '                              <http://www.georgeanelson.com/>


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux