home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 November / PC_WORLD_PLUS_NOVEMBER.iso / essent / iview321.exe / i_options.txt < prev    next >
Text File  |  2000-07-20  |  3KB  |  74 lines

  1. ---------------------------------------------------------------------------------
  2. File  : 'options.txt' - Command line options for IrfanView
  3. Author: Irfan Skiljan
  4. E-Mail: irfan@linux.edvz.tuwien.ac.at
  5. WWW   : http://www.irfanview.com
  6.         http://stud1.tuwien.ac.at/~e9227474/
  7. ---------------------------------------------------------------------------------
  8.  
  9. List of all command line options supported in IrfanView:
  10. --------------------------------------------------------
  11.  
  12.   /one               - force "only one instance"
  13.   /fs                - force Full Screen
  14.   /bf                - force Best Fit to desktop
  15.   /title=text        - set window title to "text"
  16.   /pos=(x,y)         - move IrfanView window to x,y
  17.   /convert=filename  - convert input file to "filename" and close IrfanView
  18.   /slideshow=txtfile - play slideshow with the files from "txtfile"
  19.   /thumbs            - force thumbnails
  20.   /killmesoftly      - close all IrfanView instances
  21.   /closeslideshow    - close slideshow and IrfanView after the last image
  22.   /page=X            - open page number X from a multipage input image
  23.   /crop=(x,y,w,h)    - crop input image: x-start, y-start, width, height
  24.   /print             - print input image to default printer and close IrfanView
  25.   /resize=(w,h)      - resize input image to w (width) and h (height)
  26.  
  27. Note:
  28. - Only lower case options are supported !
  29.  
  30. Examples: 
  31.    i_view32.exe test.bmp /BF                 = incorrect
  32.    i_view32.exe test.bmp /bf /title=My PIC   = correct
  33.  
  34. Example for conversion: 
  35.   i_view32.exe c:\test.bmp /convert=c:\giftest.gif
  36.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  37.   (Note: supported are all IrfanView read/save formats except: 
  38.          AVI,MOV,MPG,WAV,MID,AIF,SND)
  39.  
  40. Example for slideshow: 
  41.   i_view32.exe /slideshow=c:\mypics.txt
  42.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  43.          including the full path. A hard return is needed at the end of each
  44.          line)
  45.  
  46. Example for closeslideshow: 
  47.   i_view32.exe /slideshow=c:\mypics.txt /closeslideshow
  48.   => IrfanView will be closed after the last image from 'c:\mypics.txt'
  49.  
  50. Example for thumbnails: 
  51.   i_view32.exe c:\test\image1.jpg /thumbs
  52.   => open 'image1.jpg' and display thumbnails from directory 'c:\test'
  53.  
  54. Example for close: 
  55.   i_view32.exe /killmesoftly
  56.   => close IrfanView and terminate all instances
  57.  
  58. Example for page:
  59.   i_view32.exe c:\test.tif /page=3
  60.   => Open page number 3 from the multipage image 'c:\test.tif'
  61.  
  62. Example for crop:
  63.   i_view32 c:\test.jpg /crop=(10,10,300,300)
  64.   => Open 'c:\test.jpg' and crop: x-start=10, y-start=10, width=300, height=300
  65.  
  66. Example for print:
  67.   i_view32.exe c:\test.jpg /print
  68.   => Open 'c:\test.jpg', print the image to default printer and close IrfanView
  69.  
  70. Example for resize:
  71.   i_view32 c:\test.jpg /resize=(300,300)
  72.   => Open 'c:\test.jpg' and resize: width=300, height=300
  73.  
  74.