summaryrefslogtreecommitdiffstats
path: root/core/io/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add PortableCompressedTexturereduz2022-03-301-1/+6
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-7/+7
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-2/+2
* Change some math macros to constexprkobewi2022-03-091-2/+2
* Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-041-0/+130
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
* Pad etcpak input to 4x4 blocks. Fixes #49981Lyuma2022-01-221-3/+2
* Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-50/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc2021-11-231-28/+27
* Add Image::fill_rect methodkleonc2021-11-231-5/+32
* Fixed implicit conversion of uint32_t to uint8_t in `image`Anton Christoffersson2021-10-251-1/+1
* Use functions defined in the their classes.Anilforextra2021-09-291-4/+4
* Validate image formats, check if resize_to_po2 failedPaweł Fertyk2021-06-281-0/+5
* Fix Image.adjust_bcs crash when image format is invalidHaoyu Qiu2021-06-271-0/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde2021-06-111-4/+5
|\
| * Implement lossless WebP encodingMorris Tabor2021-06-111-4/+5
* | fix-vram-compressed-mipmapsfloppyhammer2021-06-081-12/+23
|/
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-6/+5
* Optimize image channel detectionJuan Linietsky2021-03-261-18/+20
* Add ability to change Icon Saturationreduz2021-02-121-0/+22
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Consistently use normal_mapMarcel Admiraal2020-12-291-6/+6
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-8/+8
* Add interpolation parameter to resize_to_po2()Theogen Ratkin2020-12-181-3/+3
* Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Rémi Verschelde2020-12-101-38/+33
* Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke2020-11-211-6/+6
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+3608