It is currently Sat Dec 02, 2017 4:06 pm Advanced search
img {
-ms-interpolation-mode : bicubic;
}
In comparison, all current browsers don't do fullsrc.Le Sage wrote:Solution 1) will result as a long downloading type + bad closest-neighbour (or at most linear) interpolation on most current browsers
Hmm, I recall some attribute called lowsrc=''?Le Sage wrote:Solution 1) will result as a long downloading type
Scaled down to 50% looks good even with closest-neighbour interpolation.Le Sage wrote:+ bad closest-neighbour (or at most linear) interpolation on most current browsers
Right. Solution 1 works for these cases though.Le Sage wrote:Solution 2) doesn't work for pictures (e.g. JPEG) or images you're not the author of (i.e. high resolution images (e.g. JPEG or PNG) grabbed on the web, e.g. from Google images).
hum... Maybe to you. Maybe to most Internet users. But I can personally tell if a 80x80 picture is in a <img style="width: 79px; height: 79px" ... /> element. (I think, don't have an exemple close although).zcorpan wrote:Scaled down to 50% looks good even with closest-neighbour interpolation.
The proposal in this thread suffers from the same problems as solution 1.Le Sage wrote:@ anne & zcorpan: I didn't say I was supporting lowsrc (nor fullsrc). I was just pointing out that there were some problems in zcorpan's Solution 1) & 2).
I said 50% and meant 50% specifically -- not 98.75%.Le Sage wrote:hum... Maybe to you. Maybe to most Internet users. But I can personally tell if a 80x80 picture is in a <img style="width: 79px; height: 79px" ... /> element.zcorpan wrote:Scaled down to 50% looks good even with closest-neighbour interpolation.
I had something like this in mind:Le Sage wrote:<img style="width: 320px; height: 240px;" src="320x240.png" ... />
with lowsrc:
<img style="width: 320px; height: 240px;" src="320x240.png" lowsrc="80x60.png" ... />
<img width=320 height=240 src=640x480.png lowsrc=320x240.png>
lowsrc is so rarely used that it's pretty useless to anyone to support. If a mobile user agent wants to minimize the downloading data then it is way more effective to preprocess the data in a proxy and send compressed data to the mobile.Le Sage wrote:Mobile user agents that want to minimize the downloading data could ignore lowsrc attribute, or even hardcorly only use lowsrc where available.
Right.Le Sage wrote:Though today, usage of progressive JPEGs or interlacing ADAM7 PNG makes me personally think that lowsrc is not necessary for computer browsers.
<img style="width: 118px; height: 74px;" alt="" src="http://blog.neovov.com/images/2007-03/w3c.gif" />
zcorpan wrote:The proposal in this thread suffers from the same problems as solution 1.
Le Sage wrote:example of usage of what I suggest (here done in JavaScript):
http://java.sun.com/javafx/
Return to Feedback on the Specs
Users browsing this forum: No registered users and 1 guest