Revision history for GD::Raw
0.7 2026-06-05T11:05:16+02:00
- Add functions `gdImageString` and `gdImageStringUp`
to draw strings with fixed-width fonts
- Add function `gdImageStringFT` and auxiliary functions
to draw Unicode strings with Free Type fonts.
- Provided by Jean Forget++
0.6 2026-04-23T21:06:07+02:00
- Add function `gdImagePngPtr` to load PNG data into
a blob instead of into a file
- Add a few other functions `gdImageXxxPtr` for other
formats
- Add the `gdImageSetStyle` function to improve the
drawing of lines
- Provided by Jean Forget++
0.5 2026-03-31T19:55:11+02:00
- Add functions `gdImageEllipse` and `gdImageRectangle` to draw outline
ellipses and outline rectangles, Jean Forget++
0.4 2024-10-23T11:02:05+02:00
- Add some in-place filters: 0racle++
0.3 2024-09-19T14:56:55+02:00
- Initial version in the zef ecosystem