                       Nview, Nconvert & View2 v2.92
                              XnView v1.14

                   Copyright (c) 1991-2000 Pierre-E Gougelet
                           All Rights Reserved.



DISCLAIMER
==========

  You are granted the right to use and to make an unlimited number
    of copies of the freeware version of this software.

  Commercial use and distribution is not authorized without agreement.

  Use this program at your own risk, I do not provide any warranty 
    about it.


  This software is based in part on the work of the Independent JPEG Group.
  This software is based in part on the work of the Group 42 Inc.
  This software is based on compression library of Jean-loup Gailly and Mark Adler


HomePage
========

EMail: 	        pierre.g@wanadoo.fr
                pierre.g@mail.dotcom.fr

Web site :      http://www.xnview.fr.st
                http://perso.wanadoo.fr/pierre.g

Download :      http://perso.wanadoo.fr/pierre.g/download
                http://www.multimania.com/xnview/download



Platforms
=========

  ATARI ST, STe, Falcon, TT and compatible
  PC x86 DOS
  PC x86 Windows 3.1x, 95, 98, NT & 2000
  PC x86 linux v2.x (X Windows & Lesstif)
  PC x86 FreeBSD v3.x (X Windows & Lesstif)
  Silicon Graphics IRIX v5.2 and more
  Sun Solaris v2.5.1 and more


NVIEW
=====

Nview is a multi-format viewer. 

  Type nview -help for available option. 


About Nview for PC under DOS:
-----------------------------

  Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
    The only mode available is 320x200x8 if your video card doesn't 
    support Vesa mode. 
  
  For a complete description of the available mode on the display, type
    nview -help (and use it with -d option's)
  
  For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  
  With the -p<width>x<height>x<bits>, you take the best display who match arguments. 
    (Example: nview -p640x480x24 back.gif)
    -p0x0x0 choose the best display for the bitmap. 


About Nview for X Windows (Linux/SGI):
--------------------------------------

  Nview take the default visual for displaying the bitmap. You can use 
    -visual id (id is the visual number seeing with nview -help).
  
  By default, nview display the bitmap and wait for a mouse click or Escape. 
    With the -w, Nview create one window per bitmap. 

  Nview works with pipe, in this case the input format must be specified: 
    cat img.tga | nview -f2 stdin

  You will need to set the LD_LIBRARY_PATH environment variable with 
    the path where the libraries are. 
    By default 'install' put the libraries in /usr/local/lib. 
  

NCONVERT
========

Nconvert is the multi-format converter. 

  Type nconvert -help for available option. 


  To convert files in a specific format, type for example :
      nconvert -out 5 file1.pic file2.jpg file3.tga
    or
      nconvert -out tiff file1.pic file2.jpg file3.tga
  
  With a resize :
      nconvert -out jpeg -w480 -R *.jpg
      nconvert -out jpeg -w640 -h480 *.jpg
  
  The input format is not necessary. If a problem occurs, use the -in option. 
  
  Nconvert is able to make transformation

    * To convert GIF files to JPEG files : 
        nconvert -out jpeg -truecolors *.gif
    
    * To convert JPEG files to GIF files : 
        nconvert -out gif -dither -colors 256 *.jpeg
    
    * To resize :
        nconvert -out tga -resize 510 230 *.jpeg
        nconvert -out tga -ratio -resize 510 0 *.jpeg
        nconvert -out tga -ratio -resize 0 510 *.jpeg
        nconvert -out tga -resize 200% 200% *.jpeg
    
  You can use it with image's sequence. 
    For example, we take the file00.pic, file01.pic, ..., file10.pic and 
      we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
        nconvert -out jpeg -o res#.jpg file##.pic

  You can use % to specify source filename in dest filename.
    For example, nconvert -out jpeg -o result_%s.jpg file.tga
      create a filename result_file.jpg


XNVIEW (Extended Nview)
=======================

About XnView for X Windows (Linux/FreeBsd/Silicon Graphics/Sun):
-------------------------------------------

  XnView requires OSF/Motif 1.2 or later. 
  
  You will need to set the LD_LIBRARY_PATH environment variable with 
    the path where the libraries are. 
    By default 'install' put the libraries in /usr/local/lib. 
  
  Type xnview -help for available option. 
  
  XnView take the default visual for displaying the bitmap. You can specify 
    an X visual id (in hexadecimal) with '-visualid id'.
  
  
  Linux/FreeBSD Version:
  --------------
  
    XnView requires Linux 2.0.x, XFree86-3.2 and Motif 1.2 or Lesstif 0.90
    
    Lesstif is available from the following URL's

	http://www.lesstif.org/products/lesstif/
	ftp://ftp.lesstif.org/pub/hungry/lesstif/


  Credits:
  -------
    Solaris version : Tobias Oetiker


About XnView for Windows (x86):
-------------------------------

  XnView for windows requires Windows 3.11 with Win32s, Windows NT or 
    Windows 95. 


  Windows 3.1x users note:
  -----------------------
    You'll need the last release of win32s for Microsoft Windows 3.1X 
      and Windows for Workgroup 3.1x. 

    If there is a file called 'win32s.ini' in the directory \windows\system, 
      you already have win32s. This file contains the version information. 
      If the version number is equal or greater than 1.30.172 (v1.30c), 
      you don't have to reinstall win32s. 

    Win32s v1.30c can be downloaded via 
      ftp://ftp.rmc.edu/pub/windows16/win32s13.exe

  
  Credits:
  -------
    German translation     : Axel C. Burgbacher, Helmut Mueller
    Italian translation    : Alexandro F.Proietti, Armando R. La Mura
    Russian translation    : Igor Alikin, Alexander Gorbylev
    Spanish translation    : Jorge A. Montes Prez
    Swedish translation    : Mrten Mellberg
    Estonian translation   : Ahti Kaskpeit
    Dutch translation      : Michiel Oosterhagen
    Czech translation      : Petr Bohdan
    Portuguese (Brazilian) translation : Paulo Neto
    Portuguese translation : Antnio Eduardo Marques
    Hungarian translation  : Jozsef Herczeg



