Click here to Skip to main content
15,895,462 members
Articles / Multimedia / GDI+

APNG Viewer

,
Rate me:
Please Sign up or sign in to vote.
5.00/5 (14 votes)
6 May 2009CPOL2 min read 362.7K   6.1K   36  
Parse and extract APNG frames to each PNG file

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APNG", "APNG.csproj", "{0716F257-72DD-41EF-8E79-54BA388E3AB1}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0716F257-72DD-41EF-8E79-54BA388E3AB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0716F257-72DD-41EF-8E79-54BA388E3AB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0716F257-72DD-41EF-8E79-54BA388E3AB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0716F257-72DD-41EF-8E79-54BA388E3AB1}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Product Manager www.xnlab.com
Australia Australia
I was born in the south of China, started to write GWBASIC code since 1993 when I was 13 years old, with professional .net(c#) and vb, founder of www.xnlab.com

Now I am living in Sydney, Australia.

Written By
Software Developer (Senior) Bally Technologies
United States United States
I've been software developer since early 1991. My focuses have ranged from deeply embedded (Intel and ARM architectures,) to firmware (C and C++), to application level software under Linux and Windows (C, C++ and C#.) Applications developed with .NET under Windows have been primarily test and support applications for other development activities.

Comments and Discussions