CSS3 ushers in a myriad of cool, new capabilities for making the web an even cooler resource, and a couple of them are similar to gdofcgi functions:
- @font-face
- image resizing
@font-face
@font-face {
font-family: 'coolfont';
src: url('coolfont.eot'); /* IE6+ */
src:
url('coolfont.woff') format('woff'), /* FF3.6 */
url('coolfont.ttf') format('truetype'); /* Saf3+,Chrome,FF3.5,Opera10+ */
}
Image Resizing
-ms-interpolation-mode: bicubic: introduce in IE7 image-rendering: optimizeQuality: introduced in FireFox 3.6 -moz-transform: scale(sx[, sy]) -webkit-transform:scale(sx[, sy])
Impact
Will this affect the utility of gdofcgi? Not really, as far as I can see. Some fonts don’t have licenses which allow embedded in user browsers, and it may be faster to use gdofcgi in some scenarios.
Also, image resizing en mass will definitely be more efficient by doing it once on the server, instead of every time a client loads the image.