GD-Octave 0.0.3 review
DownloadGD-Octave is a library glue for exporting GD library functions into octave
|
|
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