Jump to content

Rexx/gd: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 7: Line 7:
*1.0 (2002)
*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.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 dll's and the dependencies yourself with a few exceptions.
* 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.


==License==
==License==

Revision as of 18:02, 14 September 2022

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.

License

Links