Skip to content

Commit

Permalink
Adds photometric argument to tiffsave
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasirmer committed Feb 19, 2019
1 parent b686628 commit 56681ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apeer_ometiff_library/io.py
Expand Up @@ -32,4 +32,4 @@ def read_ometiff(input_path):


def write_ometiff(output_path, array, omexml_string):
tifffile.imsave(output_path, array, description=omexml_string, metadata={'axes': 'TZCXY'})
tifffile.imsave(output_path, array, photometric='minisblack', description=omexml_string, metadata={'axes': 'TZCXY'})
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

setup(name='apeer-ometiff-library',
version='1.2.0',
version='1.2.1',
description='Library to read and write ometiff images',
url='https://github.com/apeer-micro/apeer-ometiff-library',
author='apeer-micro',
Expand Down

0 comments on commit 56681ed

Please sign in to comment.