summaryrefslogtreecommitdiffstats
path: root/core/io/image.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #60126 from Calinou/image-improve-error-messagesRémi Verschelde2022-05-161-13/+33
|\
| * Improve error messages when creating Images from codeHugo Locurcio2022-04-111-13/+33
* | Fix invalid memory usage when using Image.convertHaoyu Qiu2022-05-111-2/+2
* | Merge pull request #50175 from kleonc/image-blit-blend-fix-rectsHugo Locurcio2022-04-191-60/+57
|\ \
| * | Fix `Image.blit_rect/blend_rect()` for negative `p_dest` pointkleonc2021-11-261-60/+57
* | | Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-1/+1
| |/ |/|
* | 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
|\