Tag & Filter Images with Color Labels
You can now tag & filter images using color labels:
This makes it easier to organize and quickly find images in your library.
Compatibility
Previously, RapidRAW depended on TEXTURE_BINDING_ARRAY
, a GPU feature required for image processing that was only supported on modern graphics cards. As a result, many users encountered errors and reported that RapidRAW wasn’t working for them. To address this, I’ve developed an alternative GPU processing method that doesn’t rely on this feature - while maintaining the same level of performance.
Various Improvements
- Major refactoring of the ComfyUI generative AI foundation (still a work in progress).
- Removed the reset button from sliders and integrated it into the slider labels.
- Fixed bugs related to right-clicking and image rating.
- Improved reliability of spacebar / F key detection for zoom and fullscreen.
- The green fullscreen button now properly triggers true fullscreen mode on macOS.
Running on macOS
To run the app on macOS, you’ll need to remove the quarantine flag using the following command:
xattr -dr com.apple.quarantine /Applications/RapidRAW.app
This is necessary because the app isn’t code-signed yet, and macOS may otherwise report it as "corrupted."