From owner-freebsd-questions@FreeBSD.ORG Sun Apr 15 17:40:17 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E21016A400 for ; Sun, 15 Apr 2007 17:40:17 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id C90A113C4B7 for ; Sun, 15 Apr 2007 17:40:16 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (klmrwv@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l3FHe8fC071666 for ; Sun, 15 Apr 2007 19:40:14 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l3FHe8Gs071665; Sun, 15 Apr 2007 19:40:08 +0200 (CEST) (envelope-from olli) Date: Sun, 15 Apr 2007 19:40:08 +0200 (CEST) Message-Id: <200704151740.l3FHe8Gs071665@lurza.secnetix.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG X-Newsgroups: list.freebsd-questions User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Sun, 15 Apr 2007 19:40:14 +0200 (CEST) Cc: Subject: Looking for GIF library in the ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2007 17:40:17 -0000 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