Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Add color correction to images (Because Steam doesn't know how to draw an image with the right colors) #1

Open
Piripe opened this issue Jul 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Piripe
Copy link
Owner

Piripe commented Jul 6, 2022

When you draw an image, Steam doesn't draw the same color with image() and fill().
I can't patch Steam so, I think Oxygen can patch images with color correction (Or color matrix).

I passed 2 days to search for a function to patch colors but can't find it.
Currently I found a method to patch most of the dark images : Add 1 to all colors (Example : #050505 become #060606)

So this issue is also a request for a genius that know how to patch images for Steam.

@Piripe Piripe added the enhancement New feature or request label Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant