antimatter15 / whammy

A real time javascript webm encoder based on a canvas hack
http://antimatter15.github.com/whammy/clock.html
MIT License
1.02k stars 182 forks source link

loosless webp #31

Open ldd opened 9 years ago

ldd commented 9 years ago

https://developers.google.com/speed/webp/docs/webp_lossless_bitstream_specification

currently only loosy webp is supported by whammy. Maybe loosless webp should be added.

Anyways, for pixelated games, in chrome you can add "image-rendering: pixelated" but when recording, the scaling is wrong (not pixelated).