This repository was archived by the owner on Apr 10, 2024. It is now read-only.
show() regressions #26
Open
Description
In the module lucid.misc.io.showing
:
-
No support for
w
to specify output width.showing.image()
andshowing.images()
takew
arguments but the don't do anything.showing.show()
does not take aw
argument.To fix this,
_image_url()
should probably take aw
argument that causes appropriate zooming if set. -
showing.show()
takes a domain argument, but on theimages()
path it has not effect.This is simply because
images()
doesn't pass domain through to_image_url()
:url = _image_url(array)