home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / Software / Servis / Irfview / options.txt < prev    next >
Text File  |  1999-05-24  |  1KB  |  38 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 the window to x,y
  16.   /c=filename        - convert input file to 'filename'
  17.   /slideshow=txtfile - play slideshow with the files from 'txtfile'
  18.  
  19. Note:
  20. - Only lower case options are supported !
  21.  
  22. Examples: 
  23.    i_view32 test.bmp /BF                 = incorrect
  24.    i_view32 test.bmp /bf /title=My PIC   = correct
  25.  
  26. Example for conversion: 
  27.   i_view32 c:\test.bmp /c=c:\giftest.gif
  28.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  29.   (Note: supported are all IrfanView read/save formats except: 
  30.          AVI,MOV,MPG,WAV,MID)
  31.  
  32. Example for slideshow: 
  33.   i_view32.exe /slideshow=c:\mypics.txt
  34.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  35.          including the full path. A hard return is needed at the end of each
  36.          line)
  37.  
  38.