raylib/src
Ray afdf357fbe Added some image manipulation functions
Added (or completed functions):

Image ImageText(const char *text, int fontSize, Color color);
Image ImageTextEx(SpriteFont font, const char *text, int fontSize, int
spacing, Color tint);
void ImageFlipVertical(Image *image);
void ImageFlipHorizontal(Image *image);
void ImageColorTint(Image *image, Color color);
void ImageColorInvert(Image *image);
void ImageColorGrayscale(Image *image);
void ImageColorContrast(Image *image, float contrast);
void ImageColorBrightness(Image *image, int brightness);
2015-10-25 01:50:15 +02:00
..
audio.c Reviewed some comments and WritePNG() 2015-10-06 17:13:40 +02:00
audio.h Audio module reviewed for standalone usage 2015-07-31 12:31:39 +02:00
camera.c Added some comments 2015-09-02 02:41:55 +02:00
camera.h Redesigned UpdateCamera() function 2015-08-30 17:46:19 +02:00
core.c Feature: On desktop, center window on screen 2015-10-21 18:23:49 +02:00
gestures.c Reviewed GetCurrentTime() -IN PROGRESS- 2015-10-06 17:21:04 +02:00
gestures.h Decoupling gestures system module 2015-07-29 21:42:43 +02:00
makefile Review CFLAGS for multiple platforms 2015-10-06 17:15:50 +02:00
models.c Corrected crazy bug about model textures 2015-09-02 20:36:05 +02:00
raygui.c Corrected bugs and reviewed some functions 2015-10-20 19:59:08 +02:00
raygui.h New raylib module: raygui 2015-08-27 18:17:05 +02:00
raylib.h Added some image manipulation functions 2015-10-25 01:50:15 +02:00
raymath.c Updated some comments 2015-09-01 23:15:26 +02:00
raymath.h Updated some comments 2015-09-01 23:15:26 +02:00
resources Updated to raylib v1.3 2015-07-13 18:15:31 +02:00
rlgl.c Reviewed NPOT messages and usage 2015-10-24 11:19:04 +02:00
rlgl.h Multiple code changes: 2015-10-06 17:25:27 +02:00
shapes.c Replaced old mail by twitter user 2015-07-29 21:43:30 +02:00
stb_image_resize.h Add file required for image scaling 2015-10-21 18:24:12 +02:00
stb_image_write.h Updated stb headers 2015-05-11 18:22:16 +02:00
stb_image.h Updated to latest version 2.06 2015-07-13 18:14:47 +02:00
stb_rect_pack.h Updated to latest version 2015-04-22 18:37:09 +02:00
stb_truetype.h Updated to latest version 2015-04-22 18:37:09 +02:00
stb_vorbis.c Improved custom shaders support 2015-05-21 14:13:51 +02:00
stb_vorbis.h Improved custom shaders support 2015-05-21 14:13:51 +02:00
text.c Added some image manipulation functions 2015-10-25 01:50:15 +02:00
textures.c Added some image manipulation functions 2015-10-25 01:50:15 +02:00
tinfl.c Updated raylib to version 1.0.4 2014-01-23 12:36:18 +01:00
utils.c Reviewed some comments and WritePNG() 2015-10-06 17:13:40 +02:00
utils.h Reviewed some comments and WritePNG() 2015-10-06 17:13:40 +02:00