home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 August / Igromania_1999-08.iso / Utils / Xnview.exe / Viewer / Readme.txt < prev    next >
Text File  |  1999-05-07  |  14KB  |  566 lines

  1.                        Nview, Nconvert & View2 v2.73
  2.                               Xnview v1.09
  3.  
  4.                    Copyright (c) 1991-99 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.  
  24.  
  25.  
  26. HomePage
  27. ========
  28.  
  29. EMail:             pierre.g@wanadoo.fr
  30.         pierre.g@mail.dotcom.fr
  31.  
  32. Web site :    http://www.cloe.home.ml.org
  33.         http://perso.wanadoo.fr/pierre.g
  34.         http://latour.univ-paris8.fr/~pierre
  35.  
  36. Download :    ftp://latour.ipt.univ-paris8.fr/pub/pierre
  37.  
  38.  
  39.  
  40. Platforms
  41. =========
  42.  
  43.   ATARI ST, STe, Falcon, TT and compatible
  44.   PC x86 DOS
  45.   PC x86 Windows 3.1x, 95, 98 & NT
  46.   PC x86 linux v2.x (X Windows & Lesstif)
  47.   PC x86 FreeBSD v3.x (X Windows & Lesstif)
  48.   SILICON GRAPHICS IRIX v5.2 and more
  49.  
  50.  
  51.  
  52. NVIEW
  53. =====
  54.  
  55. Nview is a multi-format viewer. 
  56.  
  57.   Type nview -help for available option. 
  58.  
  59.  
  60. About Nview for PC under DOS:
  61. -----------------------------
  62.  
  63.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  64.     The only mode available is 320x200x8 if your video card doesn't 
  65.     support Vesa mode. 
  66.   
  67.   For a complete description of the available mode on the display, type
  68.     nview -help (and use it with -d option's)
  69.   
  70.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  71.   
  72.   With the -p<width>x<height>x<bits>, you take the best display who match arguments. 
  73.     (Example: nview -p640x480x24 back.gif)
  74.     -p0x0x0 choose the best display for the bitmap. 
  75.  
  76.  
  77. About Nview for X Windows (Linux/SGI):
  78. --------------------------------------
  79.  
  80.   Nview take the default visual for displaying the bitmap. You can use 
  81.     -visual id (id is the visual number seeing with nview -help).
  82.   
  83.   By default, nview display the bitmap and wait for a mouse click or Escape. 
  84.     With the -w, Nview create one window per bitmap. 
  85.  
  86.   Nview works with pipe, in this case the input format must be specified: 
  87.     cat img.tga | nview -f2 stdin
  88.  
  89.   You will need to set the LD_LIBRARY_PATH environment variable with 
  90.     the path where the libraries are. 
  91.     By default 'install' put the libraries in /usr/local/lib. 
  92.   
  93.  
  94. NCONVERT
  95. ========
  96.  
  97. Nconvert is the multi-format converter. 
  98.  
  99.   Type nconvert -help for available option. 
  100.  
  101.  
  102.   To convert files in a specific format, type for example :
  103.       nconvert -s5 file1.pic file2.jpg file3.tga
  104.     or
  105.       nconvert -out tiff file1.pic file2.jpg file3.tga
  106.   
  107.   With a resize :
  108.       nconvert -s5 -w480 -R *.jpg
  109.       nconvert -s5 -w640 -h480 *.jpg
  110.   
  111.   The input format is not necessary. If a problem occurs, use the -f option. 
  112.   
  113.   Nconvert is able to change the color format with -C (Binary->Colors, 256Colors->TrueColors).
  114.     When you convert GIF files to JPEG files, use it. 
  115.     (Example: nconvert -s0 -C2 *.gif OR nconvert -out jpeg -C2 *.gif)
  116.   
  117.   You can use it with image's sequence. 
  118.   For example, we take the file00.pic, file01.pic, ..., file10.pic and 
  119.     we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
  120.       nconvert -out jpeg -o res#.jpg file##.pic
  121.  
  122.  
  123. XNVIEW (Extended Nview)
  124. =======================
  125.  
  126. About XNview for X Windows (Linux/FreeBsd/Silicon):
  127. -------------------------------------------
  128.  
  129.   XNview requires OSF/Motif 1.2 or later. 
  130.   
  131.   You will need to set the LD_LIBRARY_PATH environment variable with 
  132.     the path where the libraries are. 
  133.     By default 'install' put the libraries in /usr/local/lib. 
  134.   
  135.   Type XNview -help for available option. 
  136.   
  137.   XNview take the default visual for displaying the bitmap. You can specify 
  138.     an X visual id (in hexadecimal) with '-visualid id'.
  139.   
  140.   
  141.   Linux/FreeBSD Version:
  142.   --------------
  143.   
  144.     XNview requires Linux 2.0.x, XFree86-3.2 and Motif 1.2 or Lesstif 0.88
  145.     
  146.     Lesstif is available from the following URL's
  147.  
  148.     http://www.lesstif.org/products/lesstif/
  149.     ftp://ftp.lesstif.org/pub/hungry/lesstif/
  150.  
  151.  
  152.   Credits:
  153.   -------
  154.     Solaris version : 
  155.  
  156.  
  157. About XNview for Windows (x86):
  158. -------------------------------
  159.  
  160.   XNview for windows requires Windows 3.11 with Win32s, Windows NT or 
  161.     Windows 95. 
  162.  
  163.  
  164.   Windows 3.1x users note:
  165.   -----------------------
  166.     You'll need the last release of win32s for Microsoft Windows 3.1X 
  167.       and Windows for Workgroup 3.1x. 
  168.  
  169.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  170.       you already have win32s. This file contains the version information. 
  171.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  172.       you don't have to reinstall win32s. 
  173.  
  174.     Win32s v1.30c can be downloaded via 
  175.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  176.  
  177.   
  178.   Credits:
  179.   -------
  180.     German editing : Axel C. Burgbacher
  181.  
  182.  
  183. Supported formats 
  184. =================
  185.  
  186.   JPEG
  187.       Extension   : jpg jpeg jif jfif J
  188.       BitsPerPixel: grey, 24 bits
  189.       Compression :
  190.  
  191.   TrueVision Targa
  192.       Extension   : tga pix bpx vda icb vst
  193.       BitsPerPixel: grey, 256 colors, 15 bits, 16 bits, 24 bits, 32 bits
  194.       Compression : Packbits (1)
  195.  
  196.   TDI Explore / Alias Wavefront 
  197.       Extension   : tdi iff
  198.       BitsPerPixel: grey, 24 bits, 32 bits
  199.       Compression : 
  200.  
  201.   Softimage bitmap 
  202.       Extension   : pic si
  203.       BitsPerPixel: 24 bits, 32 bits
  204.       Compression : Packbits (1)
  205.  
  206.   RGB Silicon
  207.       Extension   : rgb bw iris sgi
  208.       BitsPerPixel: grey, 256 colors, 16 millions
  209.       Compression : Packbits (1)
  210.  
  211.   TIFF Revision 5
  212.       Extension   : tif tim tiff
  213.       BitsPerPixel: binary, grey, 16 colors, 256 colors, 24 bits
  214.       Compression : Packbits (1) Lzw (2) Lzw & Prediction (3)
  215.  
  216.   Vista
  217.       Extension   : vst
  218.       BitsPerPixel: 256 colors, 15 bits, 24 bits, 32 bits
  219.       Compression :
  220.  
  221.   Sun Raster Images
  222.       Extension   : ras sun
  223.       BitsPerPixel: binary, grey, 256 colors, 24 bits, 32 bits
  224.       Compression : 
  225.  
  226.   Macintosh Pict
  227.       Extension   : pic pict pct
  228.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  229.       Compression :
  230.  
  231.   Alias
  232.       Extension   : pix als alias
  233.       BitsPerPixel: grey, 24 bits
  234.       Compression :
  235.  
  236.   Windows 3 Bitmap
  237.       Extension   : bmp rle dib
  238.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  239.       Compression : Rle (1) only for 4 & 8 bits
  240.  
  241.   Amiga IFF
  242.       Extension   : iff blk lbm
  243.       BitsPerPixel: binary, grey, 16 colors, 256 colors, 24 bits, 32 bits
  244.       Compression : Packbits (1)
  245.  
  246.   Portable Network Graphics
  247.       Extension   : png
  248.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  249.       Compression :
  250.  
  251.   CompuServe GIF
  252.       Extension   : gif giff
  253.       BitsPerPixel: binary, 16 colors, 256 colors
  254.       Compression :
  255.  
  256.   Zsoft Paintbrush
  257.       Extension   : pcx pcc dcx
  258.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits
  259.       Compression : Packbits (1)
  260.  
  261.   Zsoft Multi-page Paintbrush
  262.       Extension   : dcx
  263.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits
  264.       Compression : 
  265.  
  266.   Portable Image
  267.       Extension   : ppm pgm pbm pnm rppm rpgm rpbm rpnm
  268.       BitsPerPixel: binary, grey, 24 bits
  269.       Compression :
  270.  
  271.   Wavefront file format
  272.       Extension   : rla rlb
  273.       BitsPerPixel: 24 bits, 32 bits
  274.       Compression :
  275.  
  276.   Sun TAAC file format
  277.       Extensions  : iff vff suniff taac
  278.       Type        : 256 couleurs, 24 & 32 bits
  279.       Compression : 
  280.  
  281.   Utah Raster image
  282.       Extensions  : rle
  283.       Type        : grey, 256 couleurs, 24 & 32 bits
  284.       Compression : 
  285.  
  286.   Pixar picture file
  287.       Extensions  : pic pxr picio pixar
  288.       Type        : grey, 24 & 32 bits
  289.       Compression : 
  290.  
  291.   ImageMagick
  292.       Extension   : mif miff
  293.       BitsPerPixel: grey, 256 colors, 24 & 32 bits
  294.       Compression :
  295.  
  296.   Adobe Photoshop Document
  297.       Extension   : psd
  298.       BitsPerPixel: grey, 256 colors, 24 & 32 bits
  299.       Compression :
  300.  
  301.   Paint Shop Pro
  302.       Extension   : psp
  303.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 & 32 bits
  304.       Compression :
  305.  
  306.   YUV 16Bits Secam
  307.       Extension   : yuv qtl
  308.       BitsPerPixel: 24 bits (720x486)
  309.       Compression :
  310.  
  311.   YUV 16Bits Interlaced Secam
  312.       Extension   : yuv qtl
  313.       BitsPerPixel: 24 bits (720x486)
  314.       Compression :
  315.  
  316.   YUV 16Bits Pal
  317.       Extension   : yuv qtl
  318.       BitsPerPixel: 24 bits (720x576)
  319.       Compression :
  320.  
  321.   YUV 16Bits Interlaced Pal
  322.       Extension   : yuv qtl
  323.       BitsPerPixel: 24 bits (720x576)
  324.       Compression :
  325.  
  326.   Digital Research (GEM Paint)
  327.       Extension   : img
  328.       BitsPerPixel: binary, 16 colors, grey, 256 colors
  329.       Compression :
  330.  
  331.   DKB Ray-tracer / Qrt
  332.       Extension   : dis qrt
  333.       BitsPerPixel: 24 bits
  334.       Compression :
  335.  
  336.   Cloe raytracer
  337.       Extension   : clo
  338.       BitsPerPixel: 32 bits
  339.       Compression :
  340.  
  341.   Vivid
  342.       Extension   : img
  343.       BitsPerPixel: 24 bits
  344.       Compression :
  345.  
  346.   MTV / Rayshade
  347.       Extension   : pic
  348.       BitsPerPixel: 24 bits
  349.       Compression :
  350.  
  351.   CP8 256 gray scale
  352.       Extension   : cp8
  353.       BitsPerPixel: grey
  354.       Compression :
  355.  
  356.   ImageSpeeder
  357.       Extension   : ish
  358.       BitsPerPixel: grey
  359.       Compression :
  360.  
  361.   X BitMap
  362.       Extension   : xbm bm
  363.       BitsPerPixel: binary
  364.       Compression :
  365.  
  366.   X PixMap
  367.       Extension   : xpm pm
  368.       BitsPerPixel: colors
  369.       Compression :
  370.  
  371.   Sun Icon/Cursor
  372.       Extension   : icon cursor pr
  373.       BitsPerPixel: binary
  374.       Compression :
  375.  
  376.   Windows Icon
  377.       Extension   : ico
  378.       BitsPerPixel: colors
  379.       Compression :
  380.  
  381.   Windows Cursor
  382.       Extension   : cur
  383.       BitsPerPixel: binary
  384.       Compression :
  385.  
  386.   Windows Clipboard
  387.       Extension   : clp
  388.       BitsPerPixel: colors, 15-32 bits
  389.       Compression :
  390.  
  391.   PM
  392.       Extension   : pm
  393.       BitsPerPixel: grey, 24 & 32 bits
  394.       Compression :
  395.  
  396.   Flexible Image Transport Systeme
  397.       Extension   : fits fts
  398.       BitsPerPixel: grey
  399.       Compression :
  400.  
  401.   Photo CD
  402.       Extension   : pcd
  403.       BitsPerPixel: 24 bits
  404.       Compression :
  405.  
  406.   Gimp Brush
  407.       Extension   : gbr
  408.       BitsPerPixel: grey
  409.       Compression :
  410.  
  411.   Gimp Pattern
  412.       Extension   : pat
  413.       BitsPerPixel: grey, 24 bits
  414.       Compression :
  415.  
  416.   Gimp Icon
  417.       Extension   : ico
  418.       BitsPerPixel: grey
  419.       Compression :
  420.  
  421.   Psion Series 3 
  422.       Extension   : pic
  423.       BitsPerPixel: binary
  424.       Compression :
  425.  
  426.   Psion Series 5 
  427.       Extension   : mbm
  428.       BitsPerPixel: binary, grey(4)
  429.       Compression :
  430.  
  431.   Palm Pilot
  432.       Extension   : pdb
  433.       BitsPerPixel: binary, grey(4)
  434.       Compression :
  435.  
  436.   HP-48 Grob
  437.       Extension   : gro grb
  438.       BitsPerPixel: binary, grey(4), grey(8)
  439.       Compression :
  440.  
  441.   Degas / Degas Elite
  442.       Extension   : pi1 pi2 pi3 pc1 pc2 pc3
  443.       BitsPerPixel: binary, 16 colors
  444.       Compression :
  445.  
  446.   Neochrome
  447.       Extension   : neo
  448.       BitsPerPixel: 16 colors, 256 colors
  449.       Compression :
  450.  
  451.   ZZ Rough
  452.       Extension   : rgh
  453.       BitsPerPixel: 16 colors
  454.       Compression :
  455.  
  456.   Dali raw
  457.       Extension   : sd0 sd1 sd2
  458.       BitsPerPixel: binary, 16 colors
  459.       Compression :
  460.  
  461.   Stad
  462.       Extension   : pic pac seq
  463.       BitsPerPixel: binary
  464.       Compression :
  465.  
  466.   GFA Raytrace
  467.       Extension   : sul
  468.       BitsPerPixel: 512 colors
  469.       Compression :
  470.  
  471.   Spectrum 512
  472.       Extension   : spu
  473.       BitsPerPixel: 512 colors
  474.       Compression :
  475.  
  476.   Spectrum 512 compressed
  477.       Extension   : spc
  478.       BitsPerPixel: 512 colors
  479.       Compression :
  480.  
  481.   Spectrum 512 smooshed
  482.       Extension   : sps
  483.       BitsPerPixel: 512 colors
  484.       Compression :
  485.  
  486.   ColoRIX
  487.       Extension   : rix sc?
  488.       BitsPerPixel: 16 and 256 colors
  489.       Compression :
  490.  
  491.   X Windows System window dump
  492.       Extension   : xwd x11
  493.       BitsPerPixel: binary, 16 colors, 256 colors, grey, 24 bits
  494.       Compression :
  495.  
  496.   PC Paint / Pictor Page
  497.       Extension   : pic clp
  498.       BitsPerPixel: binary, 16 colors, 256 colors
  499.       Compression :
  500.  
  501.   ImageLab
  502.       Extension   : b&w b_w
  503.       BitsPerPixel: grey
  504.       Compression :
  505.  
  506.   Microsoft Paint
  507.       Extension   : ???
  508.       BitsPerPixel: 24 bits
  509.       Compression :
  510.  
  511.   Calamus picture
  512.       Extension   : cpi
  513.       BitsPerPixel: binary
  514.       Compression :
  515.  
  516.   Bob
  517.       Extension   : bob
  518.       BitsPerPixel: 256 colors
  519.       Compression :
  520.  
  521.   Dr Halo
  522.       Extension   : cut
  523.       BitsPerPixel: grey, 256 colors
  524.       Compression :
  525.  
  526.   DBW Render
  527.       Extension   : ???
  528.       BitsPerPixel: 24 bits
  529.       Compression :
  530.  
  531.   Handy Scaner Cameron
  532.       Extension   : pic
  533.       BitsPerPixel: binary
  534.       Compression :
  535.  
  536.   Stardent AVS X
  537.       Extension   : x avs mbfs mbfavs
  538.       BitsPerPixel: 24 bits
  539.       Compression :
  540.  
  541.   AIM Grey Scale
  542.       Extension   : ima
  543.       BitsPerPixel: grey
  544.       Compression :
  545.  
  546.   Mac Paint
  547.       Extension   : mac mpnt
  548.       BitsPerPixel: binary
  549.       Compression :
  550.  
  551.   Tiny
  552.       Extension   : tny tn1 tn2 tn3
  553.       BitsPerPixel: bianry, 4 colors, 16 colors
  554.       Compression :
  555.  
  556.   Doodle
  557.       Extension   : doo
  558.       BitsPerPixel: binary
  559.       Compression :
  560.  
  561.   Art Director
  562.       Extension   : art
  563.       BitsPerPixel: 16 colors
  564.       Compression :
  565.  
  566.