Closed Kaplas80 closed 2 years ago
Many games use common bitmap images. This PR adds converters for all the pixel formats supported by ImageSharp.
Also, I've merged the ExtractToPng and ExtractToTga converters for DDS images to a Extractor converter with parameters which defaults to Png.
ExtractToPng
ExtractToTga
Extractor
Description
Many games use common bitmap images. This PR adds converters for all the pixel formats supported by ImageSharp.
Also, I've merged the
ExtractToPng
andExtractToTga
converters for DDS images to aExtractor
converter with parameters which defaults to Png.