ScanMountGoat / image_dds

Convert images to and from compressed DDS formats
MIT License
7 stars 2 forks source link

Support f32 and exr #1

Closed ScanMountGoat closed 9 months ago

ScanMountGoat commented 11 months ago

This will require defining separate conversions to and from f32 data since some formats like BC6 use half precision floating point. Most logic can be shared with rgba8 conversions.