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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1116ece181be1aea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-03 21:30:05 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? Date: Sat, 4 Oct 2003 00:23:29 -0400 Organization: Michigan State University Message-ID: References: NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:195 Date: 2003-10-04T00:23:29-04:00 List-Id: "chris" wrote in message news:D6mfb.6093$QH3.1420@newsfep4-winn.server.ntli.net... > Recently I wanted to take jpegs, (Windows) bitmaps and png images and > use them as textures for OpenGL surfaces. I could find no way of > handling bitmaps in Ada out of the box. Tonights task is to handle > windows bitmaps! Tomorrows task is to keep at the LibPng binding and > implement a library to save/load images in the png, bitmap, jpeg formats > and anything else. One that is simple and portable. I really need > facilities for working with images! You want the SDL thin bindings for SDL_Image. Simple and portable http://www.libsdl.org/ -CRM