GithubHelp home page GithubHelp logo

GraFlic

An drawing tool for creating Animated PNGs. Other export formats may be supported in the future. GraFlic was designed and optimized with Animated PNG in mind from the ground up. The cell-based drawing style it excels at compresses very well as an Animated PNG. GraFlicImage.js handles editing and playback for this drawing format.

GraFlicEncoder.js

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 speed or using powerful libraries to get optimal file size. It is also useful for non-animated PNG. It can create lossy-style PNGs with a 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 soon, since they are working on it as of early 2017.

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

If the Zopfli and/or pako library scripts are included on your page, it can make even smaller Animated PNG files with various techniques such as 8-bit indexed PNG, 24-bit RGB PNG for opaque images, byte filtering optimization, and brute force compression.

https://github.com/imaya/zopfli.js (The Apache License 2.0)

( ported from https://github.com/google/zopfli ) (The Apache License 2.0)

https://github.com/nodeca/pako/ (MIT License)

GraFlicEncoder will detect them if present and make use of the Zopfli and/or pako DEFLATE functions to build custom IDAT/fdAT image streams for the PNG. It will be optimized based on the quality and other parameters.

GraFlicUtil.js

A collection of utility functions commonly needed by web-apps. GraFlicArchive() can save/load a project state as files in the ubiquitous ZIP 2.0 format. Being built on the ZIP format maximizes interoperabilty of save formats. Be sure to also include pako for the deflate comression/decompression.

GraFlic™ Consortium's Projects

graflic icon graflic

An MVC framework that is optimized for graphical and animation web-apps. It powers an encoder, editor format, and drawing tool for creating Animated PNGs. It is built on JavaScript, HTML5, and modern open web standards. Note that the old AnimatedEncoder.js is now located at GraFlic/GraFlicEncoder.js and it works the same as beofre except the class names are GraFlicEnocoder and GraFlicDecoder now.

graflic_old icon graflic_old

This is the old build before it was merged with AnimatedEncoder, go to the current location: https://github.com/GraFlic. An Open Source Image Format and drawing tool for creating Animated PNGs. Other export formats may be supported in the future. GraFlic was designed and optimized with Animated PNG in mind from the ground up. The cell-based drawing style it excels at compresses very well as an Animated PNG.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.