Open ysoudy opened 1 year ago
Are you sure it is not your operating system’s fault? What is the behaviour with other applications? And what happens if you put another application and Ferdium on the same screenshot? I’m struggling to see how Ferdium could be the issue here, but it might be for lack of knowledge about the HDR technology.
Also, how does it behave with Chrome/Chromium, and other Electron applications?
I have no issue in Chrome or other application : screenshots are OK. There is only the issue with Ferdium :/
In Chrome, this issue is fixed by setting the force-color-profile flag to sRGB. My understanding is that is can be fixed in Electron with something like app.commandLine.appendSwitch('force-color-profile', 'srgb');
.
In Chrome, this issue is fixed by setting the force-color-profile flag to sRGB. My understanding is that is can be fixed in Electron with something like
app.commandLine.appendSwitch('force-color-profile', 'srgb');
.
Thx.... Finaly someone has a solution !
Hey @ysoudy, do you still encounter this problem?
If you do, I can take a look at implementing the solution mentioned by @jpdoherty
I'm still having that problem. When used as a command line flag (i.e. .\Ferdium.exe --force-color-profile=srbg
) Ferdium doesn't seem to completely load. Other command line flags cause a similar problem for me.
I'm still having that problem. When used as a command line flag (i.e.
.\Ferdium.exe --force-color-profile=srbg
) Ferdium doesn't seem to completely load. Other command line flags cause a similar problem for me.
This is due to how we handle deeplinks at the start of the app (this is not working properly)
Avoid duplicates
Ferdium Version
6.2.6
What Operating System are you using?
Windows
Operating System Version
Windows 11
What arch are you using?
x64
Last Known Working Ferdium version
No response
Expected Behavior
The expected behavior would be for Ferdium to accurately capture and display screenshots taken on HDR displays, without excessive brightness or color distortion, making them usable for their intended purposes.
Actual Behavior
The screenshots taken on Ferdium with an HDR display are overly flashy. As a result, they are unusable. Ferdium should be updated to support this type of display, which is becoming increasingly common.
Steps to reproduce
Debug link
No response
Screenshots
Additional information
No response