소스 검색

Merge pull request #3464 from Calinou/importing-images-bmp-limitations

Document BMP loading limitations in Importing images
Max Hilbrunner 5 년 전
부모
커밋
c54d5e320f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      getting_started/workflow/assets/importing_images.rst

+ 1 - 0
getting_started/workflow/assets/importing_images.rst

@@ -36,6 +36,7 @@ Supported image formats
 Godot can import the following image formats:
 
 - BMP (``.bmp``)
+  - No support for 16-bit per pixel images. Only 1-bit, 4-bit, 8-bit, 24-bit, and 32-bit per pixel images are supported.
 - DirectDraw Surface (``.dds``)
   - If mipmaps are present in the texture, they will be loaded directly.
   This can be used to achieve effects using custom mipmaps.