Release/v8.0 #46

Merged
ChaoticByte merged 5 commits from release/v8.0 into main 2025-01-27 17:19:16 +00:00
Showing only changes of commit acdb52c91e - Show all commits

View file

@ -5,6 +5,14 @@
<p align=center>Create image filters by writing shaders.</p> <p align=center>Create image filters by writing shaders.</p>
## Table of Contents
- [Supported Platforms](#supported-platforms)
- [Usage](#usage)
- [Shaderlib](#shaderlib)
- [Commandline interface](#commandline-interface)
- [Known Issues](#known-issues)
## Supported Platforms ## Supported Platforms
- Linux - Linux
@ -106,3 +114,9 @@ You can also run `./Fragmented cmd help` to show the help message.
``` ```
./Fragmented cmd --shader ./examples/oklab.gdshader --load-image ~/Pictures/test.png --output ./output.png ./Fragmented cmd --shader ./examples/oklab.gdshader --load-image ~/Pictures/test.png --output ./output.png
``` ```
## Known Issues
- screen scaling is unsupported; Using screen scaling could lead to an either blurry UI, or no scaling at all -> see #45
- the shaderlib API is still unstable, this will change with version 10
- commandline interface: `--headless` is not supported