BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

Convert PNG to PAA in hemtt-paa crate. #433

Open ajmwagar opened 3 years ago

ajmwagar commented 3 years ago

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?

BrettMayson commented 3 years ago

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

CiskaLV commented 1 year ago

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