Community Presets #892
-
|
Currently I only see the 13 presets including the developers own presets in Community Presets in RapidRAW. Is this the current state of the section or do I have an issue with my install? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Your install is correct, there currently are only 13 community presets - the presets are taken from this repository and new one can also be added there: https://github.com/CyberTimon/RapidRAW-Presets/tree/main/presets If you are wondering why there are 14 in that folder, this is because the AVOR - Urban Myth Preset has an error as it uses "luminance: 00", instead of 0, and leading zeros are not allowed in json. Therefore this one is not loaded correctly leading to 13 instead of the 14 presets that are currently in the repository. There are already some open pull requests with presets from the community, so there surely will be more available soon. |
Beta Was this translation helpful? Give feedback.
Your install is correct, there currently are only 13 community presets - the presets are taken from this repository and new one can also be added there: https://github.com/CyberTimon/RapidRAW-Presets/tree/main/presets
If you are wondering why there are 14 in that folder, this is because the AVOR - Urban Myth Preset has an error as it uses "luminance: 00", instead of 0, and leading zeros are not allowed in json. Therefore this one is not loaded correctly leading to 13 instead of the 14 presets that are currently in the repository.
There are already some open pull requests with presets from the community, so there surely will be more available soon.