Query: skivi
OS: debian
Section: 1
Links: debian man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKIMAGE(1) General Commands Manual SKIMAGE(1)NAMEskivi - a scikits-image viewerSYNOPSISskivi filenameDESCRIPTIONAn image viewer built on the scikits-image QT display plugin, that allows adjusting color balance, exposure, etc. skivi is a convenience wrapper around the following code: from skimage import io import sys io.use_plugin('qt') image = io.imread(sys.argv[1]) io.imshow(image, fancy=True)AUTHORThe scikits-image team: http://skimage.org SKIMAGE(1)
Related Man Pages |
---|
eog(1) - opensolaris |
iv(1) - mojave |
iv(1) - osx |
iv(1) - suse |
imagecolorstotal(3) - php |
Similar Topics in the Unix Linux Community |
---|
counting characters |
parsing data and incorporating it into another file |
Removing a portion of data in a file |
Editing headers |