Click to See Complete Forum and Search --> : Text image shows differently locally and on the server


fongjeffrey
May 11th, 2005, 06:45 PM
Hi all,
I am encounting a weird problem and I have to solve it asap. In my asp.net program, i draw some text on a image, and then resize the image. Then I run my program locally, I can see the resized text image clearly and nicely; however after I uploaded the code to the server (discountasp.net), the resized text image is very unclearly and blur. Does anyone know why this happens and how to fix it???
Any help will be highly appreciated!

Jfong

mmetzger
May 12th, 2005, 10:45 AM
Do you have specific image size attributes defined? It sounds like it may be being distorted by the browser during render.

fongjeffrey
May 17th, 2005, 02:18 PM
No, the problem applied to images with different size. Someone told me that it is caused by the text font that is supported in the server; however a very common text font "Arial" is used, and so I don't think that is the cause of the problem. Does it relate to Windows setting or Asp .net version?