image-rs / image-tiff

TIFF decoding and encoding library in pure Rust
MIT License
121 stars 79 forks source link

README.md: advertize JPEG decode support #244

Closed rouault closed 2 months ago

rouault commented 2 months ago

sorry if I'm wrong on this, but it is my impression looking at the code that JPEG is supported

fintelia commented 2 months ago

I think only decoding is supported

rouault commented 2 months ago

I think only decoding is supported

yep, https://github.com/image-rs/image-tiff/blob/master/src/encoder/compression/mod.rs#L45 confirms that. Amending my commit