From owner-freebsd-multimedia Tue Feb 27 23: 9:26 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from zogbe.tasam.com (hc6526bd1.dhcp.vt.edu [198.82.107.209]) by hub.freebsd.org (Postfix) with ESMTP id CD70237B719 for ; Tue, 27 Feb 2001 23:09:23 -0800 (PST) (envelope-from clash@fireduck.com) Received: from battleship (hc6526bd1.dhcp.vt.edu [198.82.107.209]) by zogbe.tasam.com (8.11.2/8.11.2) with SMTP id f1S79Ml63003 for ; Wed, 28 Feb 2001 02:09:23 -0500 (EST) Message-ID: <001901c0a155$60ae4660$dc02010a@battleship> From: "Joseph Gleason" To: Subject: simple graphics library? Date: Wed, 28 Feb 2001 02:09:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am a Computer Science student at Virginia Tech. For one of my classes I get to make an image processing toolkit. I will be doing all image manipulations (blurs, convolutions, histogram equalization, etc) with my own functions on my own data structures because I am trying to learn this stuff. However, I feel no strong need to learn the details of various formats (bmp, gif, jpg, etc). I'm looking for a graphics library that I can use to read images from the disk and write them to the disk, allowing me to do my image manipulations in-between. I am currently using gd (from the ports tree) for this, but gd seems to be limited to an 256 color pallet, which doesn't work well for some of my task. Does anyone have any suggestions for such a low level image library? (or knows where I can find some documention on the headers and structor or bmp files?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message