What About Making Images larger?

Adding more pixels: something for nothing?


Changing the output resolution with resampling turned ON can turn a 3 megapixel image into a 5 megapixel image.

Interpolation:
Three pixels
Expand image by spreading out existing pixels Step 1
Fill in new pixels with intermediate color values Step 2

...but interpolation may produce unsatisfactory results for significant size increases.

Resizing this way is fine for making images smaller, as may be necessary for web use or sending by email, but the best way to get a significant increase in size is by using specialized software like Genuine Fractals that uses much more complex mathematical processes than interpolation.


Next page