home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / Irfan / options.txt < prev   
Text File  |  1999-07-26  |  2KB  |  42 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.  
  20. Note:
  21. - Only lower case options are supported !
  22.  
  23. Examples: 
  24.    i_view32.exe test.bmp /BF                 = incorrect
  25.    i_view32.exe test.bmp /bf /title=My PIC   = correct
  26.  
  27. Example for conversion: 
  28.   i_view32.exe c:\test.bmp /convert=c:\giftest.gif
  29.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  30.   (Note: supported are all IrfanView read/save formats except: 
  31.          AVI,MOV,MPG,WAV,MID,AIF,SND)
  32.  
  33. Example for slideshow: 
  34.   i_view32.exe /slideshow=c:\mypics.txt
  35.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  36.          including the full path. A hard return is needed at the end of each
  37.          line)
  38.  
  39. Example for thumbnails: 
  40.   i_view32.exe c:\test\image1.jpg /thumbs
  41.   => open 'image1.jpg' and display thumbnails from directory 'c:\test'
  42.