Improve handling of supported image formats and file extensions, Update README with more information about supported formats

This commit is contained in:
ChaoticByte 2025-10-11 08:07:43 +02:00
parent 8a53cc48b0
commit efc0c1cc72
Signed by: ChaoticByte
SSH key fingerprint: SHA256:bHr1NPU+JZFLUbsTl2/mfa6U+6dcM7VjKohzXnshfFY
4 changed files with 31 additions and 13 deletions

View file

@ -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.