summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
AgeCommit message (Collapse)Author
2024-07-01[CORE] Fix MSVC warnings/errors and raymath.h in C++ (#4125)Jeffery Myers
* Update raylib_api.* by CI * Fix MSVC warnings. Make raymath.h work in C++ in MSVC * whitespace cleanup --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-01[rtextures] advance k in LoadImageColors (#4120)Bruno Cabral
Some formats are not advancing k to get pixels values
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30[rtextures] Created `ImageFromChannel()` (#4105)Bruno Cabral
* created ImageFromChannel Adds the possibility to extract a specific channel from an image * naming convention * example window height * removed threshold * removed alpha channel * channel example organization * updated channel example image
2024-06-24Minor tweaksRay
2024-06-24[Build] Fix warnings when building in VS 2022 (#4095)Jeffery Myers
* Update raylib_api.* by CI * Fix warnings when building examples in MSVC 2022 * fix auto-format that sneaked in there. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24[rtextures] Adding `ImageDrawLineEx` function (#4097)Le Juez Victor
* adding `ImageDrawLineEx` function also review other functions for drawing lines in images * fix `ImageDrawLineV`
2024-06-23[rtextures] Adding triangle drawing function for images (#4094)Le Juez Victor
* adding triangle drawing function for images * remove unnecessary check * fix an iteration mistake
2024-05-29review color tint functions (#4015)Le Juez Victor
2024-05-21REVIEWED: `ColorToInt()` PRRay
2024-05-21[rtextures] Fix Undefined behaviour in ColorToInt (#3996)OetkenPurveyorOfCode
2024-05-01Reviewed some warningsRay
2024-04-21Review formattingRay
2024-04-20REVIEWED: `LoadImageRaw()` #3926Ray
2024-04-20REVIEWED: `LoadImageRaw()` #3926Ray
2024-04-20REVIEWED: Remove final punctuation in code commentsRay
2024-04-20Code gardeningRay
- Review formatting - Improve readability for some functions result return - Minimize early returns - Align LoadFileData() to UnloadFileData()
2024-04-20Added security checks #3924Ray
2024-04-19Review code formatingRay
2024-03-26[rtextures] Fix LoadImageFromScreen scaling (#3881)proberge-dev
2024-02-29Review formattingRay
2024-02-29ADDED: New function `ColorIsEqual()`Ray
2024-02-28Update rtextures.cRay
2024-02-26Update rtextures.cRay
2024-02-26assign format to cubemap (#3823)Gary M
2024-02-18Remove some unneeded line breaksRay
2024-02-10Fix warnings in raylib (#3793)Jeffery Myers
2024-02-04REVIEWED: `rlLoadFramebuffer()`Ray
2024-01-15REVIEWED: `ImageKernelConvolution()`, formating and warningsRay
2024-01-14Fix bounds check for `ImageDrawRectangleRec` (#3732)Blockguy24
2024-01-11implemented fill color TODO in ImageResizeCanvas() (#3720)Lieven Petersen
2024-01-11Fix `ImageDrawRectangleRec` (#3721)Le Juez Victor
2024-01-06Simplified for loop for some image manip functions (#3712)Alice Nyaa
2024-01-05REVIEWED: `LoadImageAnimFromMemory()` #3704Ray
2024-01-05Hide unused warnings from stb_image_resize2.h (#3708)ubkp
2024-01-02Update copyright to 2024Ray
2023-12-28[rtextures] Fix `LoadImageAnimFromMemory()` warning for `fileData` (#3686)ubkp
* Fix LoadImageAnimFromMemory() warning for fileData * Add LoadImageAnimFromMemory() to raylib.h * Fix missing ; on previous commit
2023-12-28LoadImageAnimFromMemory (#3681)IoIxD
2023-12-23Review formatingRay
2023-12-23REVIEWED: `LoadTextureCubemap()`, added `mipmaps` #3665Ray
2023-12-14Merge branch 'master' of https://github.com/raysan5/raylibRay
2023-12-14Update rtextures.cRay
2023-12-13Fix box blur symmetry & simplify code (#3631)Romash
2023-12-11Fix #3613Ray
2023-11-18Image convolution function ImageKernelConvolution (#3528)Karim
* Added image convultion ImageKernelConvolution * comment changes * spelling changes and change to kernel size * removed kernel normalization inside function * fix to formating
2023-11-08Update rtextures.cRay
2023-11-01REVIEWED: Potential code issues reported by CodeQL #3476Ray
2023-10-13Ported to stb_image_resize2.h (#3403)Babak
2023-10-10Update rtextures.cRay