GithubHelp home page GithubHelp logo

maitredede / apngmanagement Goto Github PK

View Code? Open in Web Editor NEW

This project forked from murrple-1/apngmanagement

0.0 2.0 0.0 8.77 MB

APNG library in .NET, with model, assembling and viewing

License: MIT License

C# 100.00%

apngmanagement's Introduction

APNGManagement

Created by Murray Christopherson
Updated February 2014

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).
It is recommended you read the source code to see exactly what the code is doing.
Please visit my portfolio at http://murraychristopherson.com

If you discover any bugs or unclear/inconsistent documentation, please contact me at [email protected] with a description of what happened, and I will try and have a fixed version up shortly.

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

Watchers

 avatar  avatar

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.