Maurice Lombardi escribió:
Mariano Alvarez Fernandez wrote:
I have uploaded a pre-release of GRX 2.4.4. Download it from:
Testing and comments will be welcome.
For me (djgpp) everything is OK, except that the change of name SaveContextToJpeg -> GrSaveContextToJpeg has not been translated to grx.pas. The following diff do:
--- pascal/grx.pas.orig Mon Oct 8 12:26:56 2001 +++ pascal/grx.pas Mon Nov 26 17:23:34 2001 @@ -1450,8 +1450,8 @@ ** requires jpeg-6a by IJG (Independent JPEG Group) ** available at ftp.uu.net as graphics/jpeg/jpegsrc.v6a.tar.gz *) -Function SaveContextToJpeg(cxt: GrContextPtr; jpegn: CString; accuracy: Integer) : Integer;
- AsmName 'SaveContextToJpeg';
+Function GrSaveContextToJpeg(cxt: GrContextPtr; jpegn: CString; accuracy: Integer) : Integer;
AsmName 'GrSaveContextToJpeg';
Implementation end.
Thanks.
Only SaveContextToTiff has not been prefixed by Gr now. Any reason ?
GrSaveContextToJpeg is a new function, the old SaveContextToJpeg lived in the addon subdir, and I didn't know if we can change it, so I had write a new one and his pair: GrLoadContextToJpeg. Can you add it to grx.pas?
SaveContextToTiff live in the addon subdir too, so I need the author permission to rename it, place it in the src/gformat subdir and apply the GRX license.
Hartmut, can I do it?