HEMTT icon indicating copy to clipboard operation
HEMTT copied to clipboard

Convert PNG to PAA in hemtt-paa crate.

Open ajmwagar opened this issue 4 years ago • 2 comments

Looking at the hemtt-paa crate, it looks like we're able to read paa's and convert them into PNG/JPEG files.

Would it be possible to add functionality for converting PNGs to PAA files on the fly?

ajmwagar avatar Jul 18 '21 21:07 ajmwagar

The blocker here is finding an implementation to use / port. The image crate being used right now only supports decoding, not encoding

BrettMayson avatar Jul 19 '21 17:07 BrettMayson

This might be of use here https://github.com/arma-tools/rvff

CiskaLV avatar Sep 13 '23 20:09 CiskaLV