comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier <gautier@fakeaddress.nil>
Subject: Re: Representing image data
Date: Wed, 11 Mar 2009 02:16:48 +0100
Date: 2009-03-11T02:16:48+01:00	[thread overview]
Message-ID: <49b71100$1_6@news.bluewin.ch> (raw)
In-Reply-To: <9WAtl.2301$gm6.1634@nwrddc02.gnilink.net>

Kenneth Almquist wrote:

> I've been working on the design of an image decoding library.  The
> basic idea is that the library will examine the first few bytes of
> an image, determine the format, and call the appropriate decoder,
> so that an application using the library can read images without
> writing code for each image format it wants to handle.

How common are the formats' encodings ? JPEG, PNG, BMP, GIF, TGA, PPM... ?
Compressed ? With/without loss ? Not compressed ?
There are various libraries, full Ada (at least for BMP, GIF, TGA & PPM) 
or bindings, which support these usual formats. Could be a good starting 
point, and you also could use them for the "back-end" jobs.

HTH
_________________________________________________________
Gautier's Ada programming -- http://sf.net/users/gdemont/
NB: For a direct answer, e-mail address on the Web site!



  reply	other threads:[~2009-03-11  1:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-10 21:26 Representing image data Kenneth Almquist
2009-03-11  1:16 ` Gautier [this message]
2009-03-11  2:43   ` Srini -
2009-03-11 21:12   ` Kenneth Almquist
2009-03-11 22:39     ` tmoran
2009-03-12  2:38   ` Randy Brukardt
2009-03-11  9:00 ` Dmitry A. Kazakov
2009-03-11 15:45   ` Brian Drummond
2009-03-11 20:12     ` sjw
2009-03-13 11:31       ` Brian Drummond
2009-03-13 20:31 ` Kenneth Almquist
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox