Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2007 19:40:08 +0200 (CEST)
From:      Oliver Fromme <olli@lurza.secnetix.de>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Looking for GIF library in the ports collection
Message-ID:  <200704151740.l3FHe8Gs071665@lurza.secnetix.de>

next in thread | raw e-mail | index | archive | help
Hi,

I've written a program that generates images.  Currently
it writes them in PPM format, and I would like to add
support for GIF.  So I've looked at the ports collection
for a GIF library and found -- nothing.  The only thing
that comes close is "libungif", but it doesn't create
real compressed GIF files ...

$ ./mytool -f ppm | ppmtogif > test1.gif
$ ./mytool -f gif > test2.gif
$ ls -l test?.gif
-rw-r--r--  1 olli  olli    642 Apr 15 19:28 test1.gif
-rw-r--r--  1 olli  olli  14498 Apr 15 19:28 test2.gif

Any suggestions?  (I cannot use PNG because I need to
stay compatible with certain legacy applications that
don't support PNG.)

Best regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606,  Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758,  Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr:  http://www.secnetix.de/bsd

"I learned Java 3 years before Python.  It was my language of
choice.  It took me two weekends with Python before I was more
productive with it than with Java." -- Anthony Roberts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704151740.l3FHe8Gs071665>