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=0.6 required=5.0 tests=BAYES_00,FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,53e2e69b113227ec X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: "Chip Orange" Newsgroups: comp.lang.ada References: <1178486961.979327.11940@w5g2000hsg.googlegroups.com> Subject: Re: Imaging in Ada Date: Wed, 9 May 2007 16:59:36 -0400 Organization: FPSC X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 NNTP-Posting-Host: 207.156.28.16 Message-ID: <46422cbe$1@news.hcs.net> X-Trace: news.hcs.net 1178741950 207.156.28.16 (9 May 2007 16:19:10 -0400) Path: g2news1.google.com!news1.google.com!news.glorb.com!bigfeed2.bellsouth.net!news.bellsouth.net!news.hcs.net!not-for-mail Xref: g2news1.google.com comp.lang.ada:15692 Date: 2007-05-09T16:59:36-04:00 List-Id: "ezkcdude" wrote in message news:1178486961.979327.11940@w5g2000hsg.googlegroups.com... > What capabilities, in terms of libraries/packages/modules, does Ada > have for doing basic image processing. For example, let's say you > wanted to load a jpg or tif image and display it on the screen, how > would you go about that task (no pun intended, seriously) in Ada? In addition to the others, if it's helpful there's a partial Ada binding for ImageMagick at: http://home.gna.org/g2f/ Chip Orange