Re: [Freeciv-Dev] xpm, gif, png & map view!
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mar 08, Matt Busigin decided to present us with:
> On Mon, 8 Mar 1999, Lalo Martins wrote:
>
> #Not really. You would then have to write a separate program to
> #generate these files. gzip/gunzip are better in this aspect
> #(easy to generate).
>
> Nonono - use library calls to produce/uncompress GNU zipped files.
Yes. Then you would depend on civclient to generate those files,
which is bad.
With xpm/gzip you create the image in any program that edits xpm
and compress them with gzip - or even, in GIMP, save them as
"foo.xpm.gz" and the GIMP does the hard work for you.
In opposition, if FreeCiv uses zlib to compress/uncompress there
would be no standard tools to create/edit the files. The FreeCiv
team would have to maintain a separate program to do that, sort
of: "civzip -d tiles.zpm; gimp tiles.xpm; civzip tiles.xpm".
And no, you can't just use gzip/gunzip with zlib. I've been
informed that it's not one-to-one compatible (zlib doesn't read
all gzipped files and gunzip doesn't read all zlib-compressed
files, for some reason I don't understand).
So if you want something "UNIX standard", reasonable, which
everyone can handle, you will have to use gzip/gunzip with
pipes. Otherwise, for half the work of supporting zlib you could
just support libpng.
[]s,
|alo
+----
--
I am Lalo of deB-org. You will be freed.
Resistance is futile.
http://www.webcom.com/lalo mailto:lalo@xxxxxxxxxx
pgp key in the web page
Debian GNU/Linux -- http://www.debian.org
- Re: [Freeciv-Dev] xpm, gif, png & map view!, (continued)
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Lalo Martins, 1999/03/06
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Markus Linnala, 1999/03/07
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Fabrice Noilhan, 1999/03/07
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Markus Linnala, 1999/03/07
Re: [Freeciv-Dev] xpm, gif, png & map view!, Nicolas Brunel, 1999/03/07
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Matt Busigin, 1999/03/07
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Lalo Martins, 1999/03/08
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Matt Busigin, 1999/03/08
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Sergei Bolotin, 1999/03/08
- Re: [Freeciv-Dev] xpm, gif, png & map view!, Matt Busigin, 1999/03/08
Re: [Freeciv-Dev] xpm, gif, png & map view!,
Lalo Martins <=
Re: [Freeciv-Dev] xpm, gif, png & map view!, Markus Linnala, 1999/03/08
Re: [Freeciv-Dev] xpm, gif, png & map view!, Matt Busigin, 1999/03/08
Re: [Freeciv-Dev] xpm, gif, png & map view!, Markus Linnala, 1999/03/08
Re: [Freeciv-Dev] xpm, gif, png & map view!, Vasco Alexandre Da Silva Costa, 1999/03/09
Re: [Freeciv-Dev] xpm, gif, png & map view!, Nick Lamb, 1999/03/09
Re: [Freeciv-Dev] xpm, gif, png & map view!, Vasco Alexandre Da Silva Costa, 1999/03/10
Re: [Freeciv-Dev] xpm, gif, png & map view!, Scott Goehring, 1999/03/08
Re: [Freeciv-Dev] xpm, gif, png & map view!, lduperval, 1999/03/08
|
|