Comments

Log in with itch.io to leave a comment.

(+1)

For anyone else wondering what an Opacity Swizzler does, it seems to fully remove the color black from images, and it de-saturates all other colors if present.

e.g.
Black + white image => transparent + white image.

Colored image => greyscale image, blacks replaced with transparency.

Neat tool, I can see it being useful for gamedev related things like image masks.

Runs on linux (arch btw) using wine 9-20.

(1 edit) (+1)

Thanks! Is the “open in file explorer” feature working fine? I tried to be relatively platform-agnostic in my implementation, even if I only made a windows build for now.

(2 edits) (+1)

Seems good to me!
Note: the black is 'still there' because that's the dark mode background of my image viewer.

Sweet :) thanks for checking.