Submit Your Article Forum Rules

+ Reply to Thread
Results 1 to 8 of 8

Thread: Why use GIF?

  1. #1
    Senior Member splinter is an unknown quantity at this point splinter's Avatar
    Join Date
    Jul 2003
    Posts
    118

    Why use GIF?

    The GD image creation library (for use with many web programming languages) used to create images on-the-fly has been released to support GIF creation.

    GIF creation support was removed as the author wanted to comply with the patent on GIF. This patent is over so GIF support has been reinstated.

    The question I want to ask is: has it been worth the wait?

    We have PNG now and although IE doesn't support PNG alpha transparency, you can still make them transparent in the same way you can make GIFs.

    There are not many reasons to use GIFs anymore. MNG (Animated PNGs) should be used instead of animated GIFs in the near future as that is the only reason to use GIFs at the moment.

    PNGs provide better compression and better quality images than GIF and also allow alpha transparency.

    Why use GIF?

  2. #2
    Senior Member paulhiles is an unknown quantity at this point paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073

    Why use GIF?

    Quote Originally Posted by splinter
    Why use GIF?
    that could well be a good title for this thread!

    Especially when you have image formats such as Scalable Vector Graphics (SVG) just waiting in the wings. A graphic that you can create by using just Notepad (if you were that way inclined!). Interactive qualities that can rival Flash, and text-based, meaning it will be totally spiderable. <sigh!>

    One day perhaps, eh? ;o)

  3. #3
    Senior Member splinter is an unknown quantity at this point splinter's Avatar
    Join Date
    Jul 2003
    Posts
    118

    Re: Why use GIF?

    Quote Originally Posted by paulhiles
    Quote Originally Posted by splinter
    Why use GIF?
    that could well be a good title for this thread!
    Was that a hint? :P

    I was originally just going to post the info about GD having GIF support again, but then I went on a short rant against GIFs. It wasn't meant to be about that. :P

  4. #4
    Senior Member paulhiles is an unknown quantity at this point paulhiles's Avatar
    Join Date
    Jul 2003
    Posts
    2,073
    I guess the answer to why we're still using both GIF and JPG formats for the majority of web-based graphics is the ample support they have from the vast majority of browsers.

    As far as I'm aware PNG transparency doesn't quite work with all modern browsers. To add insult to injury, the SVG plugin works fine in IE, but not in FireFox. Aaagghh!! anybody got another way of viewing the web other than with a browser? :o)

  5. #5
    Senior Member splinter is an unknown quantity at this point splinter's Avatar
    Join Date
    Jul 2003
    Posts
    118
    Quote Originally Posted by paulhiles
    Aaagghh!! anybody got another way of viewing the web other than with a browser? :o)
    LOL. If only.

    Maybe each browser should just display the source-code and we visualise it ourself?

  6. #6
    Senior Member redcircle is an unknown quantity at this point redcircle's Avatar
    Join Date
    Aug 2003
    Posts
    424

    Re: Why use GIF?

    Quote Originally Posted by splinter
    We have PNG now and although IE doesn't support PNG alpha transparency, you can still make them transparent in the same way you can make GIFs.

    Why use GIF?
    That's the only reason to use GIF. :) stupid m$
    www.squitosoft.com - PHP development site. featuring Squito Gallery. a php driven photo gallery.
    www.rgfx.net - Specializing in Internet solutions, including Html authoring, Interactive Web sites, 3D/2D Graphics and animation.

  7. #7
    Senior Member splinter is an unknown quantity at this point splinter's Avatar
    Join Date
    Jul 2003
    Posts
    118

    Re: Why use GIF?

    Quote Originally Posted by redcircle
    Quote Originally Posted by splinter
    We have PNG now and although IE doesn't support PNG alpha transparency, you can still make them transparent in the same way you can make GIFs.

    Why use GIF?
    That's the only reason to use GIF. :) stupid m$
    But you can achieve the same affect with PNGs as you can with GIFs and these work in IE.

  8. #8
    Senior Member redcircle is an unknown quantity at this point redcircle's Avatar
    Join Date
    Aug 2003
    Posts
    424
    Transparent PNG's do not work in IE.
    www.squitosoft.com - PHP development site. featuring Squito Gallery. a php driven photo gallery.
    www.rgfx.net - Specializing in Internet solutions, including Html authoring, Interactive Web sites, 3D/2D Graphics and animation.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts