home *** CD-ROM | disk | FTP | other *** search
/ Freelog 17 / Freelog017.iso / Maj / xnview / Readme.txt < prev    next >
Text File  |  2000-11-08  |  7KB  |  234 lines

  1.                        Nview, Nconvert & View2 v2.95
  2.                               XnView v1.17
  3.  
  4.                    Copyright (c) 1991-2000 Pierre-E Gougelet
  5.                            All Rights Reserved.
  6.  
  7.  
  8.  
  9. DISCLAIMER
  10. ==========
  11.  
  12.   You are granted the right to use and to make an unlimited number
  13.     of copies of the freeware version of this software.
  14.  
  15.   Commercial use and distribution is not authorized without agreement.
  16.  
  17.   Use this program at your own risk, I do not provide any warranty 
  18.     about it.
  19.  
  20.  
  21.   This software is based in part on the work of the Independent JPEG Group.
  22.   This software is based in part on the work of the Group 42 Inc.
  23.   This software is based on compression library of Jean-loup Gailly and Mark Adler.
  24.  
  25.  
  26. Homepage
  27. ========
  28.  
  29. E-Mail:         webmaster@xnview.com
  30.                 pierre.g@wanadoo.fr
  31.  
  32. Web site :      http://www.xnview.com
  33.                 http://www.xnview.fr.st
  34.                 http://perso.wanadoo.fr/pierre.g
  35.  
  36. Download :      http://perso.wanadoo.fr/pierre.g/download
  37.                 http://www.multimania.com/xnview/download
  38.  
  39.  
  40.  
  41. Platforms
  42. =========
  43.  
  44.   ATARI ST, STe, Falcon, TT and compatible
  45.   PC x86 DOS
  46.   PC x86 Windows 3.1x, 95, 98, NT & 2000
  47.   PC x86 Linux v2.x (X Windows & Lesstif/Motif)
  48.   PC x86 FreeBSD v3.x (X Windows & Lesstif/Motif)
  49.   Silicon Graphics IRIX v5.2 and above
  50.   Sun Solaris v2.5.1 and above
  51.   Solaris x86 v8.0
  52.   HP-UX v11.0 and above
  53.   AIX v4.2 and above
  54.   BeOS v5.0 and above
  55.  
  56.  
  57. NVIEW
  58. =====
  59.  
  60. Nview is a multi-format viewer. 
  61.  
  62.   Type nview -help for available option. 
  63.  
  64.  
  65. About Nview for PC under DOS:
  66. -----------------------------
  67.  
  68.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  69.     The only mode available is 320x200x8 if your video card doesn't 
  70.     support Vesa mode. 
  71.   
  72.   For a complete description of the available mode on the display, type
  73.     nview -help (and use it with -d option's)
  74.   
  75.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  76.   
  77.   With the -p<width>x<height>x<bits>, you take the best display who match arguments. 
  78.     (Example: nview -p640x480x24 back.gif)
  79.     -p0x0x0 choose the best display for the bitmap. 
  80.  
  81.  
  82. About Nview for X Windows:
  83. --------------------------------------
  84.  
  85.   Nview take the default visual for displaying the bitmap. You can use 
  86.     -visual id (id is the visual number seeing with nview -help).
  87.   
  88.   By default, nview display the bitmap and wait for a mouse click or Escape. 
  89.     With the -w, Nview create one window per bitmap. 
  90.  
  91.   Nview works with pipe, in this case the input format must be specified: 
  92.     cat img.tga | nview -f2 stdin
  93.  
  94.  
  95. NCONVERT
  96. ========
  97.  
  98. Nconvert is the multi-format converter. 
  99.  
  100.   Type nconvert -help for available option. 
  101.  
  102.  
  103.   To convert files in a specific format, type for example :
  104.       nconvert -out 5 file1.pic file2.jpg file3.tga
  105.     or
  106.       nconvert -out tiff file1.pic file2.jpg file3.tga
  107.   
  108.   With a resize :
  109.       nconvert -out jpeg -ratio -resize 480 0 *.jpg
  110.       nconvert -out jpeg resize 640 480 *.jpg
  111.   
  112.   The input format is not necessary. If a problem occurs, use the -in option. 
  113.   
  114.   Nconvert is able to make transformation
  115.  
  116.     * To convert GIF files to JPEG files : 
  117.         nconvert -out jpeg -truecolors *.gif
  118.     
  119.     * To convert JPEG files to GIF files : 
  120.         nconvert -out gif -dither -colors 256 *.jpeg
  121.     
  122.     * To resize :
  123.         nconvert -out tga -resize 510 230 *.jpeg
  124.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  125.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  126.         nconvert -out tga -resize 200% 200% *.jpeg
  127.     
  128.   You can use it with image's sequence. 
  129.     For example, we take the file00.pic, file01.pic, ..., file10.pic and 
  130.       we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
  131.         nconvert -out jpeg -o res#.jpg file##.pic
  132.  
  133.   You can use % to specify source filename in dest filename.
  134.     For example, nconvert -out jpeg -o result_%.jpg file.tga
  135.       create a filename result_file.jpg
  136.  
  137.  
  138. XnView (Extended Nview)
  139. =======================
  140.  
  141. About XnView for X Windows:
  142. ---------------------------
  143.  
  144.   XnView requires OSF/Motif 1.2 or later. 
  145.   
  146.   Type xnview -help for available option. 
  147.   
  148.   XnView take the default visual for displaying the bitmap. You can specify 
  149.     an X visual id (in hexadecimal) with '-visualid id'.
  150.   
  151.   
  152.   Linux/FreeBSD/OpenBSD Version:
  153.   -----------------------------
  154.   
  155.     XnView requires Linux 2.0.x, XFree86-3.2 and Lesstif 0.91 or openMotif 2.1.30
  156.     
  157.     Lesstif is available from the following URL's
  158.  
  159.     http://www.lesstif.org/products/lesstif/
  160.     ftp://ftp.lesstif.org/pub/hungry/lesstif/
  161.  
  162.  
  163.   Credits:
  164.   -------
  165.     Solaris version : Tobias Oetiker
  166.     HP-UX version   : Philippe Choquert
  167.     AIX version     : Philippe Choquert
  168.  
  169.  
  170. About XnView for Windows (x86):
  171. -------------------------------
  172.  
  173.   XnView for windows requires Windows 3.x with Win32s, or Windows 95/98/NT/2000. 
  174.  
  175.  
  176.   Windows 3.1x users note:
  177.   -----------------------
  178.     You'll need the last release of win32s for Microsoft Windows 3.1x 
  179.       and Windows for Workgroup 3.1x. 
  180.  
  181.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  182.       you already have win32s. This file contains the version information. 
  183.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  184.       you don't have to reinstall win32s. 
  185.  
  186.     Win32s v1.30c can be downloaded via 
  187.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  188.  
  189.   
  190.   Credits:
  191.   -------
  192.     German translation       : Axel C. Burgbacher, Helmut Mueller
  193.     Italian translation      : Alexandro F.Proietti, Armando R. La Mura
  194.     Russian translation      : Igor Alikin, Alexander Gorbylev
  195.     Spanish translation      : Jorge A. Montes PΘrez
  196.     Swedish translation      : Mσrten Mellberg
  197.     Estonian translation     : Ahti Kaskpeit
  198.     Dutch translation        : Michiel Oosterhagen
  199.     Czech translation        : Petr Bohdan
  200.     Portuguese (Brazilian) translation : Paulo Neto
  201.     Portuguese translation   : Ant≤nio Eduardo Marques
  202.     Hungarian translation    : Jozsef Herczeg
  203.     Danish translation       : Allan Bergmann Jensen
  204.     Polish translation       : Sergiusz Klimkiewicz
  205.     Greek translation        : Symeon Charalabides
  206.     Bulgarian translation    : Denis Ivajlov
  207.     Slovak translation       : Lucas Sivak
  208.     Japanese translation     : Yong Wei
  209.     Slovene translation      : Grega Fajdiga
  210.     Byelorussian translation : Alexander Gorbylev
  211.  
  212.  
  213. About Unix version:
  214. ------------------
  215.  
  216.   You will need to set the 
  217.     * LD_LIBRARY_PATH (Irix, Linux, FreeBSD) 
  218.     * SHLIB_PATH (HP-UX)
  219.     * LIBPATH (AIX)
  220.     * LIBRARY_PATH (BeOS)
  221.     environment variable with the path where the libraries are. 
  222.  
  223.   By default 'install' put the libraries in /usr/local/lib. 
  224.  
  225.  
  226. About LuraWave & LuraDocument format:
  227. ------------------------------------
  228.   All images compressed with XnView LuraWave PlugIn should only be used for private 
  229.     or evaluation purposes. Any other corporate or commercial use needs to licenced by LuraTech GmbH.
  230.  
  231.   By compressing an image using the XnView LuraWave PlugIn, you accept this license agreement.
  232.  
  233.   LuraTech Homepage : http://www.luratech.com
  234.