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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9687142de775d397,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!130.59.10.21.MISMATCH!kanaga.switch.ch!switch.ch!news.in2p3.fr!in2p3.fr!proxad.net!cleanfeed1-a.proxad.net!nnrp20-1.free.fr!not-for-mail Return-Path: X-Greylist: delayed 1667 seconds by postgrey-1.24 at green; Mon, 08 Jan 2007 14:32:16 CET From: Ali Bendriss To: comp.lang.ada@ada-france.org Subject: ANNONCE: G2F_IO an Ada 95 binding to the ImageMagick C API Date: Mon, 8 Jan 2007 12:52:53 +0000 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP X-UCL-MailScanner-Information: Please contact the UCL Helpdesk, helpdesk@ucl.ac.uk for more information X-UCL-MailScanner: Found to be clean X-UCL-MailScanner-From: ali.bendriss@drc.ion.ucl.ac.uk X-Virus-Scanned: amavisd-new at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 08 Jan 2007 14:35:01 MET NNTP-Posting-Host: 88.191.14.223 X-Trace: 1168263301 news-3.free.fr 29618 88.191.14.223:52385 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:8097 Date: 2007-01-08T14:35:01+01:00 G2F_IO implement an Ada 95 binding to a subset of the low-level MagickCore library. Recently Olivier Ramonat and Pascal Obry have contributed to binding to make it running with the current version of Image Magick (6.x). With this binding, it's now possible to - Read/Write image - Set/Get some image attribute (format, text, ...) - Create a new image (Canvas) - Re size images and produce thumbnail - Work at the Pixels level (read/write on the cache-view of the image) The Project is now hosted on GNA : https://gna.org/projects/g2f/ You can download the current source code using subversion - Checkout over SVN protocol (TCP 3690): svn co svn://svn.gna.org/svn/g2f/trunk g2f - Checkout over http: svn co http://svn.gna.org/svn/g2f/trunk g2f You may read this if you want to know more about ImageMagick : http://imagemagick.org/script/architecture.php The home page will be updated soon http://home.gna.org/g2f/ Enjoy! PS. I would like to create a hight level API on top of G2F_IO (more Ada/Ada2005? like) if you want to join please help yourself : https://mail.gna.org/listinfo/g2f-developers/ Ali