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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,96b1bf0c24ced968 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.78.106 with SMTP id a10mr1046081pax.14.1346367311686; Thu, 30 Aug 2012 15:55:11 -0700 (PDT) Received: by 10.68.196.136 with SMTP id im8mr1472186pbc.5.1346367311324; Thu, 30 Aug 2012 15:55:11 -0700 (PDT) Path: a5ni27187pbv.0!nntp.google.com!news1.google.com!4no10538pbn.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Aug 2012 15:55:11 -0700 (PDT) In-Reply-To: <7bd3df18-178b-4735-ac43-c6bb6df9e999@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ NNTP-Posting-Host: 66.126.103.122 References: <7bd3df18-178b-4735-ac43-c6bb6df9e999@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7ceed7ea-bb6c-4faf-86e8-12c07e1f2270@googlegroups.com> Subject: Re: Question: re Image Files. From: Adam Beneschan Injection-Date: Thu, 30 Aug 2012 22:55:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-30T15:55:11-07:00 List-Id: On Thursday, August 30, 2012 3:33:34 PM UTC-7, Austin Obyrne wrote: > Question: > > > Question: Is there any way by which I can reading in from an image file and operate on the individual pixels in a similar arithmetical way. > > If not how are image files handled in Ada is there any transformation process?. You might want to check out "Generic Image Decoder": http://sourceforge.net/projects/gen-img-dec/?source=directory but I haven't looked into it, so I have no idea if it will do what you need. -- Adam