Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 784 Bytes

JuliaIcy

Julia code to display images in Icy

Goal

In Julia there are many frameworks to display images, so why not adding another ?

The idea is to be able to use all the tools from Icy and its nice GUI.

HowTo

  • In Icy

open icyJulia plugin

Alt text

Then launch it

Alt text

Start the plugin

Alt text

Now you can switch to Julia:

  • Julia
include("icyJulia.jl")
icy_imshow(data)
icy_imshow(data, "ImageName")

Note

Because of java limitations, only Int32, Int64, Float32, Float64 types are supported, so please convert your data before using icy_imshow.