Code Monkey home page Code Monkey logo

apngmanagement's Introduction

APNGManagement

About the Program

This program was written because there was little support for the APNG file format, and my company was experimenting with using it in our game engine. Included in this project are an APNG data model, APNG builder and 2 APNG viewers (which use 2 rendering engines, for testing).

Installation

APNGLib.sln must be opened in either Visual Studio (2010 and up) or MonoDevelop.
From there, you can compile and run the various programs.
The viewers and builder will only work on Microsoft Windows, since they all use the Winforms library.

Running the Programs

APNGBuilder

This program takes a root directory and traverses each subdirectory. For each subdirectory, it takes all PNG files inside and assembles them into an APNG, followed by compression with the 7Z compression algorithm. The PNGs are added as frames in alphabetical order.

APNGViewer

Select a directory, and all PNG/APNG files are rendered. On one side, the standard (non-animated) PNG is shown, rendered by the WinForms library. On the other are the animated PNGs. This is to demonstrate that APNGs have a fallback if animation is not enabled.

APNGViewer_OpenGL

Works very similar to APNGViewer, but only displays one PNG/APNG at a time, and uses OpenGL as its rendering engine (hopefully to speed the rendering process).

apngmanagement's People

Contributors

murrple-1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

maitredede tgsan

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.