Age | Commit message (Expand) | Author |
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) |
2020-10-20 | Add `Image.load_bmp_from_buffer()` for run-time BMP image loading | Hugo Locurcio |
2020-09-11 | Clarify get_data Image method | Ebrahim Ebrahim |
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde |
2020-06-13 | Fix Image.create_from_data use_mipmaps doc | 31 |
2020-06-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-05-16 | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio |
2020-04-29 | Document the formats supported by `Image.load()` | Hugo Locurcio |
2020-04-17 | Document image size limits | Hugo Locurcio |
2020-04-03 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |