Update stb-image to get JPEG progressive support.

This commit is contained in:
Glenn Watson 2015-08-06 12:03:56 +10:00
parent afe3d7e747
commit 2e08f42ae4
10 changed files with 44 additions and 6 deletions

15
tests/ref/jpeg_ref.html Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
background-color: rgb(75, 255, 0);
width: 64px;
height: 64px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>