Skip to content

Save RGB Tiff using LibTiff raises exception #387

@wiredfool

Description

@wiredfool

TiffImagePlugin.py, line 1010:
atts = dict([(k,v) for (k,(v,)) in ifd.items() if k not in blocklist])

fails on BytesPerSample = (8,8,8), since there are too many bytes to unpack.

This wasn't a problem with bilevel g3/4, but is for deflate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions