mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Photometric won't be in the profile
This commit is contained in:
parent
9f1fea66be
commit
7e032ad2be
@ -60,7 +60,7 @@ def test_show_cmyk_interp(tmpdir):
|
||||
meta['count'] = 4
|
||||
tiffname = str(tmpdir.join('foo.tif'))
|
||||
with rasterio.open(tiffname, 'w', **meta) as dst:
|
||||
assert dst.profile['photometric'] == 'cmyk'
|
||||
assert dst.kwds['photometric'] == 'cmyk'
|
||||
assert dst.colorinterp == (
|
||||
ColorInterp.cyan,
|
||||
ColorInterp.magenta,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user