summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2020-04-29 17:57:56 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2020-04-29 17:58:38 +0200
commita26649de42be62068bd5b46f4aa9bdc711be5e38 (patch)
treea888dd616f67074e2eed5cd36cc24b6899b45fee /doc/classes
parent75e4ccc00e0741db9bdfe3d0f0422afe796a0844 (diff)
Document the formats supported by `Image.load()`
This partially addresses #32166.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Image.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 8cffe07fc0..99253e8840 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -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">