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.70.92.137 with SMTP id cm9mr227990pdb.4.1412336816259; Fri, 03 Oct 2014 04:46:56 -0700 (PDT) X-Received: by 10.140.21.51 with SMTP id 48mr13781qgk.12.1412336815886; Fri, 03 Oct 2014 04:46:55 -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!uq10no3179232igb.0!news-out.google.com!q8ni41qal.1!nntp.google.com!dc16no397317qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Oct 2014 04:46:55 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.243.94.123; posting-account=qQYzOAoAAACKyBgnnWDmxmZSLHt67JIC NNTP-Posting-Host: 130.243.94.123 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1d5d2d61-9595-4571-9d4e-308bb19f0b8d@googlegroups.com> Subject: how to read image in Ada? From: Nahro Nadir Injection-Date: Fri, 03 Oct 2014 11:46:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22033 Date: 2014-10-03T04:46:55-07:00 List-Id: 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.