From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,50b378dbbc6317de X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!32g2000prq.googlegroups.com!not-for-mail From: brian Newsgroups: comp.lang.ada Subject: Re: A generic image decoder - specification design Date: Sun, 2 May 2010 04:45:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6a71656b-1e29-4b80-9e85-2af91d0bf2b1@32g2000prq.googlegroups.com> References: <0fe40ae3-7582-424c-9b72-9d6d0cb351e2@y36g2000yqm.googlegroups.com> NNTP-Posting-Host: 122.0.23.98 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1272800721 32717 127.0.0.1 (2 May 2010 11:45:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 2 May 2010 11:45:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 32g2000prq.googlegroups.com; posting-host=122.0.23.98; posting-account=gMAXfwoAAAA68ecE_HyeMd1oSNR8MnSb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 3.0; InfoPath.3; MS-RTC LM 8),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11287 Date: 2010-05-02T04:45:21-07:00 List-Id: On May 2, 1:03=A0am, Gautier write-only wrote: > Hello, > I've just started a generic image decoder package project. > You can read the specification here:http://gen-img-dec.svn.sourceforge.ne= t/viewvc/gen-img-dec/gid.ads?rev... > Before going on with the implementation, I would be glad to get any > comment on it. > From typos, naming, to possible performance considerations related to > generics, or image formats, or what else ?... Have you thought about supporting the FITS (http:// fits.gsfc.nasa.gov/) format? -Brian