Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request:Labels on the images #25

Closed
ashwani-rathee opened this issue Dec 15, 2020 · 2 comments
Closed

Feature Request:Labels on the images #25

ashwani-rathee opened this issue Dec 15, 2020 · 2 comments

Comments

@ashwani-rathee
Copy link

ashwani-rathee commented Dec 15, 2020

I am starting to understand the importance of using mosaicviews.jl for simpler/particular tasks like showing two image together rather than using Plots for this task which takes relatively much longer to bring its powers. But I still feel the need to label those images.

I am not so sure how to show my images without labels of some_kind, which we do label them with their names,i.e. img_gray,img_rgb,imggrot etc but a feature of labeling them just right above them or below is still essential to me.

I am not sure but this also how I might do it, but then,it will be like hardcoded assets..which reduces the usage of @johnnychen94 's democards.jl which I really like and are more dynamic in a way

It's an issue particular to demos I think,because we do need labelling of that kind in demos to explain better.

k = 100 k = 10
Original Original

Would like to hear more from you guys..

@johnnychen94
Copy link
Member

This is a tough call.

I've noticed this now and then but never tried to put a hand on this. I was thinking of reworking ImageDraw for the caption purpose JuliaImages/ImageDraw.jl#17 but I've already got enough projects on my schedule...

I use an extra description paragraph to work around this issue, e.g., https://juliaimages.org/stable/democards/examples/color_channels/color_separations_svd/#Image-Compression-using-SVD

@johnnychen94
Copy link
Member

MosaicViews is designed to be simple, very simple. It flattens N-dimensional array image list into a 2D view.

Adding text and other graphic objects to this 2D view doesn't belong to this package's goal, so I'm going to close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants