Welcome, Guest. Please login or register.

Author Topic: Where is gif.library?  (Read 2500 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ChaosLordTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show only replies by ChaosLord
    • http://totalchaoseng.dbv.pl/news.php
Where is gif.library?
« on: March 17, 2006, 04:01:33 AM »
Where is gif.library?

I need an easy way to load .gif images into my own software.

It is very easy to open iff.library and load iff images but I cannot find any library that allows me to load .gifs! :-?

There are tons of gif utils on Aminet.  So people must be loading gifs into their Amiga software somehow....

Does anyone know of an easy library I can use?

Or do you have easy source code to LoadGif() in my proggy?

Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Where is gif.library?
« Reply #1 on: March 17, 2006, 04:13:05 AM »
I think most of the programs that load GIF images use gif.datatype which is included in AmigaOS 3.5 and newer.

BTW, IFF.library was replaced by IFFParse.library in Kickstart 2.04 .
 

Offline ChaosLordTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show only replies by ChaosLord
    • http://totalchaoseng.dbv.pl/news.php
Re: Where is gif.library?
« Reply #2 on: March 17, 2006, 04:21:58 AM »
I would like my software to run on OS 3.1 and up if that is ok.
Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: Where is gif.library?
« Reply #3 on: March 17, 2006, 04:27:48 AM »
akGIF.datatype on the Aminet will do the trick on 3.1 .

-edit- akGIF will not work on 3.0 .
 

Offline ChaosLordTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show only replies by ChaosLord
    • http://totalchaoseng.dbv.pl/news.php
Re: Where is gif.library?
« Reply #4 on: March 17, 2006, 04:57:26 AM »
ok so how do I write some lines of c code to load
a .gif or .png image thru picture.datatype?

Is there a tutorial somewhere?

I have never used a datatype in my whole entire life.

The thing is that I have a zillion megs of .iff textures.
I could reduce that to only half a zillion megs if I switched over to .gif or .png or any other format that compresses better than .iff.

I love using iff.library.  Its soooooo easy and does all sorts of handy things for me without my even asking. :-)
But .iff just doesn't compress very well. :-(
Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline Thomas

Re: Where is gif.library?
« Reply #5 on: March 17, 2006, 08:14:29 AM »
Quote

ChaosLord wrote:
ok so how do I write some lines of c code to load
a .gif or .png image thru picture.datatype?


http://utilitybase.com/forum/index.php?action=vthread&forum=2&topic=525

Bye,
Thomas