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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8cd2e51827049f30 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ada and graphics Date: 1996/08/03 Message-ID: #1/1 X-Deja-AN: 172103812 references: <31FFE6EB.5A6A@freenet.scri.fsu.edu> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-03T00:00:00+00:00 List-Id: The Quelisher asks "o follow up on a post I made earlier, when I was interested in the ossibilities of Ada and graphics, I should have been a little more pecific. What I am looking for is something that I can write in Ada hat will allow me to write to a file the code for images such a .jpg's r .gif's....I guess essentially create those kinds of files using a rogram written in Ada. I know C cna do it, because there are CGI access ounters that do this. But preferribly I would like to do it in Ada." If you can do it in C, you can do it in Ada! Use pragma Import and call exactly the same routines that you would call from C.