JuliaImages / ImageView.jl

Interactive display of images and movies
MIT License
135 stars 34 forks source link

set aspect ratio #271

Open mgkuhn opened 2 years ago

mgkuhn commented 2 years ago

The aspect kwarg to imshow() currently appears to support only the values

If I have an image with non-square pixels of a known aspect ratio, e.g. where the horizontal resolution is 1.6 times the vertical resolution, it would be useful to be able to specify a numeric aspect ratio (either for the entire image or for one pixel).