Archive for the ‘Web Image Techniques’ Category
Adding dynamically generated graphs and charts
Friday, March 27th, 2009If you are looking to add a graph or a pie chart on your web based application that will be dynamically generated (more…)
HTML Layer display problem on IE
Thursday, March 26th, 2009Recently, I was working on an online testing tool where I needed to generate some content dynamically to display on top of the page (more…)
Dithering
Tuesday, March 17th, 2009Dithering is approximation or reconciliation of colors between an image palette and the system palette. The dithering process works by placing two colors from the system’s palette next to each other in order to trick the eye into seeing (more…)
Image Interlacing
Sunday, March 15th, 2009Interlacing is a techniques that allows an image to progressively display itself in a browser as it downloads. The image will appear in stages over the period of downloading time. This action makes your pages more (more…)