Age | Commit message (Expand) | Author |
2023-02-08 | doc: Fix Image 'set_pixel' doc for use of 'create' | Rémi Verschelde |
2023-01-30 | Refactor high quality texture import | Juan Linietsky |
2023-01-27 | C#: Renames to follow .NET naming conventions | Raul Santos |
2023-01-13 | Uppercase references to color constants in documentation | Anthony Cossins |
2022-12-20 | Merge pull request #65376 from reduz/astc-support | Rémi Verschelde |
2022-12-20 | Implement basic ASTC support | Juan Linietsky |
2022-11-11 | Document Texture, CompressedTexture and Placeholder classes | Hugo Locurcio |
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde |
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde |
2022-11-01 | Rename Image's `get_rect` to `get_region` | Micky |
2022-10-21 | Fix small mistakes throughout much of the documentation | VolTer |
2022-10-14 | Make some Image methods static | kobewi |
2022-10-04 | Undo #51969, generate_mipmaps runs on caller thread. | Marc Gilleron |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-08 | Merge pull request #62861 from samdze/image-size-vector2i | Rémi Verschelde |
2022-07-19 | Merge pull request #63005 from Chaosus/image_rotate | Rémi Verschelde |
2022-07-18 | Use integer types in Image and ImageTexture methods | FireForge |
2022-07-15 | Implement `rotate_90/rotate_180` functions to `Image` | Yuri Rubinsky |
2022-07-09 | Make Image.get_size() return a Vector2i instead of a Vector2 | Samuele Zolfanelli |
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi |
2022-06-23 | Restore the openexr grayscale property. | K. S. Ernest (iFire) Lee |
2022-06-23 | Document the MovieWriter class and associated project settings | Hugo Locurcio |
2022-06-21 | Add support for saving WebP images | Aaron Franke |
2022-06-21 | Implement Running Godot as Movie Writer | reduz |
2022-04-19 | Merge pull request #50175 from kleonc/image-blit-blend-fix-rects | Hugo Locurcio |
2022-03-30 | Add PortableCompressedTexture | reduz |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-04 | Faster CVTT by reducing quality. | K. S. Ernest (iFire) Lee |
2022-01-18 | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde |
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio |
2021-12-06 | Fix link to the supported image formats in the Image class | Manolis Papadeas |
2021-11-26 | Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point | kleonc |
2021-11-23 | Add Image::fill_rect method | kleonc |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-08-22 | Document `Image.generate_mipmaps()` always running on the main thread | Hugo Locurcio |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-28 | Merge pull request #50677 from Calinou/doc-image-save-exr-editor-only | Rémi Verschelde |
2021-07-22 | Fix miscellaneous doc typos and inconsistencies | Nicholas Huelin |
2021-07-21 | Document `Image.save_exr()` only being available in editor builds | Hugo Locurcio |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-04-16 | Import: Cleanup and optimize etcpak compression method | Rémi Verschelde |
2021-03-19 | class reference proofreading | Paul Joannon |
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-29 | Consistently use normal_map | Marcel Admiraal |
2020-12-18 | Add interpolation parameter to resize_to_po2() | Theogen Ratkin |
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde |
2020-11-21 | Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelv | Aaron Franke |
2020-11-17 | Describe `ImageTexture`, `Image` creation and usage | Andrii Doroshenko (Xrayez) |