Results 1 to 8 of 8
-
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
-
14th Dec 2009, 10:06 AM #2Too busy :|Website's:
L337Fx.com BeastieBay.netWOW !
Will this work on Fedora ?
Thanks man !
-
14th Dec 2009, 12:43 PM #3
-
29th Jan 2010, 10:19 AM #4Member
You can also compile these APNG projects the same way:
http://sourceforge.net/projects/apngasm/
http://sourceforge.net/projects/apngdis/
gcc -O2 -o apngasm apngasm.c -lz -lpng
gcc -O2 -o apngdis apngdis.c -lz
-
29th Jan 2010, 10:51 AM #5OPRespected DeveloperWebsite's:
X4B.org
-
29th Jan 2010, 12:14 PM #6Member
If your source is animated gif, use gif2apng.
If your source is PNG image sequence, use apngasm.
apngdis does the opposite: apng -> png sequence.
-
29th Jan 2010, 12:34 PM #7OPRespected DeveloperWebsite's:
X4B.org
-
29th Jan 2010, 12:37 PM #8MemberWebsite's:
litewarez.net litewarez.com triniwarez.comis there any php libaries available or GD extensions to supoort this ?
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
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
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...