Rewrite: IJTiffWriter is replaced by IJTiffFile which includes preliminary support for reading.
- Support colormaps per channels via the colors argument. - No writer process anymore, the pool writes to the file by using a filehandle with a lock. - Can save extra tiff tags in every frame and/or per frame individually. - Header and IFD classes with support for reading files. - Multiplexing is now done automatically when multiple IJTiffFiles are initialized: the process pool is shared by all IJTiffFiles.
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/build/
|
||||
/dist/
|
||||
*.egg_info
|
||||
/.idea/
|
||||
Reference in New Issue
Block a user