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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC 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: The Quelisher Subject: Ada and graphics Date: 1996/07/31 Message-ID: <31FFE6EB.5A6A@freenet.scri.fsu.edu>#1/1 X-Deja-AN: 171692961 content-type: text/plain; charset=us-ascii organization: Florida State University mime-version: 1.0 reply-to: kendal@freenet.scri.fsu.edu newsgroups: comp.lang.ada x-mailer: Mozilla 3.0b5 (Win16; U) Date: 1996-07-31T00:00:00+00:00 List-Id: To follow up on a post I made earlier, when I was interested in the possibilities of Ada and graphics, I should have been a little more specific. What I am looking for is something that I can write in Ada that will allow me to write to a file the code for images such a .jpg's or .gif's....I guess essentially create those kinds of files using a program written in Ada. I know C cna do it, because there are CGI access counters that do this. But preferribly I would like to do it in Ada. Anyone know of anything like this?