DigitalSlideArchive / tifftools

Pure Python tools for reading and writing all TIFF IFDs, sub-IFDs, and tags.
Other
49 stars 5 forks source link

Rename Exceptions to Errors. #56

Closed manthey closed 3 years ago

manthey commented 3 years ago

This is the preferred pythonic naming convention. The old names are retained for backwards compatibility.