GD-Octave 0.0.3 review

Download
by rbytes.net on

GD-Octave is a library glue for exporting GD library functions into octave

License: GPL (GNU General Public License)
File size: 0K
Developer: Muthiah Annamalai and Hemant Kumar
0 stars award from rbytes.net

GD-Octave is a library glue for exporting GD library functions into octave. It features string and text rendering to the PNG, JPEG, GIF, and WBMP image formats. Line, Point, Arc, Polygon, and Fill are supported as primitives.

TODO:

Make up a class-like wrapper.

Keep track of pointers, and make sure you dont crash the system as and when you like to.

Map types:

GD type Octave Type

int * Matrix [1row, multiple cols]
gdPointPtr Matrix [n rows, 2 cols]
char * string
gdImagePtr long int
FILE * octave_stream
gdIOCtxPtr long int
void * long int

GD-Octave 0.0.3 search tags