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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.24.8 with SMTP id q8mr4863294obf.25.1412340281565; Fri, 03 Oct 2014 05:44:41 -0700 (PDT) X-Received: by 10.50.55.39 with SMTP id o7mr140234igp.13.1412340281436; Fri, 03 Oct 2014 05:44:41 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no3219110igb.0!news-out.google.com!bc9ni13481igb.0!nntp.google.com!h18no1110351igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 05:44:40 -0700 (PDT) In-Reply-To: <1d5d2d61-9595-4571-9d4e-308bb19f0b8d@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=121.75.24.171; posting-account=g6PEmwoAAADhFsmVm6Epjviaw4MLU0b5 NNTP-Posting-Host: 121.75.24.171 References: <1d5d2d61-9595-4571-9d4e-308bb19f0b8d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <76528382-5b61-47ce-be81-d5eb144a3423@googlegroups.com> Subject: Re: how to read image in Ada? From: Anatoly Chernyshev Injection-Date: Fri, 03 Oct 2014 12:44:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22035 Date: 2014-10-03T05:44:40-07:00 List-Id: On Saturday, October 4, 2014 12:46:56 AM UTC+13, Nahro Nadir wrote: > I'm new in Ada programming language, I want to read and manipulate images in Ada without binding other libraries like opencv. Is there any way to read images in Ada? Or convert it to pixel values (RGB) especially bitmap images. For png there's a library, it worked fine for me: http://sourceforge.net/projects/png-io/