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
I have imported a ".czi" image file with the read.image() function.
However, after saving the same image again with the write.image() function, the colors of the LUT are not displayed anymore in ZEN software.
I don't know how to see, add or change the LUT of an image of AnnotatedImage class.
Creating a mock file with read.image(mockFile(...)) I have noticed parameters such as indexed, falseColor and lutLength but still no parameter to create a LUT.
Help is much appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
I have imported a ".czi" image file with the
read.image()
function.However, after saving the same image again with the
write.image()
function, the colors of the LUT are not displayed anymore in ZEN software.I don't know how to see, add or change the LUT of an image of AnnotatedImage class.
Creating a mock file with
read.image(mockFile(...))
I have noticed parameters such asindexed
,falseColor
andlutLength
but still no parameter to create a LUT.Help is much appreciated!
The text was updated successfully, but these errors were encountered: