-
Notifications
You must be signed in to change notification settings - Fork 664
Open
Labels
kind: new featuresAn operation that does not exist yet, add draft tag if appropriateAn operation that does not exist yet, add draft tag if appropriatetopic: formatsTowards better encoding format coverageTowards better encoding format coverage
Description
Hello,
I noticed recently that the TGA decoder didn't support 15-bit and 16-bit formats. This led me to ask the question, does this crate handle non-8-bit components? From what I understand, it doesn't (see dynimage.rs
).
So, if I were to implement support for TGA file formats that use 5-bits per component, how would I need to represent them? Should we add support in the DynamicImage
file I linked, or should they be scaled and cast to u8
s?
Metadata
Metadata
Assignees
Labels
kind: new featuresAn operation that does not exist yet, add draft tag if appropriateAn operation that does not exist yet, add draft tag if appropriatetopic: formatsTowards better encoding format coverageTowards better encoding format coverage