summaryrefslogtreecommitdiffstats
path: root/doc/classes/Image.xml
Commit message (Expand)AuthorAgeFilesLines
* Add note about alpha channels blending to `Image.blit_rect`David Rautert2024-11-111-0/+1
* Fix many untagged true/false/null in the documentationMicky2024-11-101-2/+2
* Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-2/+0
|\
| * Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-2/+0
* | Merge pull request #92496 from clayjohn/HDR-2D-sRGBRémi Verschelde2024-08-191-1/+7
|\ \ | |/ |/|
| * Ensure MovieWriter output is in gamma space when using HDR 2Dclayjohn2024-05-281-1/+7
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-1/+17
|/
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-4/+4
* Add missing descriptions for Image's documentationMicky2024-01-091-0/+11
* Fix various typos in documentationSeptian2024-01-051-1/+1
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-141-7/+14
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
* fix incorrect GL format code for 16 bit float formatschokomancarr2023-09-211-4/+4
* Expose and document Image.get_mipmap_count()bitsawer2023-09-191-1/+8
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-291-7/+0
* Add support for KTX & KTX2 image formatacazuc2023-08-191-0/+7
* Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+7
* Fix many typos in documentationSeptian2023-07-191-2/+2
* Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-0/+19
|\
| * Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-0/+19
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Make documentation sorting use natural orderNinni Pipping2023-05-091-5/+5
* Fix `Image.compress` descriptionNinni Pipping2023-04-131-1/+1
* Expose more compression formats in Image and fix compress checkNinni Pipping2023-04-131-0/+6
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* doc: Fix Image 'set_pixel' doc for use of 'create'Rémi Verschelde2023-02-081-8/+4
* Refactor high quality texture importJuan Linietsky2023-01-301-6/+2
* C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-1/+1
* Uppercase references to color constants in documentationAnthony Cossins2023-01-131-2/+2
* Merge pull request #65376 from reduz/astc-supportRémi Verschelde2022-12-201-2/+29
|\
| * Implement basic ASTC supportJuan Linietsky2022-12-201-2/+29
* | Document Texture, CompressedTexture and Placeholder classesHugo Locurcio2022-11-111-1/+1
* | Merge pull request #66017 from Mickeon/rename-image-copy-rectRémi Verschelde2022-11-021-3/+3
|\ \
| * | Rename Image's `get_rect` to `get_region`Micky2022-11-011-3/+3
* | | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+4
|/ /
* | Fix small mistakes throughout much of the documentationVolTer2022-10-211-4/+4
* | Make some Image methods statickobewi2022-10-141-4/+15
* | Undo #51969, generate_mipmaps runs on caller thread.Marc Gilleron2022-10-041-1/+0
|/
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-26/+26
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-79/+79
* Merge pull request #62861 from samdze/image-size-vector2iRémi Verschelde2022-08-081-1/+1
|\
| * Make Image.get_size() return a Vector2i instead of a Vector2Samuele Zolfanelli2022-07-091-1/+1
* | Merge pull request #63005 from Chaosus/image_rotateRémi Verschelde2022-07-191-0/+13
|\ \
| * | Implement `rotate_90/rotate_180` functions to `Image`Yuri Rubinsky2022-07-151-0/+13
| |/
* / Use integer types in Image and ImageTexture methodsFireForge2022-07-181-12/+12
|/
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-0/+7
* Restore the openexr grayscale property.K. S. Ernest (iFire) Lee2022-06-231-0/+8
* Document the MovieWriter class and associated project settingsHugo Locurcio2022-06-231-0/+4