vanvalenlab / kiosk-imageJ-plugin

An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3 stars 2 forks source link

Only files with a MIME type of `image` are supported. #16

Open willgraf opened 4 years ago

willgraf commented 4 years ago

The plugin uses Apache Tika to determine the MIME type of the file. If it cannot classify the file as an image type, then the file will be rejected. For example, please see the screenshot for an uploaded CZI file.

image

Please convert these files into a recognized image file type (e.g. .tif files) to use the plugin.