                       Nview, Nconvert & View2 v2.80
                              Xnview v1.11

                   Copyright (c) 1991-99 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://come.to/xnview
                http://perso.wanadoo.fr/pierre.g

Download :      http://perso.wanadoo.fr/pierre.g/download
                http://www.ipt.univ-paris8.fr/pierre/pub
                http://www.multimania.com/la3dfr/download



Platforms
=========

  ATARI ST, STe, Falcon, TT and compatible
  PC x86 DOS
  PC x86 Windows 3.1x, 95, 98 & NT
  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 -ncolors 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):
-------------------------------------------

  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.89
    
    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
    Italian translation : Alexandro F.Proietti
    Russian translation : Igor Alikin
    Spanish translation : Jorge Montes


Supported formats 
=================

  JPEG
      Extension   : jpg jpeg jif jfif J
      BitsPerPixel: grey, 24 bits
      Compression :

  TrueVision Targa
      Extension   : tga pix bpx vda icb vst
      BitsPerPixel: grey, 256 colors, 15 bits, 16 bits, 24 bits, 32 bits
      Compression : Packbits (1)

  TDI Explore / Alias Wavefront 
      Extension   : tdi iff
      BitsPerPixel: grey, 24 bits, 32 bits
      Compression : 

  Softimage bitmap 
      Extension   : pic si
      BitsPerPixel: 24 bits, 32 bits
      Compression : Packbits (1)

  RGB Silicon
      Extension   : rgb bw iris sgi
      BitsPerPixel: grey, 256 colors, 16 millions
      Compression : Packbits (1)

  TIFF Revision 6
      Extension   : tif tim tiff
      BitsPerPixel: binary, grey, 16 colors, 256 colors, 24 bits
      Compression : Packbits (1) Lzw (2) Lzw & Prediction (3)

  Vista
      Extension   : vst
      BitsPerPixel: 256 colors, 15 bits, 24 bits, 32 bits
      Compression :

  Sun Raster Images
      Extension   : ras sun
      BitsPerPixel: binary, grey, 256 colors, 24 bits, 32 bits
      Compression : 

  Macintosh Quickdraw/Pict
      Extension   : pic pict pct
      BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
      Compression :

  Alias
      Extension   : pix als alias
      BitsPerPixel: grey, 24 bits
      Compression :

  Windows & OS/2 Bitmap
      Extension   : bmp rle dib
      BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
      Compression : Rle (1) only for 4 & 8 bits

  Amiga IFF (ILBM & LBM)
      Extension   : iff blk lbm
      BitsPerPixel: binary, grey, 16 colors, 256 colors, 24 bits, 32 bits
      Compression : Packbits (1)

  Portable Network Graphics
      Extension   : png
      BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
      Compression :

  CompuServe GIF
      Extension   : gif giff
      BitsPerPixel: binary, 16 colors, 256 colors
      Compression :

  Zsoft Paintbrush
      Extension   : pcx pcc dcx
      BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits
      Compression : Packbits (1)

  Zsoft Multi-page Paintbrush
      Extension   : dcx
      BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits
      Compression : 

  Portable Image
      Extension   : ppm pgm pbm pnm rppm rpgm rpbm rpnm
      BitsPerPixel: binary, grey, 24 bits
      Compression :

  Wavefront Raster file
      Extension   : rla rlb
      BitsPerPixel: 24 bits, 32 bits
      Compression :

  Utah Raster image
      Extensions  : rle
      Type        : grey, 256 couleurs, 24 & 32 bits
      Compression : 

  Pixar picture file
      Extensions  : pic pxr picio pixar
      Type        : grey, 24 & 32 bits
      Compression : 

  Sun TAAC file format
      Extensions  : iff vff suniff taac
      Type        : 256 couleurs, 24 & 32 bits
      Compression : 

  Image Magick
      Extension   : mif miff
      BitsPerPixel: grey, 256 colors, 24 & 32 bits
      Compression :

  Adobe Photoshop Document
      Extension   : psd
      BitsPerPixel: grey, 256 colors, 24 & 32 bits
      Compression :

  Paint Shop Pro
      Extension   : psp
      BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 & 32 bits
      Compression :

  Seattle Film Works
      Extension   : sfw
      BitsPerPixel: 24 bits
      Compression :

  Seattle Film Works multi-image
      Extension   : pwp
      BitsPerPixel: 24 bits
      Compression :

  SciTex
      Extension   : sct sc
      BitsPerPixel: RGB, CMYK
      Compression :

  HRU
      Extension   : hru
      BitsPerPixel: 16 colors, 256 colors
      Compression :

  Digital Research (GEM Paint)
      Extension   : img
      BitsPerPixel: binary, 16 colors, grey, 256 colors
      Compression :

  DKB Ray-tracer / Qrt
      Extension   : dis qrt
      BitsPerPixel: 24 bits
      Compression :

  Cloe raytracer
      Extension   : clo
      BitsPerPixel: 32 bits
      Compression :

  Vivid
      Extension   : img
      BitsPerPixel: 24 bits
      Compression :

  MTV / Rayshade
      Extension   : pic
      BitsPerPixel: 24 bits
      Compression :

  CP8 256 gray scale
      Extension   : cp8
      BitsPerPixel: grey
      Compression :

  ImageSpeeder
      Extension   : ish
      BitsPerPixel: grey
      Compression :

  X BitMap
      Extension   : xbm bm
      BitsPerPixel: binary
      Compression :

  X PixMap
      Extension   : xpm pm
      BitsPerPixel: colors
      Compression :

  Sun Icon/Cursor
      Extension   : icon cursor pr
      BitsPerPixel: binary
      Compression :

  Windows Icon
      Extension   : ico
      BitsPerPixel: colors
      Compression :

  Windows Cursor
      Extension   : cur
      BitsPerPixel: binary
      Compression :

  Windows Clipboard
      Extension   : clp
      BitsPerPixel: colors, 15-32 bits
      Compression :

  Corel Draw Bitmap
      Extension   : cdr
      BitsPerPixel: binary, grey, colors, 24 & 32 bits
      Compression :

  Fuzzy Bitmap
      Extension   : fbm cbm
      BitsPerPixel: binary, grey, colors, 24 & 32 bits
      Compression :

  PM
      Extension   : pm
      BitsPerPixel: grey, 24 & 32 bits
      Compression :

  Casio QV-10/100 Camera
      Extension   : cam
      BitsPerPixel: 24 bits
      Compression :

  Ricoh Digital Camera
      Extension   : j6i
      BitsPerPixel: 24 bits
      Compression :

  Kodak DC120 Digital Camera
      Extension   : kdc
      BitsPerPixel: 24 bits
      Compression :

  Sony Playstation TIM PSX
      Extension   : tim
      BitsPerPixel: 4, 8, 16 & 24 bits
      Compression :

  Flexible Image Transport Systeme
      Extension   : fits fts
      BitsPerPixel: grey
      Compression :

  Synthetic Universe
      Extension   : synu syn
      BitsPerPixel: grey, 24 & 32 bits
      Compression :

  Kodak Photo CD
      Extension   : pcd
      BitsPerPixel: 24 bits
      Compression :

  Gimp Bitmap
      Extension   : xcf
      BitsPerPixel: grey 256 colors, 24 bits
      Compression :

  Gimp Brush
      Extension   : gbr
      BitsPerPixel: grey
      Compression :

  Gimp Pattern
      Extension   : pat
      BitsPerPixel: grey, 24 bits
      Compression :

  Gimp Icon
      Extension   : ico
      BitsPerPixel: grey
      Compression :

  Psion Series 3 
      Extension   : pic
      BitsPerPixel: binary
      Compression :

  Psion Series 5 
      Extension   : mbm
      BitsPerPixel: binary, grey(4)
      Compression :

  Palm Pilot
      Extension   : pdb
      BitsPerPixel: binary, grey(4)
      Compression :

  HP-48 Grob
      Extension   : gro grb
      BitsPerPixel: binary, grey(4), grey(8)
      Compression :

  TI-73/82/83/85/86/89/92 Bitmap
      Extension   : 73i, 82i, 83i, 85i, 86i, 89i, 92i
      BitsPerPixel: binary
      Compression :

  Video Image Communication And Retrieval
      Extension   : vic vicar
      BitsPerPixel: grey
      Compression :

  SBIG CCD camera ST-X
      Extension   : stx st4 st5 st6 st7 st8
      BitsPerPixel: grey
      Compression :

  Khoros Visualization image file
      Extension   : vif viff xv
      BitsPerPixel: binary, grey, colors, 24 bits
      Compression :

  Xim file
      Extension   : xim
      BitsPerPixel: binary, grey, colors, 24 & 32 bits
      Compression :

  Quantel VPB
      Extension   : vpb
      BitsPerPixel: 24 bits
      Compression :

  FIT
      Extension   : fit
      BitsPerPixel: grey, 24 & 32 bits
      Compression :

  Degas / Degas Elite
      Extension   : pi1 pi2 pi3 pc1 pc2 pc3 pi4 pi5 pi6
      BitsPerPixel: binary, 16 colors, 256 colors
      Compression :

  Neochrome (ST & TT)
      Extension   : neo
      BitsPerPixel: 16 colors, 256 colors
      Compression :

  ZZ Rough
      Extension   : rgh
      BitsPerPixel: 16 colors
      Compression :

  Dali raw
      Extension   : sd0 sd1 sd2
      BitsPerPixel: binary, 16 colors
      Compression :

  Stad
      Extension   : pic pac seq
      BitsPerPixel: binary
      Compression :

  GFA Raytrace
      Extension   : sul
      BitsPerPixel: 512 colors
      Compression :

  Spectrum 512
      Extension   : spu
      BitsPerPixel: 512 colors
      Compression :

  Spectrum 512 compressed
      Extension   : spc
      BitsPerPixel: 512 colors
      Compression :

  Spectrum 512 smooshed
      Extension   : sps
      BitsPerPixel: 512 colors
      Compression :

  ColoRIX
      Extension   : rix sc?
      BitsPerPixel: 16 and 256 colors
      Compression :

  CMU Window Manager
      Extension   : cmu
      BitsPerPixel: binary
      Compression :

  X Windows System window dump
      Extension   : xwd x11
      BitsPerPixel: binary, 16 colors, 256 colors, grey, 24 bits
      Compression :

  PC Paint / Pictor Page
      Extension   : pic clp
      BitsPerPixel: binary, 16 colors, 256 colors
      Compression :

  ImageLab
      Extension   : b&w b_w
      BitsPerPixel: grey
      Compression :

  Microsoft Paint
      Extension   : ???
      BitsPerPixel: 24 bits
      Compression :

  Calamus picture
      Extension   : cpi
      BitsPerPixel: binary
      Compression :

  Artisan
      Extension   : art
      BitsPerPixel: 32 bits
      Compression :

  Aurora
      Extension   : sim
      BitsPerPixel: 32 bits
      Compression :

  Qdv (Random Dot Software)
      Extension   : qdv
      BitsPerPixel: 256 colors
      Compression :

  Digital F/X
      Extension   : tdim graf
      BitsPerPixel: 32 bits
      Compression :

  Electric Image
      Extension   : ei eidi
      BitsPerPixel: 1, 2, 4, 8, 15, 24 & 32 bits
      Compression :

  Biorad
      Extension   : pic
      BitsPerPixel: Grey
      Compression :

  Bob
      Extension   : bob
      BitsPerPixel: 256 colors
      Compression :

  Usenix FaceServer
      Extension   : fac face
      BitsPerPixel: grey
      Compression :

  Encapsulated Postscript (Preview)
      Extension   : eps
      BitsPerPixel: 256 colors, 24 bits
      Compression :

  Word Perfect Graphics
      Extension   : wpg
      BitsPerPixel: binary, 16 & 256 colors
      Compression :

  Dr Halo
      Extension   : cut
      BitsPerPixel: grey, 256 colors
      Compression :

  DBW Render
      Extension   : 
      BitsPerPixel: 24 bits
      Compression :

  Acorn Sprite
      Extension   : 
      BitsPerPixel: 1, 2, 4, 8, 24 & 32 bits
      Compression :

  Stardent AVS X
      Extension   : x avs mbfs mbfavs
      BitsPerPixel: 24 bits
      Compression :

  AIM Grey Scale
      Extension   : ima
      BitsPerPixel: grey
      Compression :

  Mac Paint
      Extension   : mac mpnt
      BitsPerPixel: binary
      Compression :

  Tiny
      Extension   : tny tn1 tn2 tn3
      BitsPerPixel: bianry, 4 colors, 16 colors
      Compression :

  Doodle
      Extension   : doo
      BitsPerPixel: binary
      Compression :

  Art Director
      Extension   : art
      BitsPerPixel: 16 colors
      Compression :

  Z80 Screen dump
      Extension   : scr
      BitsPerPixel: 16 colors
      Compression :

  Z80 Spectrum SNA
      Extension   : sna
      BitsPerPixel: 16 colors
      Compression :

  G3 Fax
      Extension   : g3 fax
      BitsPerPixel: binary
      Compression :

  YUV 16Bits Interleaved
      Extension   : yuv qtl uyvy
      BitsPerPixel: 24 bits
      Compression :

  YUV 16Bits
      Extension   : yuv qtl uyvy
      BitsPerPixel: 24 bits
      Compression :

  YUV 4:1:1
      Extension   : yuv qtl uyvy
      BitsPerPixel: 24 bits
      Compression :

  YUV 4:2:2
      Extension   : yuv qtl uyvy
      BitsPerPixel: 24 bits
      Compression :

  YUV 4:4:4
      Extension   : yuv qtl uyvy
      BitsPerPixel: 24 bits
      Compression :

  YUV Raw
      Extension   : raw gry grey
      BitsPerPixel: grey, 24 & 32 bits
      Compression :

