We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Summarize the bug encountered concisely ensuring you state the current behaviour)
When displaying mod images on the Library page (thumbnails-in-pages branch), the images have a blue tinge to them.
thumbnails-in-pages
When running the thumbnails-in-pages build...
The image matches the one found on the site.
I did some quick research into the issue and it is stemming from how we Encode and Decode the image from the site into and out of our database.
https://github.com/Nexus-Mods/NexusMods.App/blob/thumbnails-in-pages/src/NexusMods.App.UI/ImagePipelines.cs#L174-L174
When I changed CreateModPageThumbnailPipeline() in the ImagePipeline to use SkiaWebp to Encode\Decode, the images work fine.
CreateModPageThumbnailPipeline()
When using QoI, if I manually set DecodeQoi() as Bgra8888 instead of Rgba8888, it also works.
DecodeQoi()
Bgra8888
Rgba8888
Log files can be found in these locations:
%LOCALAPPDATA%\NexusMods.App\Logs
~/.local/state/NexusMods.App/Logs
Please attach both nexusmods.app.main and nexusmods.app.slim log files with the most recent dates.
nexusmods.app.main
nexusmods.app.slim
The text was updated successfully, but these errors were encountered:
erri120
No branches or pull requests
Bug Report
Summary
(Summarize the bug encountered concisely ensuring you state the current behaviour)
When displaying mod images on the Library page (
thumbnails-in-pages
branch), the images have a blue tinge to them.Steps to reproduce
When running the
thumbnails-in-pages
build...What is the expected behaviour?
The image matches the one found on the site.
Other information
I did some quick research into the issue and it is stemming from how we Encode and Decode the image from the site into and out of our database.
https://github.com/Nexus-Mods/NexusMods.App/blob/thumbnails-in-pages/src/NexusMods.App.UI/ImagePipelines.cs#L174-L174
When I changed
CreateModPageThumbnailPipeline()
in the ImagePipeline to use SkiaWebp to Encode\Decode, the images work fine.When using QoI, if I manually set
DecodeQoi()
asBgra8888
instead ofRgba8888
, it also works.Currently
Should be
Log files can be found in these locations:
%LOCALAPPDATA%\NexusMods.App\Logs
~/.local/state/NexusMods.App/Logs
Please attach both
nexusmods.app.main
andnexusmods.app.slim
log files with the most recent dates.The text was updated successfully, but these errors were encountered: