home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 December / PCWorld_1999-12_cd.bin / Software / Servis / Irfan / iview307.exe / options.txt < prev   
Encoding:
Text File  |  1999-09-27  |  1.8 KB  |  47 lines

  1. ---------------------------------------------------------------------------------
  2. File  : 'options.txt' - Command line options for IrfanView
  3. Author: Irfan Skiljan
  4. E-Mail: e9227474@student.tuwien.ac.at
  5. WWW   : http://stud1.tuwien.ac.at/~e9227474/
  6. ---------------------------------------------------------------------------------
  7.  
  8. List of all command line options supported in IrfanView:
  9. --------------------------------------------------------
  10.  
  11.   /one               - force "only one instance"
  12.   /fs                - force Full Screen
  13.   /bf                - force Best Fit to desktop
  14.   /title=text        - set window title to "text"
  15.   /pos=(x,y)         - move IrfanView window to x,y
  16.   /convert=filename  - convert input file to "filename"
  17.   /slideshow=txtfile - play slideshow with the files from "txtfile"
  18.   /thumbs            - force thumbnails
  19.   /killmesoftly      - close all IrfanView instances (slideshow control)
  20.  
  21. Note:
  22. - Only lower case options are supported !
  23.  
  24. Examples: 
  25.    i_view32.exe test.bmp /BF                 = incorrect
  26.    i_view32.exe test.bmp /bf /title=My PIC   = correct
  27.  
  28. Example for conversion: 
  29.   i_view32.exe c:\test.bmp /convert=c:\giftest.gif
  30.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  31.   (Note: supported are all IrfanView read/save formats except: 
  32.          AVI,MOV,MPG,WAV,MID,AIF,SND)
  33.  
  34. Example for slideshow: 
  35.   i_view32.exe /slideshow=c:\mypics.txt
  36.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  37.          including the full path. A hard return is needed at the end of each
  38.          line)
  39.  
  40. Example for thumbnails: 
  41.   i_view32.exe c:\test\image1.jpg /thumbs
  42.   => open 'image1.jpg' and display thumbnails from directory 'c:\test'
  43.  
  44. Example for close: 
  45.   i_view32.exe /killmesoftly
  46.   => close IrfanView and terminate all instances
  47.