I use following code to resize the uploaded images in our application. The resizing works fine, but I am getting darker images when I try to resize images with higher DPI.
These are my finidings - (1) When I upload a larger photo which is 72 dpi, the resizer works fine. for example, 1280px wide 72 dpi, will resize to 800 wid 72 dpi and the photo looks fine.
(2) But if the original photo is 300dpi the resizer will convert it to 800 wide 72dpi but the resized photo is VERY dark.
I am wondering what could be causing this and how can I fix this. Any help, pointers wil be highly appreciated!
Interestingly, when I resize photo on my local machine (Windows XP) - there is no darkening. But when we test this on our server - it is turing very dark (Linux box) - so I am wondering if there is any property/configuration that I can tweak to get this working?
No inputs??? Can anyone tell me what can I do to at least make sure that contrast/brightness is high for resized images??? The image is really very dark!!