forms applet background resolution
Hi there
I'm loading a frmservlet using weblogic 11gR2. This servlet loads a background image which is defined in formsweb.cfg using the background property along with width and height properties (1024x768).
This setup is all working fine. Loading that setup starts that application with the predefined size and with the background image in the background.
The background image is created with quite a high resolution and enough pixel density (300dpi) and opening that GIF in browser directly produces a very nice looking image.
In the application thats quite a different story, the image needs to be scaled to fit the application background. This resizing/fitting seems to reduce the image quality, such that I end up with a background image in a realy bad quality.