Suwayomi / Suwayomi-WebUI

Mozilla Public License 2.0
119 stars 50 forks source link

[Feature Request] Shaders or color adjustment #185

Open xryanv opened 2 years ago

xryanv commented 2 years ago

I'd like to be able to have shaders that could be applied to the reader. What I'd like to see are adjustable filters for things like smoothing and sharpening, hue, contrast, brightness, vibrance, saturation, sepia etc.

Also I'm not sure if it's possible but image upscalers would be cool too. I believe there are AI programs that can do this but perhaps this part is too complicated or slow I don't know.

Robonau commented 2 years ago

the filters a doable with css

.class {
    filter: brightness(0.8)
}

for instance but AI upscaling is well beyond the scope of tachidesk