![VulkanMod](https://media.forgecdn.net/avatars/thumbnails/561/294/256/256/637913373178716740.png)
Screenshot missing Red from the color palette
nesuwu opened this issue ยท 4 comments
Just found out that this issue has been fixed upstream, (Which works much better than the PR I once made to fix this), so it shouldn't be a problem anymore.
This is a very old bug with the mod where the colour channels are not corrected properly when saving the image (GPU used BGR which causes the Red and Blue Channels to get incorrectly swapped before saving). This has been an issue for the longest time with the mod and it just didn't get fixed for some reason (likely due to being a more minor, non game-breaking bug).
There is a PR #186 I made a while ago that attempts to fix this and seems to work OK, however I haven't updated it for quite a long while and it contains some ugly code that hasn't been cleaned up so it may not work properly.
As a temporary workaround ImageViewers like IrfanView can be used to swap the R and B channels to fix the colours, which is what I currently use to handle VulkanMod Screenshots.