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