Unverified Commit 161400b3 by Rémi Verschelde Committed by GitHub

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

Document the formats supported by `Image.load()`
parents bd8d5e1b a26649de
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
<argument index="0" name="path" type="String"> <argument index="0" name="path" type="String">
</argument> </argument>
<description> <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> </description>
</method> </method>
<method name="load_jpg_from_buffer"> <method name="load_jpg_from_buffer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment