JuliaImages / juliaimages.github.io

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

Initial experience - just want to display an image!! #190

Closed dan-at-awesome-tech closed 3 years ago

dan-at-awesome-tech commented 3 years ago

Hi, complete Julia newbie here. Checking https://juliaimages.org/stable/tutorials/quickstart/ and dismayed to find no images shown and a cryptic "Don't worry if you don't get the "image" result, that's expected and you'll learn how to automatically display an image later in JuliaImages." The function of showing something should be a mandatory first activity for an images package. Please restructure content / do whatever you have to do, to make the ability to show image results immediate. Image capabilities is going to be one of the first things people check as they consider taking up Julia, so showing images fast and easily will help accelerate the whole Julia ecosystem. Cheers

johnnychen94 commented 3 years ago

Will it be clearer if we provide a link to https://juliaimages.org/stable/install/#sec_visualization?

(Feel free to submit changes that you think making things better, we appreciate your PRs)

ashwani-rathee commented 3 years ago

@dan-at-awesome-tech Hey there, I am assuming you're a scikit-image user. scikit-image has a tiny/quick Getting started snippet on the landing page https://scikit-image.org/ to show images from terminal. https://juliaimages.org/stable/ landing page gives a brief description about the org and then points to Getting Started which shows how to load, and show images in Ijulia/jupyter notebook. It won't be too bad a idea to use ImageView in getting started/tutorial to show images from REPL/terminal which is where any new user starts.

xgupta commented 3 years ago

a cryptic "Don't worry if you don't get the "image" result, that's expected and you'll learn how to automatically display an image later in JuliaImages."

This line should be displayed before because the user didn't get the image when run img = rand(4, 3) so spending their time on the internet why quickstart show the image but not their Julia terminal.