Gary M
53cfc7c965
assign format to cubemap ( #3823 )
1 anno fa
Ray
e42e3188f5
Remove some unneeded line breaks
1 anno fa
Jeffery Myers
4cd71a9750
Fix warnings in raylib ( #3793 )
1 anno fa
Ray
615ee9d177
REVIEWED: `rlLoadFramebuffer()`
1 anno fa
Ray
c57b8d5a6a
REVIEWED: `ImageKernelConvolution()`, formating and warnings
1 anno fa
Blockguy24
d2b1256e5c
Fix bounds check for `ImageDrawRectangleRec` ( #3732 )
1 anno fa
Lieven Petersen
a820c37ab2
implemented fill color TODO in ImageResizeCanvas() ( #3720 )
1 anno fa
Le Juez Victor
746f129bfe
Fix `ImageDrawRectangleRec` ( #3721 )
1 anno fa
Alice Nyaa
be0ea89f83
Simplified for loop for some image manip functions ( #3712 )
1 anno fa
Ray
b4cb0f3e7d
REVIEWED: `LoadImageAnimFromMemory()` #3704
1 anno fa
ubkp
19bdcedf1c
Hide unused warnings from stb_image_resize2.h ( #3708 )
1 anno fa
Ray
3f1e59a7cf
Update copyright to 2024
1 anno fa
ubkp
fd5e1e6afb
[rtextures] Fix `LoadImageAnimFromMemory()` warning for `fileData` ( #3686 )
* Fix LoadImageAnimFromMemory() warning for fileData
* Add LoadImageAnimFromMemory() to raylib.h
* Fix missing ; on previous commit
1 anno fa
IoIxD
3fc43c1096
LoadImageAnimFromMemory ( #3681 )
1 anno fa
Ray
e039a221a3
Review formating
1 anno fa
Ray
1792bce292
REVIEWED: `LoadTextureCubemap()`, added `mipmaps` #3665
1 anno fa
Ray
88db11fda4
Update rtextures.c
1 anno fa
Romash
222f6f7877
Fix box blur symmetry & simplify code ( #3631 )
1 anno fa
Ray
6f3c87a999
Fix #3613
1 anno fa
Karim
21469e92b0
Image convolution function ImageKernelConvolution ( #3528 )
* Added image convultion ImageKernelConvolution
* comment changes
* spelling changes and change to kernel size
* removed kernel normalization inside function
* fix to formating
1 anno fa
Ray
fe757b6267
Update rtextures.c
1 anno fa
Ray
64d64cc181
REVIEWED: Potential code issues reported by CodeQL #3476
1 anno fa
Babak
0f4a8cf7cb
Ported to stb_image_resize2.h ( #3403 )
1 anno fa
Ray
67a1e1ffae
Update rtextures.c
1 anno fa
Masoud Naservand
d309b1eaa7
Call nsvgDeleteRasterizer() on created rasterizer ( #3392 )
the `NSVGrasterizer *rast` needs to be passed
to nsvgDeleteRasterizer() when we are done with it.
1 anno fa
Ray
f2389a1e55
Remove trail spaces
1 anno fa
Ray
97c4333803
REVIEWED: `UnloadRenderTexture()`, additional check
1 anno fa
Ray
528b879955
Update rtextures.c
1 anno fa
Rob Loach
30f8dd6e37
rtextures: Fix ImageDraw() source clipping when drawing beyond top left ( #3306 )
1 anno fa
Ray
8a82e17a79
Update rtextures.c
1 anno fa
Ray
67a693fc5b
REVIEWED: `LoadImageSvg()`
1 anno fa
Ray
d6f3891009
REVIEWED: `LoadImageSvg()`
1 anno fa
bXi
c03ab03627
Added rudimentary SVG support. ( #2738 )
* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize.
* Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly.
* Added actual correct example file.
* Reviewed the code to keep the raylib coding conventions in mind.
Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG.
Renamed LoadImageSvgWithSize() to LoadImageSvg().
Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work.
* Fixed typo.
---------
Co-authored-by: Ray <raysan5@gmail.com>
1 anno fa
Ray
0f447f1fb6
REVIEWED: Data size type consistency between functions #3168
1 anno fa
Johannes Barthelmes
0f39051562
Fix uninitialized thread-locals in stbi #3282 ( #3283 )
1 anno fa
Ray
9646497216
Formating review
1 anno fa
Jeffery Myers
21f5482e0d
[Image] Validate that ImageDrawRectangleRec is drawing entirely inside the image ( #3264 )
* Add a function to clone a sound and share data with another sound.
* rename items based on feedback
* PR Feedback, use custom unload for sound alias, not variant of normal sound unloading
* sound_multi example
* Validate that image rect drawing is inside the image so we don't overflow a buffer
* remove files that should not have been added.
* remove changes that should not have been
* revert
* adsfasdfsdfsdf
1 anno fa
Ray
93f59a6f59
Review tabs and trail-spaces
1 anno fa
ashn
90f1749965
Ignore unused function warnings from external headers when compiling with GCC and Clang ( #3235 )
1 anno fa
Ray
42cfabc670
REVIEWED: Old pragma formating
1 anno fa
Nikolas
dc621ca388
Support 16-Bit HDR textures ( #3220 )
* Support 16-Bit HDR textures
* Fix build on emscripten
* Move helper functions
1 anno fa
Nikolas
5d28bad0ad
Fix LoadTextureCubemap for manual layouts ( #3204 )
1 anno fa
smalltimewizard
1310617a92
Optimization of ImageDrawRectangleRec() ( #3185 )
A significant performance increase can be had by copying the first row to all other rows.
1 anno fa
Ray
48e2663d03
REVIEWED: Issue #3105
1 anno fa
Jeffery Myers
0c126af717
casting warnings in rtextures ( #3134 )
1 anno fa
Ray
830e328df0
Remove trailing spaces
1 anno fa
Ray
f8b352f6d9
ADDED: `ExportImageToMemory()`
Only PNG supported for now
1 anno fa
Ray
5ef50ae139
REVIEWED: `ImageRotate()` formatting
1 anno fa
Dane Madsen
e465ed0850
Added ImageRotate ( #3078 )
* Added ImageRotate
* Quick rename of the example
* Update ImageRotate by changing doubles to floats and checking code convention
* Update API
1 anno fa
Ray
2937f2010c
Review coding conventions
1 anno fa