JuliaImages / juliaimages.github.io

Documentation For JuliaImages
https://juliaimages.org
33 stars 55 forks source link

Beginner questions on displaying images #186

Closed JGameCreation closed 3 years ago

JGameCreation commented 3 years ago

Hi,

I'm new to Julia and JuliaImages and have to very simple questions:

  1. How can I display images when I use VS Code (on Windows)? In Juno it's shown in the plots window but in VS Code it seems like it's shown nowhere.
  2. When the function in the last line returns an image it is automatically displayed but how do I show an image earlier in my program?

Thanks!

juliohm commented 3 years ago

Hi @JGameCreation please direct these user questions to the forums like Zulip and Discourse.

These questions aren't related to the Images.jl project specifically. You can always call display(obj) on any object in Julia to see a visual representation.