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.43.126.198 with SMTP id gx6mr13622055icc.28.1412597810092; Mon, 06 Oct 2014 05:16:50 -0700 (PDT) X-Received: by 10.140.96.54 with SMTP id j51mr3630qge.13.1412597810062; Mon, 06 Oct 2014 05:16:50 -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!uq10no4846040igb.0!news-out.google.com!q8ni41qal.1!nntp.google.com!dc16no944901qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 6 Oct 2014 05:16:50 -0700 (PDT) In-Reply-To: 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 References: <1d5d2d61-9595-4571-9d4e-308bb19f0b8d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: how to read image in Ada? From: Nahro Nadir Injection-Date: Mon, 06 Oct 2014 12:16:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22143 Date: 2014-10-06T05:16:50-07:00 List-Id: On Monday, October 6, 2014 10:30:10 AM UTC+2, Simon Wright wrote: > Nahro Nadir writes: > > > > > Well i couldn't found a library which is written in Ada and i dont > > > want to use binding to other languages because its very slow. > > > > I don't see why that has to be true. > > Because im gonna to do some image processing on Gimme2 board and i tested binding opencv wich is a powerful library but it was very slow. > > I've been lokking at binding EasyBMP[1], which is written in C++; there > > are issues, but it's doable. I'll write it up some time (and report the > > GNAT bugs I found, too!). > > > > But I think you'll be more interested in Gautier's offering. > > If wanted to use binding i would prefer opencv. > > [1] http://easybmp.sourceforge.net thnx for your comment.