This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AppendingTiffWriter | |
# -*- coding: utf-8 -*- | |
# | |
# "file object wrapper class" that is able to append a TIF to an existing one | |
# | |
# Code by @vashek (https://github.com/vashek) published at | |
# https://github.com/python-pillow/Pillow/issues/733#issuecomment-249380397 | |
# | |
# Fixed PEP8 and clean by Jesús Leganés-Combarro 'piranna' <[email protected]> |