I have been looking for something to make pictures I placed in my pictures to post on my site however everything I find uses some kind of pixel system or other measurement system that I have no idea what it is going to do to my picture. How do I know if it is going to be the size I want or not without some kind of charge showing that so many pixels equals so much size.
i think photo resizer will do that. it has some options wherein you get to input what size you want. just a suggestion.
Free way: When posting your images in an HTML format it will say. <img src="http://urlofimage"> After the url image add height="" and width="" it would look like: <img src="http://urlofimage" height="40" width="40"> Image may have been 100 x 100 before, now it's 40 x 40.