Skip to content

A Javascript Library that allows you export to Animated Formats such as Animated PNG and Animated WEBP, leaveraging the browser's native encoding support to optimize performance. It is also useful for non-animated PNG. It can create lossy-style PNGs with a JPEG-like 0.0 - 1.0 quality parameter. The PNG will be optimized, quantizing and dithering…

License

Notifications You must be signed in to change notification settings

myung/AnimatedEncoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

AnimatedEncoder

A Javascript Library that allows you export to Animated Formats such as Animated PNG and Animated WEBP, leaveraging the browser's native encoding support to optimize performance. It is also useful for non-animated PNG. It can create lossy-style PNGs with a JPEG-like 0.0 - 1.0 quality parameter. The PNG will be optimized, quantizing and dithering uncommon colors. It can maintain good quality while greatly reducing file size.

Animated PNG will be supported in the majority of the 4 big browsers soon (Safari, Firefox, Chrome) when Chrome support is added, anticipated by the end of 2016.

WEBP is making advancements as well, with more browsers testing it.

About

A Javascript Library that allows you export to Animated Formats such as Animated PNG and Animated WEBP, leaveraging the browser's native encoding support to optimize performance. It is also useful for non-animated PNG. It can create lossy-style PNGs with a JPEG-like 0.0 - 1.0 quality parameter. The PNG will be optimized, quantizing and dithering…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%