imdisplay command line parameters
Posted: 2012-04-27T06:29:21-07:00
hi,
I'm writing a crossplatform bash script, on Windows I use cygwin.
As the target PC has no Xserver, when on Linux I use 'display', on Win32 I use 'imdisplay'.
The problem arise using command line parameters, as 'display' support lines so:
$ display -resize 350x90 image.png
while I'm not able to use the similar:
$ imdisplay size=350x90 image.png
I found some 'imdisplay' command line reference here:
http://dev.man-online.org/man1/imdisplay/
http://space.mit.edu/cxc/slgtk/doc/html/slgtk-10.html
http://space.mit.edu/cxc/slgtk/doc/html/slgtk-6.html
and changelog up to 0.7.6 (I have 1.0 on Win32):
http://space.mit.edu/~mnoble/slgtk/CHANGELOG
no one helped.
I'm writing a crossplatform bash script, on Windows I use cygwin.
As the target PC has no Xserver, when on Linux I use 'display', on Win32 I use 'imdisplay'.
The problem arise using command line parameters, as 'display' support lines so:
$ display -resize 350x90 image.png
while I'm not able to use the similar:
$ imdisplay size=350x90 image.png
I found some 'imdisplay' command line reference here:
http://dev.man-online.org/man1/imdisplay/
http://space.mit.edu/cxc/slgtk/doc/html/slgtk-10.html
http://space.mit.edu/cxc/slgtk/doc/html/slgtk-6.html
and changelog up to 0.7.6 (I have 1.0 on Win32):
http://space.mit.edu/~mnoble/slgtk/CHANGELOG
no one helped.