summaryrefslogtreecommitdiffstats
path: root/core/io/image.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #88763 from BlueCube3310/image-is-compressed-staticRémi Verschelde2024-05-021-3/+7
|\
| * Image: Add static `is_format_compressed` function.BlueCube33102024-02-281-3/+7
* | Remove a redundant `MAX` comparison within a loop in `compute_image_metrics`Bo Thompson2024-03-281-1/+1
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-5/+5
|/
* Merge pull request #87971 from bruvzg/font_no_image_dupRémi Verschelde2024-02-151-0/+12
|\
| * [TextServer / Font] Do not duplicate images to prevent unnecessary embedding.bruvzg2024-02-051-0/+12
* | Merge pull request #87628 from YuriSizov/assets-bigger-better-errorsRémi Verschelde2024-02-091-6/+6
|\ \
| * | Improve error reporting in the asset library and in related typesYuri Sizov2024-01-261-6/+6
| |/
* / Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-9/+9
|/
* Fix lossless formats in PortableCompressedTexture2Dnklbdev2024-01-051-0/+1
* Added error to catch conversion on invalid imagersburke42023-12-101-0/+1
* Fix uninitialized variable in Image::fix_alpha_edges()K. S. Ernest (iFire) Lee2023-10-291-1/+1
* Fix import crashHein-Pieter van Braam2023-09-261-10/+10
* Expose and document Image.get_mipmap_count()bitsawer2023-09-191-0/+1
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-8/+8
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-291-10/+0
* Add support for KTX & KTX2 image formatacazuc2023-08-191-0/+10
* Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+10
* Merge pull request #74238 from bitsawer/fix_image_convertYuri Sizov2023-07-121-108/+120
|\
| * Fix Image.convert() overwriting custom mipmapsbitsawer2023-03-021-108/+120
* | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-0/+26
* | Grayscale fix for Image::premultiply_alpha() and Image::convert(FORMAT_L8) wh...Kory Postma2023-05-271-6/+7
* | Expose more compression formats in Image and fix compress checkNinni Pipping2023-04-131-1/+3
|/
* Refactor high quality texture importJuan Linietsky2023-01-301-21/+25
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix crashed when compressing empty image data.stmSi2022-12-211-0/+2
* Merge pull request #65376 from reduz/astc-supportRémi Verschelde2022-12-201-6/+50
|\
| * Implement basic ASTC supportJuan Linietsky2022-12-201-6/+50
* | ETCPAK expects BGRA data for ETCBastiaan Olij2022-12-021-0/+13
* | Merge pull request #64284 from kleonc/image-rotate90-in-placeRémi Verschelde2022-11-221-53/+103
|\ \
| * | `Image` Fix `rotate_90`/`rotate_180` methodskleonc2022-08-111-53/+103
* | | Merge pull request #66017 from Mickeon/rename-image-copy-rectRémi Verschelde2022-11-021-4/+4
|\ \ \
| * | | Rename Image's `get_rect` to `get_region`Micky2022-11-011-4/+4
* | | | Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flagdzil1232022-11-011-0/+1
|/ / /
* | | Fix crash when calling `fill` method on an empty `Image`Yuri Rubinsky2022-10-241-0/+6
* | | Make some Image methods statickobewi2022-10-141-18/+33
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
* | | Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-16/+16
* | | Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-5/+5
| |/ |/|
* | Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén2022-09-011-2/+2
|/
* Merge pull request #62861 from samdze/image-size-vector2iRémi Verschelde2022-08-081-2/+2
|\
| * Make Image.get_size() return a Vector2i instead of a Vector2Samuele Zolfanelli2022-07-091-2/+2
* | Merge pull request #63005 from Chaosus/image_rotateRémi Verschelde2022-07-191-0/+105
|\ \
| * | Implement `rotate_90/rotate_180` functions to `Image`Yuri Rubinsky2022-07-151-0/+105
| |/
* / Use integer types in Image and ImageTexture methodsFireForge2022-07-181-12/+12
|/
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-0/+16
* Restore the openexr grayscale property.K. S. Ernest (iFire) Lee2022-06-231-2/+2
* For in-engine processing allow saving openexr to a buffer.K. S. Ernest (iFire) Lee2022-06-231-0/+9
* Add support for saving WebP imagesAaron Franke2022-06-211-0/+23
* Implement Running Godot as Movie Writerreduz2022-06-211-0/+20