Screenshots are saved as 32 bit-per-pixel RGBA, despite the Alpha channel being unused. This results in file sizes being 33% larger for zero benefit.
Screenshots are saved as 32 bit-per-pixel RGBA, despite the Alpha channel being unused. This results in file sizes being 33% larger for zero benefit.
(Unassigned)
Confirmed
(Unassigned)
1.16.4, 20w48a, 21w40a, 1.18.1, 22w03a, 22w13a, 1.20.2
Retrieved
If desired, this can be changed easily by calling
stbi_write_png
with acomp
value of 3.For more details, see https://github.com/nothings/stb/blob/master/stb_image_write.h#L79-L83