Closed ollm closed 1 month ago
Preference to force color profile using force-color-profile flag in main.js file.
force-color-profile
main.js
app.commandLine.appendSwitch('force-color-profile', 'display-p3-d65');
Color profiles supported by electron/chromium:
Additionally, sharp must be used correctly so that color profile information is not lost when resizing, for example, using keepIccProfile or keepMetadata.
sharp
keepIccProfile
keepMetadata
No response
Closed as completed in https://github.com/ollm/OpenComic/commit/c7d479abeed6638c39ec413abd68ccfcacf6d5d5 and available in v1.3.0
Preflight Checklist
Describe your suggested feature
Preference to force color profile using
force-color-profile
flag inmain.js
file.Color profiles supported by electron/chromium:
Additionally,
sharp
must be used correctly so that color profile information is not lost when resizing, for example, usingkeepIccProfile
orkeepMetadata
.Additional Information
No response
Sample file
No response