22 lines
766 B
HTML
22 lines
766 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
<style>
|
||
|
</style>
|
||
|
<script type="text/javascript" src="../../build/js/jquery-1.3.2.js"></script>
|
||
|
<script type="text/javascript" src="../../build/js/ox.js"></script>
|
||
|
<script type="text/javascript" src="ox.png.js"></script>
|
||
|
<script>
|
||
|
$(function() {
|
||
|
var png = new Ox.PNG("http://khm0.google.com/kh/v=46&x=0&y=0&z=0");
|
||
|
png.load(function() {
|
||
|
console.log(png.getChunks());
|
||
|
console.log(png.getSize());
|
||
|
png.appendTo("body")
|
||
|
})
|
||
|
});
|
||
|
</script>
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|