I have hundreds of images that I need to print in a specific paper size (40 X 30 centimeters). For that, I need to resize the images. The image resize method in ASP.NET works by supplying it with pixels, not centimeters. I am not that expert in pixels and photography. I converted 40 X 30 centimeters to 1512 X 1134 pixels. But, I have learned that to do such method, I need to set the resolution first, then specify the pixels that I need.
Therefore, and in my case, I need to set the image resolution first to 300 and then use 4724 X 3543 pixels to resize the images. This way will preserve the images quality and will result in all images having the same size.
So, I need to know how to set the image resolution to 300 in ASP.NET. I tried using the density method, but I could not get any result. Please advise.
Regards,
Menhal
Therefore, and in my case, I need to set the image resolution first to 300 and then use 4724 X 3543 pixels to resize the images. This way will preserve the images quality and will result in all images having the same size.
So, I need to know how to set the image resolution to 300 in ASP.NET. I tried using the density method, but I could not get any result. Please advise.
Regards,
Menhal