jmeaster30 / SharperImage

An image encoder/decoder/processor
MIT License
1 stars 0 forks source link

Support encoding and decoding parameters #3

Open jmeaster30 opened 11 months ago

jmeaster30 commented 11 months ago

Almost all of the image formats have parameters to control properties of the file and how it is encoded/decoded.

I am not sure if there is much to do for decoding since all the parameters are baked into the file itself but the resulting Image object is completely agnostic to the file format it came from so we will need to provide the ability for the user to configure anything they need