Activity Stream
48,167 MEMBERS
6815 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8
  1.     
    #1
    Respected Developer
    Website's:
    X4B.org

    Default 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?

    ^ 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
    There you go its compiled, you may want to move the executable into the local path with a comand like:
    Code: 
    mv gif2apng /usr/bin
    then just use it like:
    Code: 
    gif2apng in.gif out.png
    -SplitIce

    Source: http://thewarezscene.org/forums/asso...5.html#p409050
    SplitIce 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

  2.   Sponsored Links

  3.     
    #2
    Too busy :|
    Website's:
    L337Fx.com BeastieBay.net
    WOW !
    Will this work on Fedora ?
    Thanks man !

  4.     
    #3
    Respected Developer
    Website's:
    X4B.org
    Yeah howeaver you will need to alter the apt-get lines

  5.     
    #4
    Member
    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

  6.     
    #5
    Respected Developer
    Website's:
    X4B.org
    I myself havent got round to doing what I intended with this, although what is the advantages of gif2apng compared to apngasm?

  7.     
    #6
    Member
    If your source is animated gif, use gif2apng.

    If your source is PNG image sequence, use apngasm.

    apngdis does the opposite: apng -> png sequence.

  8.     
    #7
    Respected Developer
    Website's:
    X4B.org
    ah interesting. Definately going to fiddle with this in the future.

  9.     
    #8
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com
    is 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


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. help me to setup rl+tf in debian 6
    By edkun in forum Technical Help Desk Support
    Replies: 0
    Last Post: 16th Jul 2011, 11:20 AM
  2. Compiling mysqli for php 5.2 windows errors in VC6
    By NewEraCracker in forum Web Development Area
    Replies: 1
    Last Post: 17th Feb 2011, 02:39 PM
  3. How to: Compiling PHP and Apache - cPanel
    By NationWebHost in forum Technical and Security Tutorials
    Replies: 5
    Last Post: 29th Nov 2010, 06:38 PM
  4. DNS problem with Debian 5
    By Pirate in forum Server Management
    Replies: 0
    Last Post: 15th Nov 2010, 04:03 AM
  5. compiling a program
    By DigitalLover in forum Web Development Area
    Replies: 5
    Last Post: 14th Nov 2010, 09:56 AM

Tags for this Thread

BE SOCIAL