summaryrefslogtreecommitdiffstats
path: root/doc/classes/Image.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for saving WebP imagesAaron Franke2022-06-211-1/+19
* Implement Running Godot as Movie Writerreduz2022-06-211-0/+13
* Merge pull request #50175 from kleonc/image-blit-blend-fix-rectsHugo Locurcio2022-04-191-4/+4
|\
| * Fix `Image.blit_rect/blend_rect()` for negative `p_dest` pointkleonc2021-11-261-4/+4
* | Add PortableCompressedTexturereduz2022-03-301-1/+1
* | Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* | Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-041-0/+9
* | Dictionary: Serialize empty dict as `{}` instead of `{\n}`Rémi Verschelde2022-01-181-1/+1
* | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-32/+15
* | Fix link to the supported image formats in the Image classManolis Papadeas2021-12-061-1/+1
|/
* Add Image::fill_rect methodkleonc2021-11-231-1/+9
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Document `Image.generate_mipmaps()` always running on the main threadHugo Locurcio2021-08-221-0/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-236/+118
* Merge pull request #50677 from Calinou/doc-image-save-exr-editor-onlyRémi Verschelde2021-07-281-0/+1
|\
| * Document `Image.save_exr()` only being available in editor buildsHugo Locurcio2021-07-211-0/+1
* | Fix miscellaneous doc typos and inconsistenciesNicholas Huelin2021-07-221-2/+2
|/
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
* Import: Cleanup and optimize etcpak compression methodRémi Verschelde2021-04-161-1/+2
* class reference proofreadingPaul Joannon2021-03-191-2/+2
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-0/+12
* Consistently use normal_mapMarcel Admiraal2020-12-291-4/+4
* Add interpolation parameter to resize_to_po2()Theogen Ratkin2020-12-181-2/+4
* Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Rémi Verschelde2020-12-101-14/+15
* Use Vector2i instead of Vector2 for Image get_pixelv and set_pixelvAaron Franke2020-11-211-12/+42
* Describe `ImageTexture`, `Image` creation and usageAndrii Doroshenko (Xrayez)2020-11-171-2/+6
* Add `Image.load_bmp_from_buffer()` for run-time BMP image loadingHugo Locurcio2020-10-201-0/+10
* Clarify get_data Image methodEbrahim Ebrahim2020-09-111-1/+1
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-0/+9