Results 1 to 8 of 8
Threaded View
-
14th Dec 2009, 09:53 AM #1OPRespected DeveloperWebsite's:
X4B.orgCompiling gif2apng on debian
Came accross something I thought to be pretty unique today, the ability to animate PNG's. First of all I will warn that this requires Firefox 3 or Opera 9.5 or a couple other browsers may support it (Not IE).
What is an animated PNG?
^ IF you cant see that moving (once it loads of course) then your browser doesnt support animated PNG's
How do I make one?
Many ways although gif2apng is the best way on linux (console), and so I will guide you through compiling it.
When/Why should I use animated PNG's
- To save bandwidth, you can save 20% easy, even more will be possible once firefox fixes support for BLENDING (40-50%)
- Backwards compatible with PNG, people who dont support APNG should just see the first frame.
Install dependencies:
Code:apt-get install zlib1g-dev zlib1g
Code:# cd ~ # mkdir gif2apng # cd gif2apng # wget http://downloads.sourceforge.net/project/gif2apng/1.1/gif2apng-1.1-src.zip?use_mirror=transact # unzip gif2apng-1.1-src.zip # rm *.zip # gcc -Wall -lz gif2apng.c -ogif2apng
Code:mv gif2apng /usr/bin
Code:gif2apng in.gif out.png
Source: http://thewarezscene.org/forums/asso...5.html#p409050SplitIce Reviewed by SplitIce on . Compiling gif2apng on debian Came accross something I thought to be pretty unique today, the ability to animate PNG's. First of all I will warn that this requires Firefox 3 or Opera 9.5 or a couple other browsers may support it (Not IE). What is an animated PNG? http://www.besthostingforums.com/images/cdn/besthostingforums.com/2009/12/slideplayfe9-1.png ^ IF you cant see that moving (once it loads of course) then your browser doesnt support animated PNG's How do I make one? Many ways although gif2apng is the best Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
help me to setup rl+tf in debian 6
By edkun in forum Technical Help Desk SupportReplies: 0Last Post: 16th Jul 2011, 11:20 AM -
Compiling mysqli for php 5.2 windows errors in VC6
By NewEraCracker in forum Web Development AreaReplies: 1Last Post: 17th Feb 2011, 02:39 PM -
How to: Compiling PHP and Apache - cPanel
By NationWebHost in forum Technical and Security TutorialsReplies: 5Last Post: 29th Nov 2010, 06:38 PM -
DNS problem with Debian 5
By Pirate in forum Server ManagementReplies: 0Last Post: 15th Nov 2010, 04:03 AM -
compiling a program
By DigitalLover in forum Web Development AreaReplies: 5Last Post: 14th Nov 2010, 09:56 AM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...