Improve handling of supported image formats and file extensions, Update README with more information about supported formats
This commit is contained in:
parent
8a53cc48b0
commit
efc0c1cc72
4 changed files with 31 additions and 13 deletions
|
@ -24,6 +24,15 @@ You can find the latest release ...
|
|||
- [here (remotebranch.eu)](https://remotebranch.eu/ChaoticByte/Pigment/releases/latest)
|
||||
|
||||
|
||||
## Supported Image Formats
|
||||
|
||||
| Format | Import | Export | Notes |
|
||||
| ------ | :----: | :----: | ----- |
|
||||
| PNG | ✔ | ✔ | exports to 8-bit RGBA |
|
||||
| JPEG | ✔ | | |
|
||||
| WEBP | ✔ | | |
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
With Pigment, you process images by writing Shader code using Godot's GLSL dialect: GDShader.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue