summaryrefslogtreecommitdiffstats
path: root/core/io/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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