1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #38330 from Calinou/doc-image-load-formats

Document the formats supported by `Image.load()`
This commit is contained in:
Rémi Verschelde
2020-04-30 10:04:07 +02:00
committed by GitHub

View File

@@ -350,7 +350,7 @@
<argument index="0" name="path" type="String">
</argument>
<description>
Loads an image from file [code]path[/code].
Loads an image from file [code]path[/code]. See [url=https://docs.godotengine.org/en/latest/getting_started/workflow/assets/importing_images.html#supported-image-formats]Supported image formats[/url] for a list of supported image formats and limitations.
</description>
</method>
<method name="load_jpg_from_buffer">