On Thu, Dec 01, 2005 at 12:55:30PM +0530, Yunus Shaikh wrote:
> On Thu, 2005-12-01 at 11:40, Akshay Lamba wrote:
> 
> > On Wed, 2005-11-30 at 16:02 +0400, Dirk Tilger wrote:
> > > I hope they feel shame for making JPEG pictures that big. ;)
> > > 
> > > Dirk.
> > 
> > LOL...u bet dirk. I really should have reduced the size but i was like a
> > kid in a candy shop...didn't want to take a minute extra so that I could
> > look around at foss.in 
> i think this would not take a minute ;)
> 
> for Image in *.jpg ; do convert $Image -resize 300x300 New_$Image ; done

Oh, there are other options then just resizing the image. The reduction
of the image size is not as effective with JPEG as increasing the
compression ratio.

JPEG transcodes images to a digitized set of wave samples. By dropping
the least significant parts of the wave parameters the images gets some
small errors, but becomes much smaller.

By bringing the image closer to a wave (i.e. reducing the pixel-to-pixel
contrast) using a "gaussian blur" or "softening" filter you can further
increase the compression ratio.

I have usually enough phantasy to be comfortable with a 100k size for
real world JPEG images of any size. ;)

Dirk.
-- 
There are two major products that come from Berkeley : LSD and UNIX. 
We don't believe this to be a coincidence.      (Jeremy S. Anderson)


------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/0XFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/dubailug/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to