Search : in
By :

Image resizing

Last answer on Nov 9, 2009 9:25:44 am GMT PaulZero, on Jan 9, 2008 5:56:11 pm GMT 
 Report this message to moderators

Hey, there!
I'm trying to build my web site but I have a little problem and would appreciate if somebody could help me. How do you increase the size of a picture without the resulting of distortion?
Thanks.

Best answers for « Image resizing » in :
How to resize image! ShowPhotosize.com Free Image Converter How to resize image! There are several reasons for resizing images. Digital camera save photos in different image format which however take a lot of space in terms of size on your hard disk. This can be...
Resize a batch of images / photos ShowResize a batch of images / photos If you want to resize your photos or images to send them more easily by mail, insert on a blog, or to simply save space on your hard drive and you don’t want to make it, as a single operation. There is a...
Re-adjusting the size of an image in pixels ShowRe-adjusting the size of an image in pixels IF you want to adjust an image, according to a specific number of pixels. You can use the Paint.NET software to achieve this manipulation. Link: http://www.getpaint.net/ After installing the...
Download Abacre Photo Editor ShowAbacre Photo Editor allows you to improve your photo quality. You can easily correct the colors of your images, resize them, convert them into other formats or prepare them for a web publication. You can import your photos from a digital camera...
Download Resize My Pictures ShowWhen you broadcast pictures on Internet, that it is for sites Webs or blogs, it is always preferable to reduce their sizes. On the other hand, for impression or publications, pictures of big sizes are recommended. Resizemypicture.com is a tool...
Download FastStone Photo Resizer ShowWhen you must manage a picture library, it is better to possess an image management program. FastStone Photo Resizer allows to convert, re-size, rename... In brief, it is an image manager. A lot of images can be treated simultaneously, you can add...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
Vector and bitmap images Showvector images and bitmap images There are two main categories of images: bitmap images (also called raster images): these are pixeled images, i.e. a set of points (pixels) contained in a table, each of these points having one or more values...
MIME (Multipurpose Internet Mail Extensions) ShowIntroduction to MIME MIME (Multipurpose Internet Mail Extensions) is a standard which was proposed by Bell Communications in 1991 in order to expand upon the limited capabilities of email, and in particular to allow documents (such as images,...

1

Kev255, on Jan 10, 2008 8:16:27 am GMT

You have just so much information stored in those smaller images.
When you try to enlarge an image, you're basically pulling the pixels apart, and the program has to "guess" what is to occupy the additional space between the pixels. Most programs aren't very good at "guessing". I imagine, there are some high-end (expensive) image editing programs that are better at "guessing", than other programs, but I can't say for sure. Even then, I'd imagine the results would be mediocre, at best.

Reply to Kev255

2

 Mary46, on Jan 10, 2008 8:48:49 am GMT

There's a Photoshop resizing tutorial here:

http://kb.adobe.com/selfservice/viewContent.do?externalId=331327&sliceId=1

The information generally applies to similar graphics programs.

As Kev has said, the information to preserve the quality of the image at a larger size simply does not exist. Using the option to resample gives the most reasonable results that can be achieved. A program may offer more than one algorithm (calculation method) to try - results can vary depending on the characteristics of the image.

jpg images have inherent compression artifacts and suffer quality loss when being saved. Best results will come with using a lossless format like bmp or tif during processing. If you must start from a jpg, convert it immediately to one of the lossless formats, process it to your satisfaction, then if you want to finish with jpg, only save in this format when completely finished. Use the least amount of jpg compression that will still give you reasonable reduction in file size.

Reply to Mary46