Mailing List Archive

Optimizing JPEGs
I need to optimize JPEG images for the web. I know Photoshop 6.0 has
a great feature to do that. Does anyone know of a program in portage
that will do it? I tried to emerge gimp in the hopes that it would,
but it failed to compile.

- Grant

--
gentoo-user@gentoo.org mailing list
Re: Optimizing JPEGs [ In reply to ]
Gimp iwhether or not you can compile it) s it if you want anything near
Photoshop....


----- Original Message -----
From: "Grant" <emailgrant@gmail.com>
To: "Gentoo mailing list" <gentoo-user@lists.gentoo.org>
Sent: Wednesday, October 13, 2004 7:53 PM
Subject: [gentoo-user] Optimizing JPEGs


>I need to optimize JPEG images for the web. I know Photoshop 6.0 has
> a great feature to do that. Does anyone know of a program in portage
> that will do it? I tried to emerge gimp in the hopes that it would,
> but it failed to compile.
>
> - Grant
>
> --
> gentoo-user@gentoo.org mailing list
>
>
>


--
gentoo-user@gentoo.org mailing list
Re: Optimizing JPEGs [ In reply to ]
> Gimp iwhether or not you can compile it) s it if you want anything near
> Photoshop....
>

I will work on getting the gimp installed, but I just need something
temporary for only resizing and optimizing jpegs.

- Grant

>
>
>
> ----- Original Message -----
> From: "Grant" <emailgrant@gmail.com>
> To: "Gentoo mailing list" <gentoo-user@lists.gentoo.org>
> Sent: Wednesday, October 13, 2004 7:53 PM
> Subject: [gentoo-user] Optimizing JPEGs
>
> >I need to optimize JPEG images for the web. I know Photoshop 6.0 has
> > a great feature to do that. Does anyone know of a program in portage
> > that will do it? I tried to emerge gimp in the hopes that it would,
> > but it failed to compile.
> >
> > - Grant
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> >
>
>

--
gentoo-user@gentoo.org mailing list
Re: Optimizing JPEGs [ In reply to ]
On Wed, 13 Oct 2004, Grant wrote:

> > Gimp iwhether or not you can compile it) s it if you want anything near
> > Photoshop....
>
> I will work on getting the gimp installed, but I just need something
> temporary for only resizing and optimizing jpegs.

convert, which is part of ImageMagick, may do what you want. Or mogrify,
which is the same thing except on a bunch of images.

$ convert -size 200x200 -resize 200x200 original.jpg new.jpg

ImageMagick is actually an extremely powerful package. You can use it to
do almost any image manipulation. Of course, resizing is nearly the limit
of my abilities with it. I'm surprised there's no O'Reilly book on
ImageMagick.

--
Sometimes the garbage disposal gods demand a spoon
() The ASCII Ribbon Campaign against HTML Email,
/\ vCards, and proprietary formats.
http://www.georgedillon.com/web/html_email_is_evil.shtml

--
gentoo-user@gentoo.org mailing list
Re: Optimizing JPEGs [ In reply to ]
My favourite image viewer-converter Xnview is available on Linux as well: http://www.xnview.com/

but if you need PhotoShop6, it is running percfectly under Wine (7, too)

Best,
Sub



Wed, 13 Oct 2004 20:29:52 -0400 (EDT)-n Marshal Newrock <marshal@simons-rock.edu> írta:

> On Wed, 13 Oct 2004, Grant wrote:
>
> > > Gimp iwhether or not you can compile it) s it if you want anything near
> > > Photoshop....
> >
> > I will work on getting the gimp installed, but I just need something
> > temporary for only resizing and optimizing jpegs.
>
> convert, which is part of ImageMagick, may do what you want. Or mogrify,
> which is the same thing except on a bunch of images.
>
> $ convert -size 200x200 -resize 200x200 original.jpg new.jpg
>
> ImageMagick is actually an extremely powerful package. You can use it to
> do almost any image manipulation. Of course, resizing is nearly the limit
> of my abilities with it. I'm surprised there's no O'Reilly book on
> ImageMagick.
>
> --
> Sometimes the garbage disposal gods demand a spoon
> () The ASCII Ribbon Campaign against HTML Email,
> /\ vCards, and proprietary formats.
> http://www.georgedillon.com/web/html_email_is_evil.shtml
>
> --
> gentoo-user@gentoo.org mailing list
>

--
gentoo-user@gentoo.org mailing list