[Gambas-user] gambas3 print image 2nd
Benoît Minisini
gambas at ...1...
Tue Dec 7 20:32:54 CET 2010
> Benoit,
>
> the image i want to print is created this way:
> "hPaper = New Image(6000, 300, Color.White)"
> On this image i paint my spectrogram data.
> I do some more experiments and assume i get it work
> as needed. Thank You :)
6000 * 300 * 4 = 7,2 Mb. So a big image!
>
> By the way: Is any effort known to make a math lib available for Ganbas
> (e.g. GNU Scientific Library) ? Or are math examples available somewhere ?
>
> cheers wally
No component at the moment, but I think you can use that library by using
extern functions, as this is a pure C library as far as I know.
Regards,
--
Benoît Minisini
More information about the User
mailing list