Skip to content

NDPluginPxvs does not work with ImageJ when ColorMode != 0 #561

@MarkRivers

Description

@MarkRivers

NDPluginPxvs does not work with ImageJ when colorMode != 0. The reason is that the ImageJ NTNAViewer.java expects the ColorMode argument to be a 32-bit integer. That is what NDPluginPva sends. However, NDPluginPvxs sends a 64-bit integer, and ImageJ generates an error because that is not the datatype of the ColorMode attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions