Click to See Complete Forum and Search --> : reduce the canvas size of the image ?


cofactor
03-29-2009, 04:17 AM
my html has a code
<img src="images/raindrop.jpg" width="496" height="175" border="0">
i dont want to change the width and height in the above.


my image is quite big .

how can i reduce the canvas size of the image ?

can anybody make my image smaller so that i can use that for my HTML ?


Or tell me the steps so that i can make it . which tool can make this ? photoshop ?

Fang
03-29-2009, 05:57 AM
i dont want to change the width and height in the above.

my image is quite big .

how can i reduce the canvas size of the image ?
:confused: Makes no sense.

Cathryn
03-30-2009, 01:10 AM
Let me take a guess:

You want the image attached to go into the space that is defined as 496x175px. But the image is only 233x175px. To have this image appear in that space without changing the code and without warping the image, you want to change the canvas size in Photoshop.

You go to Image > Canvas Size. Make sure "relative" is unclicked. Choose which side of the image you want to get the extra space by clicking the left or right middle box in the diagram. Enter 496 pixels into the box for width, replacing the 233 that should be there already.

That should do it :)