ScanMountGoat / image_dds

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

Support encoding DDS files that aren't divisible by the block dimensions #5

Closed ScanMountGoat closed 1 year ago

ScanMountGoat commented 1 year ago

Decoding already handles this case. This will require padding the rgba8 data horizontally and vertically to have an integral dimension in blocks.