From: Dominique F. <fo...@gr...> - 2003-01-10 10:08:41
|
Hi, I've made some changes to the G2GIFCreatePicture API: it takes now an additional parameter like below: Guido2GIF_API int G2GIFCreatePicture(int handle, double zoom, int sizex, int sizey, int adjustpagesize, int pagenum, int dops, const char * psname, const char * outname, const char * idstr) This idstr parameter points to a string which is to be added to the gif picture at the left bottom corner. This string was previously automatically added and its content wasn't available to client applications. The guido2gif tool has been consequently modified: the G2GIFCreatePicture call has an IDSTR additional argument which actually points to NULL: const char * IDSTR = 0; dom |