Get tiff info of a file with tiffinfo, which needs to be installed on your system.
Parameter: | filename (string) – name of tiff image file |
---|---|
Returns: | info about the file |
Return type: | dict |
Open with an external command (such as Inkscape, dcraw, imagemagick).
Parameters: |
|
---|
Opens a tiff file with tiffcp, which needs to be installed on your system.
Parameter: | filename (string) – name of tiff image file |
---|---|
Returns: | PIL image |
Return type: | Image.Image |
Saves a tiff compressed file with tiffcp.
Parameters: |
|
---|---|
Returns: | log message |
Return type: | string |