Coder Social home page Coder Social logo

Comments (7)

timholy avatar timholy commented on July 28, 2024

Closed via 8647951

from imageview.jl.

timholy avatar timholy commented on July 28, 2024

Hmm. Not sure I like this. Since ImageView can display both matrices and image types, now

A = rand(3,5)

opens a Tk window and displays the matrix as an image (without generating any REPL output).

from imageview.jl.

stevengj avatar stevengj commented on July 28, 2024

Your display can also print it if you want.

from imageview.jl.

timholy avatar timholy commented on July 28, 2024

In this case I think I want the "less rich" representation by default, and get the "more rich" representation when I ask for it. Possible?

from imageview.jl.

timholy avatar timholy commented on July 28, 2024

(The reason being that so many command-line operations generate arrays that have nothing to do with images, so opening up an image viewer for each returned array seems pointless.)

from imageview.jl.

stevengj avatar stevengj commented on July 28, 2024

In that case, just don't push the display by default. If someone wants the imageviewer, they can type display(ImageViewer, x) explicitly (or you can define some synonym, e.g. show).

Or define your display function only for Image types, and write a separate show(A) function (or plot or whatever) for matrices

from imageview.jl.

timholy avatar timholy commented on July 28, 2024

Well, show is already defined for matrices, and I think that's best left for text-level output.

Alright, I'll figure something out. I'll probably switch to view (which makes a certain amount of sense given the name of the package) and go back to just not integrating withDisplay. This is the kind of thing that I was concerned about when you initially proposed using the name display, but I didn't foresee this precise problem.

This doesn't affect writemime for images, which is already defined and allows seamless display of images in IJulia.

from imageview.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.