Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

BakedBeans

macrumors 68040
Original poster
May 6, 2004
3,054
0
What's Your Favorite Posish
Contrast%20(1).jpg



much much easier to use photoshop to resize
 
I take it you mean the <img src="***" height = 150px width = 150px> way of resizing an image. You can set the height and width to whatever you want in a web page - that will take care of the appearance (as long as you keep the aspect ratio the same, or it will look terrible). Thing is, you'll still be forcing people to download a big image file, even though they don't get to see it. Might want to use some image editing software to do it and keep the file size down.
 
Badradio said:
I take it you mean the <img src="***" height = 150px width = 150px> way of resizing an image. You can set the height and width to whatever you want in a web page - that will take care of the appearance (as long as you keep the aspect ratio the same, or it will look terrible). Thing is, you'll still be forcing people to download a big image file, even though they don't get to see it. Might want to use some image editing software to do it and keep the file size down.

yeah with that img src= stuff.... how do i do that?... and can you reccomend some software to shrink it in size??
 
When you add an image to a web page, you use the <img></img> tags. The src = "" attribute holds the path to the image, so src = "root\directory\file" will tell the browser where to find the image file. The "height =" and "width =" attributes tell the browser what size to display the image, so if you had a 1000x1000 pixel image, you could put <img src="root\directory\file" height = 100px width 100px></img> and it would look ok: if anyone sat there long enough on a 56.6 to see the image - that would take a while to download.
As for software, Photoshop is the definitive image editing app, but spending around £500 to resize some pics would be excessive. Photoshop Elements is a cheaper version (about £50/£70???) that has some of the pro stuff removed. Good choice though. Paint Shop Pro is cheap - about £40 when amazon have it on offer - but I find it a bit clunky and have never been able to resize screen captures well in that. Fireworks is a good package for web work at a middle-ground price (about £250-£300 - again, can't remember). If you just have a batch of non-commercial images to resize, you could download a Fireworks trial from www.macromedia.com. If you like the software, you can always buy a full version to keep using it beyond the 30 days.
 
Badradio said:
When you add an image to a web page, you use the <img></img> tags. The src = "" attribute holds the path to the image, so src = "root\directory\file" will tell the browser where to find the image file. The "height =" and "width =" attributes tell the browser what size to display the image, so if you had a 1000x1000 pixel image, you could put <img src="root\directory\file" height = 100px width 100px></img> and it would look ok: if anyone sat there long enough on a 56.6 to see the image - that would take a while to download.
As for software, Photoshop is the definitive image editing app, but spending around £500 to resize some pics would be excessive. Photoshop Elements is a cheaper version (about £50/£70???) that has some of the pro stuff removed. Good choice though. Paint Shop Pro is cheap - about £40 when amazon have it on offer - but I find it a bit clunky and have never been able to resize screen captures well in that. Fireworks is a good package for web work at a middle-ground price (about £250-£300 - again, can't remember). If you just have a batch of non-commercial images to resize, you could download a Fireworks trial from www.macromedia.com. If you like the software, you can always buy a full version to keep using it beyond the 30 days.

its cool i have photoshop cs anyway... thanks

<img src=http://homepage.mac.com/algodden/.Pictures/Contrast.jpgheight=100px width=100px>[/img]


<img src=http://homepage.mac.com/algodden/.Pictures/Contrast.jpg height= 100px width= 100px></img>
 
You got it right - just use the <> brackets instead of the [] brackets (I assume you know about html tags and that you're using the [] brackets for readability here).
 
Why are you trying to do this? Its a big file and you don't need it that large in the html - better and faster to have a 100x100 pixel image thumbnail from Photoshop CS....

D
 
AL-FAMOUS said:
:eek: :eek: ummm....yeah....
Oops... sounds like you might have missed out on the joys of hand coding your web pages. If you get stuck, just have a look at ImageReady in PS and lay your pages out visually. Not used it myself, but I understand it's pretty good and simple to pick up.
 
Mr. Anderson said:
Why are you trying to do this? Its a big file and you don't need it that large in the html - better and faster to have a 100x100 pixel image thumbnail from Photoshop CS....

D

i am going to do that...ive just got a bee in my bonnet about not being able to do it (im like that)
 
AL-FAMOUS said:
i just cant seem to do it...

then to top it all ive got to go and learn how to resize in ps

Try putting the image in the same directory as the html page and link to it using <img src="filename.jpg" height = 100px width = 100px></img> Then you can move it and change the target path once it's working.
 
AL-FAMOUS said:
just got rooney also...nice one
Oh dear - if you'd mentioned that you were a manc follower in the thread title... Don't let the location fool you.
Still, the increase in pie sales around here should be good for local business... ;)
 
Badradio said:
Oh dear - if you'd mentioned that you were a manc follower in the thread title... Don't let the location fool you.
Still, the increase in pie sales around here should be good for local business... ;)

im not a manc supporter mate.. im a liverpool lad through and through....i was just being nice as i thought you were...
 
AL-FAMOUS said:
yeah with that img src= stuff.... how do i do that?... and can you reccomend some software to shrink it in size??
If you don't want to spend any bread you can shrink it when you export from iPhoto.
 
It's NOT hard to resize in photoshop.

Go to image/image size and type in what size you want it to be. Use bicubic interpolation.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.