mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 18:59:18 -05:00
Update CHANGELOG
This commit is contained in:
@ -82,6 +82,10 @@ Detailed changes:
|
|||||||
[textures] ADDED: LoadAnimatedGIF() - Load animated GIF file
|
[textures] ADDED: LoadAnimatedGIF() - Load animated GIF file
|
||||||
[textures] ADDED: GetImageAlphaBorder() - Get image alpha border rectangle
|
[textures] ADDED: GetImageAlphaBorder() - Get image alpha border rectangle
|
||||||
[textures] ADDED: ImageFromImage() - Create an image from another image piece
|
[textures] ADDED: ImageFromImage() - Create an image from another image piece
|
||||||
|
[textures] ADDED: ImageClearBackground(), by @iamsouravgupta
|
||||||
|
[textures] ADDED: ImageDrawPixel(), by @iamsouravgupta
|
||||||
|
[textures] ADDED: ImageDrawCircle(), by @iamsouravgupta
|
||||||
|
[textures] ADDED: ImageDrawLineEx(), by @iamsouravgupta
|
||||||
[textures] REVIEWED: ImageDraw(), now it supports color tint parameter
|
[textures] REVIEWED: ImageDraw(), now it supports color tint parameter
|
||||||
[textures] REVIEWED: ImageResizeCanvas()
|
[textures] REVIEWED: ImageResizeCanvas()
|
||||||
[textures] REVIEWED: ImageCrop() with security checks
|
[textures] REVIEWED: ImageCrop() with security checks
|
||||||
|
|||||||
Reference in New Issue
Block a user