Skip to content

Commit 89329e8

Browse files
committed
update loadImage
1 parent 4a313e8 commit 89329e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/loadImage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loadImage()
22

3-
Loads an image from a specified file path. Possible image formats accepted are: `.jpg`, `.jpeg`, `.png`, `.bpm`, `.tga`, `.hdr`, `.pic`, `.exr`. **Unsupported filetypes include `.png` and `.gif`.**
3+
Loads an image from a specified file path. Possible image formats accepted are: `.jpg`, `.jpeg`, `.png`, `.bpm`, `.tga`, `.hdr`, `.pic`, `.exr`. **Unsupported filetypes include `.webp` and `.gif`.**
44

55
Alternatively, `loadImage()` can also take a [FileData, ImageData, CompressedImageData or ByteData object](https://www.love2d.org/wiki/love.graphics.newImage) via underlying Love2d framework.
66

0 commit comments

Comments
 (0)