Skip to content

Inline graphical display of images in Julia graphical environments

License

Notifications You must be signed in to change notification settings

fonsp/ImageShow.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageShow

This small package implements image show methods suitable for graphical platforms such as IJulia, VS Code and Juno. It is intended to provide convenient inline presentation of greyscale or color images.

The intention is that this package will be invisible to most users; it should typically be invoked by other library packages. Of course, power users are invited to check out the test suite to see what we think you might do, and to suggest enhancements.

One user-apparent aspect (for users with good vision) is that large images are displayed with anti-aliased reduction if the ImageTransformations package is loaded, but with simple down-sampling otherwise. (ImageTransformations is notably imported by Images, so using Images will provide the nicer display.)

The functionality of ImageShow has historically been included in the Images umbrella package.

About

Inline graphical display of images in Julia graphical environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%