Link to home
Start Free TrialLog in
Avatar of Moiz Saifuddin
Moiz Saifuddin

asked on

Image

When I try to use an Image .jpg file, and map it in the ImageUrl property of the ImageButton control ,somehow the clarity and quality of the picture gets a little worse. How can I maintain the quality of the image as it was and the use it in my web app. I am using Vb.net
Avatar of librazone
librazone

I dont know about ImageButton but I do know that if you recompress a  jpeg file it will lose some of its quality or resolution.
Avatar of Moiz Saifuddin

ASKER

I was able to get the same picture quality of the image, cause I changed the Url Type of the picture property to Absolute. I dont know why the image quality didnt change....after I changed the Url Type or maybe I resized the Image cze changing the size of images can worsen the quality too...
There doesnt appear to be any properties in the Imagebutton or Image class which can control image quality.You have probably answered your own question ...it may have been due to resizing or alignment.You could try using a different file type although most others are slower than jpegs.
I am also guessing due to resizing the image, the quality improved, jpegs are the default image file for software apps, or maybe for windows now...


ASKER CERTIFIED SOLUTION
Avatar of SpazMODic
SpazMODic

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial