Skip to content

Lightjohn/JuliaIcy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Julia code to display images in Icy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages