Zoltan Hawryluk, zhawryluk@sapient.com
#define test_width 16
#define test_height 7
static char test_bits[] = {
0x13, 0x00, 0x15, 0x00, 0x93, 0xcd, 0x55, 0xa5, 0x93, 0xc5, 0x00, 0x80,
0x00, 0x60 };
.webp .jpegxr .jpeg2k* .apng
* not yet in there, I have been asked to add support.
<picture>
<source srcset='toronto.jxr' type='image/vnd.ms-photo'>
<source srcset='toronto.jp2' type='image/jp2'>
<source srcset='toronto.webp' type='image/webp'>
<img src='toronto.jpg' alt='toronto'>
</picture>
<picture>
<!--[if IE 9]><video style='display: none;'><![endif]-->
<source srcset='toronto.jxr' type='image/vnd.ms-photo'>
<source srcset='toronto.jp2' type='image/jp2'>
<source srcset='toronto.webp' type='image/webp'>
<!--[if IE 9]></video><![endif]-->
<img srcset='toronto.jpg' alt='toronto'>
</picture>
* Not in yet, but I have been working with them via this fork.