home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / sharewar / Irfan / i_options.txt < prev    next >
Text File  |  2000-03-19  |  3KB  |  67 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" and close IrfanView
  17.   /slideshow=txtfile - play slideshow with the files from "txtfile"
  18.   /thumbs            - force thumbnails
  19.   /killmesoftly      - close all IrfanView instances
  20.   /closeslideshow    - close slideshow and IrfanView after the last image
  21.   /page=X            - open page number X from a multipage input image
  22.   /crop=(x,y,w,h)    - crop input image: x-start, y-start, width, height
  23.   /print             - print input image to default printer and close IrfanView
  24.  
  25. Note:
  26. - Only lower case options are supported !
  27.  
  28. Examples: 
  29.    i_view32.exe test.bmp /BF                 = incorrect
  30.    i_view32.exe test.bmp /bf /title=My PIC   = correct
  31.  
  32. Example for conversion: 
  33.   i_view32.exe c:\test.bmp /convert=c:\giftest.gif
  34.   => Convert file: 'c:\test.bmp' to 'c:\giftest.gif' without GUI :-)
  35.   (Note: supported are all IrfanView read/save formats except: 
  36.          AVI,MOV,MPG,WAV,MID,AIF,SND)
  37.  
  38. Example for slideshow: 
  39.   i_view32.exe /slideshow=c:\mypics.txt
  40.   (Note: The file 'c:\mypics.txt' contains, in each line, a name of the image,
  41.          including the full path. A hard return is needed at the end of each
  42.          line)
  43.  
  44. Example for closeslideshow: 
  45.   i_view32.exe /slideshow=c:\mypics.txt /closeslideshow
  46.   => IrfanView will be closed after the last image from 'c:\mypics.txt'
  47.  
  48. Example for thumbnails: 
  49.   i_view32.exe c:\test\image1.jpg /thumbs
  50.   => open 'image1.jpg' and display thumbnails from directory 'c:\test'
  51.  
  52. Example for close: 
  53.   i_view32.exe /killmesoftly
  54.   => close IrfanView and terminate all instances
  55.  
  56. Example for page:
  57.   i_view32.exe c:\test.tif /page=3
  58.   => Open page number 3 from the multipage image 'c:\test.tif'
  59.  
  60. Example for crop:
  61.   i_view32 c:\test.jpg /crop=(10,10,300,300)
  62.   => Open 'c:\test.jpg' and crop: x-start=10, y-start=10, width=300, height=300
  63.  
  64. Example for print:
  65.   i_view32.exe c:\test.jpg /print
  66.   => Open 'c:\test.jpg', print the image to default printer and close IrfanView
  67.