MATLAB: If i resize an image is there any possibility is there to loss any information in the original image

shash

if i use resize function to resize an image is there any possibility is there to loss any information in the original image?
Means i want to resize an image. But i dont want to loose any information in the image. help me plz

Best Answer

Once you resize the image, obviously, you have to pay the price, and it comes to information. You'll be loosing pixels, since the resizing algorithm gets rid of some pixels to adjust the big picture to the new size. You can always make a copy of the original image for later use in case you need it.