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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,103b407e8b68350b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-09 07:15:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsgate.duke.edu!solaris.cc.vt.edu!news.vt.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Raster graphics [was Anybody in US using ADA ? New language competition? (long)] Date: Thu, 9 Jan 2003 10:09:12 -0500 Organization: Michigan State University Message-ID: References: <3E148004.5000408@cogeco.ca> <3E15CF31.1020900@cogeco.ca> <3E19C980.6060902@cogeco.ca> Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:32827 Date: 2003-01-09T10:09:12-05:00 List-Id: "chris.danx" wrote in message news:MHeT9.11$bG2.122@news13-win.server.ntlworld.com... > In some ways I agree with you but if you don't have "me too!" then > people ain't gonna look twice at you. For example, I would like to do > some raster graphics work (practice for uni) right now for a course. > Where is the ada package that lets me do that? Does it support decoding > and encoding of raster graphics formats? Does it support multiple > colour spaces (eg RGB, RGBA, CYM, HSV, Monotone, Greyscale)? Is it > portable? Can you interface it with GUIs easily? Try looking at AdaSDL. Both the thin and thick binding available will allow you to write directly to the screen. It supports at least RGB and RGBA. Plus it plays well will window managers. > If I get time, I'll finish writing the proposal for Ada 2D that I'm in > the middle of, but like so many things I've wanted to do or tried to do, > this might not ever come to be... it might be shelved because I just > don't have the time with all the Uni work they love to give us. Failing > that I will upload it for others to work on, but I doubt anyone else > would be willing to work on it for any length of time because we're all > in the same boat - e.g. this is probably why grace is stalled (it's > certainly true of Aqua)! Well both Vargas and I have a masters thesis to be working on so that is why the AdaSDL project is somewhat stalled. ;) Anyway you should collaborate with us on AdaSDL. We have a lot of ground work laid already. Get a sourceforge account and get in touch with Vargas. -CRM