Jump to content

Rexx/gd: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A wrapper around the [[gdlib]] graphics library that allows the creation and manipulation of bitmap graphics using [[REXX]], it requires a number of support libraries but most of those are supplied with the OS/2 package. Formats currently supported depends on the version of gdlib you have installed but all the usual suspects (Jpeg, GIF and PNG) are supported.
{{Software
|Picture=Rxgd.png
|Name=Rexx/gd
|Version=2.1 (Oct 2012)
|Author=[[Mark Hessling]]
|Licence=[[Common Public Licence]]
|WWW=http://rexxgd.sourceforge.net
}}
A wrapper around the '''libgd''' graphics library that allows the creation and manipulation of bitmap graphics using [[REXX]], it requires a number of support libraries but most of those are supplied with the OS/2 package. Formats currently supported depends on the version of gdlib you have installed but all the usual suspects (Jpeg, GIF and PNG) are supported.
 
;Files
* REXXGD.DLL


==Version==
==Version==
* Last known version: REXX/GD v2.1 (2012)
*1.0 (2002)
: Note that this version has built in support for OS/2 in the source code, however you will have to build the dll's and the dependencies yourself with a few exceptions.
* 2.0.1 (2004) - The base package only has the extension itself, all the prerequisites however are supplied in an "extras" package also available from the SourceForge download page.
* Last known OS/2 version: REXX/GD v2.0.1 (2004)
* 2.1 (2012) - Note that this version has built in support for OS/2 in the source code, however you will have to build the DLLs and the dependencies yourself with a few exceptions.
: The base package only has the extension itself, all the prerequisites however are supplied in an "extras" package also available from the SourceForge download page.


==Links==
==Links==
* [http://rexxgd.sourceforge.net/ REXX/GD Homepage]
* [https://sourceforge.net/projects/rexxgd Project page] (SourceForge)
* [https://sourceforge.net/projects/rexxgd REXX/GD project page] - on [[SourceForge]].
 
==Licence==
* Open source software released under the [[Common Public Licence]].
 
==Author==
* [[Mark Hessling]]


[[Category:Tools]][[Category:REXX]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:REXX Function Library]][[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 11:00, 11 December 2022

Rexx/gd
Name Rexx/gd
Version 2.1 (Oct 2012)
Vendor
Author Mark Hessling
Licence Common Public Licence
WWW http://rexxgd.sourceforge.net

A wrapper around the libgd graphics library that allows the creation and manipulation of bitmap graphics using REXX, it requires a number of support libraries but most of those are supplied with the OS/2 package. Formats currently supported depends on the version of gdlib you have installed but all the usual suspects (Jpeg, GIF and PNG) are supported.

Files
  • REXXGD.DLL

Version

  • 1.0 (2002)
  • 2.0.1 (2004) - The base package only has the extension itself, all the prerequisites however are supplied in an "extras" package also available from the SourceForge download page.
  • 2.1 (2012) - Note that this version has built in support for OS/2 in the source code, however you will have to build the DLLs and the dependencies yourself with a few exceptions.

Links