Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Make an image bigger

0 views
Skip to first unread message

Johan Li (CAS)

unread,
Nov 23, 1998, 3:00:00 AM11/23/98
to
I saved an image that I will later add to my webpage. However, the
image is really really small.

Is there any way that I can make the image bigger, or is there any
way to manipulate the image? The bad thing about resizing it in
Microsoft Paint, is that the image comes across as really ugly and
distorted.

Comments and suggestions appreciated.

--




Drew Smith

unread,
Nov 23, 1998, 3:00:00 AM11/23/98
to
On 23 Nov 1998, Johan Li (CAS) wrote:
> Is there any way that I can make the image bigger, or is there any
> way to manipulate the image? The bad thing about resizing it in
> Microsoft Paint, is that the image comes across as really ugly and
> distorted.

You can specify a HEIGHT or a WIDTH option on the IMG tag to indicate how
high or wide you want the image. (You'll see examples of that if you look
at the SLIS home page, at http://www.cas.usf.edu/lis)

Drew


pjantzen

unread,
Nov 23, 1998, 3:00:00 AM11/23/98
to

"Johan Li (CAS)" wrote:
>
> I saved an image that I will later add to my webpage. However, the
> image is really really small.
>

> Is there any way that I can make the image bigger, or is there any
> way to manipulate the image? The bad thing about resizing it in
> Microsoft Paint, is that the image comes across as really ugly and
> distorted.
>

> Comments and suggestions appreciated.

What file format is the image in? Is there any opportunity for
re-scanning the image at higher resolution? Barring that, resampling
the image using Photoshop ($$$$ to buy) or Paint Shop Pro (shareware,
and my personal favorite for minor image manipulation - try
www.shareware.com - the latest version's usually on their front page as
a "favorite") is a better option than resizing (which just expands
addressed points in what I am assuming is a bitmap image).

If you have any other questions, email me - although I'm certain
there're more experienced folks reading this group, I do a fair amount
of image analysis/manipulation in my work.

Paul.
pjan...@hsc.usf.edu

Soundwave [Chad Gould]

unread,
Nov 24, 1998, 3:00:00 AM11/24/98
to
Drew Smith (dsm...@luna.cas.usf.edu) wrote:
: On 23 Nov 1998, Johan Li (CAS) wrote:
: > Is there any way that I can make the image bigger, or is there any
: > way to manipulate the image? The bad thing about resizing it in
: > Microsoft Paint, is that the image comes across as really ugly and
: > distorted.
: You can specify a HEIGHT or a WIDTH option on the IMG tag to indicate how

: high or wide you want the image. (You'll see examples of that if you look
: at the SLIS home page, at http://www.cas.usf.edu/lis)

This only works I believe for making an image smaller... for resizing, go with
an image editor (Photoshop, Photo Paint, Paint Shop Pro, etc. etc. etc.)...
Depending on HOW much you want to resize will determine the result quality.

--
Chad Gould / Soundwave / cgo...@gate.net
http://tilt.largo.fl.us/ - MST3K / Samples / Synth FAQ / More...
--------------------------------------------------------------------------
The wonderful things about Tiggers is Tiggers are wonderful chaps
They're loaded with vim and with vigor
They love to leap in your laps
--------------------------------------------------------------------------

Hitoshi Oi

unread,
Nov 24, 1998, 3:00:00 AM11/24/98
to
As a unix user, I recommend pnmscale :-)

pnmscale pnmscale (1) - scale a portable anymap

For example, to make abc.jpg twice bigger

% djpeg -pnm abc.jpg | pnmscale 2 |cjpeg > 2abc.jpg


--
http://www.gfdi.fsu.edu/~hitoshi/hitoshi.html

0 new messages