Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
.precomp/
/GD-Raw-*
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for GD::Raw

{{$NEXT}}

0.6 2026-04-xx
- Add function `gdImagePngPtr` to load PNG data into a blob instead of into a file
- Add a few other functions `gdImageXxxPtr` for other formats

0.5 2026-03-31T19:55:11+02:00
- Add functions `gdImageEllipse` and `gdImageRectangle` to draw outline
ellipses and outline rectangles, Jean Forget++
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
],
"test-depends": [
],
"version": "0.5"
"version": "0.6"
}
Loading