image-tiff
image-tiff copied to clipboard
TIFF decoding and encoding library in pure Rust
Specifically, correctly read stripped tifs for any bits_per_sample sized up to the normal maximum bits_per_sample limit. Also, correctly read tiled tiffs that have bit padding in the last tile of...
I'm very interested in using this library for ingesting some document into a document processing system I work on. I'd like to be able to handle bilevel tiffs - BW...
Hi, Maybe this is just me being new to rust, but i've had an issue reading the color type from a greyscale 8bits tif image. Here is the image I've...
When reading a tag that fits into the offset field and is of type `SHORT` (Tiff type 3) the value is returned as `Value::Unsigned` instead of `Value::Short`. I believe the...
As described in #207, this PR adds the CMYKA8 color type.
The maintainer of the [fax crate](https://github.com/pdf-rs/fax) was gracious enough to help me get CCITT group 4/T.6 compression support working with the tiff crate (see [this](https://github.com/pdf-rs/fax/issues/4)) and he suggested I offer...
This would be incredibly useful as the ColorSpace Exif tag is used to determine whether or not the image is sRGB color space or not.
I would like to propose adding CMYKA support to image-tiff. For my use case, I only needed CMYKA decoding, but that has worked flawlessly with images exported from Adobe Photoshop,...
Would it be hard to implement CMYKA ColorType (I'm interested in encoding only)? Currently there's RGB, RGBA and CMYK implemented, but not CMYKA. I've tried to define CMYKA on my...
Hi The attached TIFF triggers an error related the the LZW compression, but libtiff will decode this. It was created with Paint.NET. It works after re-saving it with GIMP. If...