Closed
Description
MPL is such a great tool I tend to use it in many projects. Although amazing in so many ways, one area of improvement is the support for compression for TIFF images. Compression works when saving to other formats but it does not work with TIFF format. Note that TIFF is the format most scientific journal prefer for figures. MPL is great at so many things, I think embedding an LZW compression algorithm would be great. Currently we have to resort to PIL or PILLOW and do this:
- create the image with MPL
- save to tiff, uncompressed -- easily 500MB
- load PIL library
- load the 500MB image with PIL
- re-save the image in PIL using the flag compression=LZW.
If we could spare steps 3-5 it would be great I think...
Thanks!!!
Metadata
Metadata
Assignees
Labels
No labels