You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
When trying to convert a TIF image to PNG with this wrapper, a "cannot identify image file" error is raised. This behavior seems to be related to the inability of PIL to handle images with individual channels > 8 bit (python-pillow/Pillow#1888).
We should find a way of opening 16-bit TIF files.
The text was updated successfully, but these errors were encountered:
Hi @vigliensoni.
Yes, I also had some issues when trying to display TIF images in Rodan and when trying to convert them into PNG within Rodan and in my case these images were already 8-bit. The issue with my TIF images was that they used an uncommon ColorSync Profile (OS14K_A1_B8_oG_IT8_270109_editiert). When I changed this into a more standard profile like Adobe RGB (1988) or Generic RGB Profile, the problem was solved. I can now view these images in Rodan and use them in different Rodan jobs such as Pixel and any PIL Conversion job (including conversion to PNG). All of these were impossible using the older (weirder) color profile.
We could include a PIL job that changes the color profile of an image. I have the code I used for this (but I also tried other ways besides PIL, I used Automator and also there is an option in Preview to assign a profile).
When trying to convert a TIF image to PNG with this wrapper, a "cannot identify image file" error is raised. This behavior seems to be related to the inability of PIL to handle images with individual channels > 8 bit (python-pillow/Pillow#1888).
We should find a way of opening 16-bit TIF files.
The text was updated successfully, but these errors were encountered: