xash3d-fwgs/engine/common/imagelib
Alibek Omarov 9c8059ea96 engine: imagelib: add BGRA saving for PNG
Fix incorrect output, when input format has alpha but flags don't
have set IMAGE_HAS_ALPHA.
Flags are meant to control output format, but input format may be arbitrary,
as usually given by video driver(screenshots, etc)
2021-03-28 00:34:42 +03:00
..
imagelib.h Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_bmp.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_bmp.h engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 2020-05-11 02:28:04 +03:00
img_dds.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_dds.h engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 2020-05-11 02:28:04 +03:00
img_main.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_png.c engine: imagelib: add BGRA saving for PNG 2021-03-28 00:34:42 +03:00
img_png.h engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 2020-05-11 02:28:04 +03:00
img_quant.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_tga.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_tga.h engine: imagelib: refactor to use stdint.h definitions, use spaces for alignment instead of tabs 2020-05-11 02:28:04 +03:00
img_utils.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00
img_wad.c Trim all trailing whitespace 2021-01-04 20:55:10 +03:00