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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham 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-7-bit Path: g2news2.google.com!postnews.google.com!24g2000yqy.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: A generic image decoder - specification design Date: Sun, 2 May 2010 12:24:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <475f7e4b-25ab-483f-a48e-546e8615d9af@24g2000yqy.googlegroups.com> References: <0fe40ae3-7582-424c-9b72-9d6d0cb351e2@y36g2000yqm.googlegroups.com> <6a71656b-1e29-4b80-9e85-2af91d0bf2b1@32g2000prq.googlegroups.com> NNTP-Posting-Host: 85.1.159.115 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1272828256 27136 127.0.0.1 (2 May 2010 19:24:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 2 May 2010 19:24:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 24g2000yqy.googlegroups.com; posting-host=85.1.159.115; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11295 Date: 2010-05-02T12:24:13-07:00 List-Id: On 2 mai, 13:45, brian wrote: > Have you thought about supporting the FITS (http://fits.gsfc.nasa.gov/) format? Do you know what maximum color depth there is with FITS ? I guess it might be more than 255 per fundamental color, but I got lost in the docs. Perhaps I should let this 255 boundary as a generic parameter as well. Gautier