raysan5
f02a0334d8
ADDED: GetScreenData()
пре 6 година
Ray
29d1323bd1
Work on ImageResizeCanvas()
пре 6 година
Ray
cbfa35a39e
REVIEW: ImageResizeCanvas() -WIP-
пре 6 година
Ray
477ea4d660
Support external config flags
пре 6 година
Ray
d679a97e92
Removed some NULL pointer checks
пре 6 година
Ray
374811c440
Change ternary operator formatting
пре 6 година
Ray
a886f5e743
Remove TABS
пре 6 година
Ray
641895b5ba
Remove end-line spaces
пре 6 година
Ray
5d0ea7f110
Corrected issue #758
пре 6 година
Jens Pitkanen
eed69d4127
Fix the image manipulation config flag
пре 6 година
Jens Pitkanen
f9963d4ed4
Fix config.h flags
пре 6 година
Ray
e7466eb0c4
Corrected function usage
пре 6 година
Ray
e996fe2ff5
ADDED: GetClipboardText(), SetClipboardText()
пре 6 година
Ray
db56d432e4
ADDED: rlLoadTextureDepth()
REDESIGNED: rlLoadRenderTexture()
ADDED: rlRenderTextureAttach()
ADDED: rlRenderTextureComplete()
пре 6 година
Ray
fce48e85f4
ADDED: LoadTextureCubemap()
Probably uncomplete, not tested yet...
пре 6 година
raysan5
414c3ee1f9
ADDED: DrawTextureQuad()
Useful for tiling and offset parameters definition.
пре 6 година
raysan5
9a8320c52b
REVIEWED: DrawRectanglePro()
пре 6 година
Ray
965a91cebb
Support PIC image format loading
пре 6 година
Ray
f822650a3b
Support externally provided compilation flags
Useful in case raylib compilation want to be automated and compilation config flags provided by command line.
пре 6 година
Ray
8b75a1a990
Improved textures wrap support
пре 6 година
Ray
1774260dab
Some tweaks
пре 6 година
Ray
b5c6736592
Reimplement ImageAlphaCrop()
пре 6 година
Ray
5167f78d5f
ADDED: OpenURL()
Corrected bug on ImageDrawRectangleLines()
пре 6 година
Ray
b356ef5564
Modifies some Image functions
REVIEWED: ImageDrawRectangle()
ADDED: ImageDrawRectangleLines()
пре 6 година
Ray
fc1c9505ba
Remove end-line spaces
пре 6 година
Ray
b051f7778f
Corrected typo
пре 6 година
Ray
298203a41a
ADDED: Some functions...
text: IsEqualText() -WIP-
audio: SaveWAV()
audio: ExportWaveAsCode()
textures: ExportImageAsCode()
пре 6 година
Ray
764766bfb2
Some formatting tweaks
пре 6 година
Ray
126ab49221
Minor tweaks
пре 6 година
Ray
2320c2febf
ADDED: ImageExtractPalette()
пре 6 година
Ray
589152b658
Review void pointer incrementation
пре 6 година
Ray
d67edb591a
Support KXT image file export
[textures] Added SaveKTX()
[rlgl] Exposed rlGetGlTextureFormats()
пре 6 година
Ray
2bd18ab91e
Support ExportImage() as raw pixel data
Added note on KTX 2.2
пре 6 година
Ray
f503fded67
Support image export
пре 6 година
Ray
ec5c9686b3
Improved data export capabilities!
REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order)
пре 6 година
Ray
ac31f51c5e
Corrected issue with font tint
пре 6 година
Jorge A. Gomes
dab78d59f3
Update textures.c
See raylib/examples/textures/textures_image_9patch.c for how to use `DrawTextureNPatch` function.
пре 6 година
Ray
b042fe12e6
Reviewed spacings on latest PR
пре 6 година
Kim Kulling
b2cac82fa0
Fix compiler warings in texture.c and more.
пре 6 година
Jorge A. Gomes
28424141f0
Update textures.c
Added support form vertical and horizontal 3-patches.
Corrected the distortion caused when destRec size is smaller than 4x4. Now even 1x10 or 0x0 sizes are drawn correctly.
пре 6 година
Jorge A. Gomes
7cc2a5585b
Update textures.c
Added DrawNinePatch() function implementation.
пре 6 година
Ahmad Fatoum
548dbeb1ca
Fix typo (s/proedural/procedural)
пре 6 година
raysan5
103bc7dfc6
Corrected issue with GetFontDefault()
Note for me: Replace All is NOT your friend...
пре 6 година
raysan5
d881c73257
Renamed GetDefaultFont() to GetFontDefault()
Library consistency rename... yes, I know, it breaks the API...
пре 6 година
Ray
74fd0e7ca4
Added function: ImageColorReplace()
пре 6 година
Ray
276974de05
Removed function prototype
This function was added in text module as GenImageFontAtlas()
пре 6 година
Ray
75ba5aca55
Improved font generation and SDF
Added: data to CharInfo struct
Added: LoadFontData()
Added: GenImageFontAtlas()
Removed: LoadFontEx()
Removed: LoadTTF() [internal]
Some code tweaks
пре 6 година
Ray
372e4a1139
Reviewed some functions
- GetImageData()
- GetImageDataNormalized()
пре 6 година
Ray San
64804f30e6
Comment review
пре 6 година
Ray San
59fd261491
Added function: GetImageDataNormalized()
Reviewed: GetImageData()
Reviewed: ImageFormat()
пре 6 година