home *** CD-ROM | disk | FTP | other *** search
/ Freelog 8 / Freelog008.iso / Maj / XnView / Readme.txt < prev    next >
Text File  |  1999-12-15  |  20KB  |  823 lines

  1.                        Nview, Nconvert & View2 v2.90
  2.                               Xnview v1.12
  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.   This software is based on compression library of Jean-loup Gailly and Mark Adler
  24.  
  25.  
  26. HomePage
  27. ========
  28.  
  29. EMail:             pierre.g@wanadoo.fr
  30.                 pierre.g@mail.dotcom.fr
  31.  
  32. Web site :      http://www.xnview.fr.st
  33.                 http://perso.wanadoo.fr/pierre.g
  34.  
  35. Download :      http://perso.wanadoo.fr/pierre.g/download
  36.                 http://www.multimania.com/xnview/download
  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.   Sun Solaris v2.5.1 and more
  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 -out 5 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 -out jpeg -w480 -R *.jpg
  109.       nconvert -out jpeg -w640 -h480 *.jpg
  110.   
  111.   The input format is not necessary. If a problem occurs, use the -in option. 
  112.   
  113.   Nconvert is able to make transformation
  114.  
  115.     * To convert GIF files to JPEG files : 
  116.         nconvert -out jpeg -truecolors *.gif
  117.     
  118.     * To convert JPEG files to GIF files : 
  119.         nconvert -out gif -dither -ncolors 256 *.jpeg
  120.     
  121.     * To resize :
  122.         nconvert -out tga -resize 510 230 *.jpeg
  123.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  124.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  125.         nconvert -out tga -resize 200% 200% *.jpeg
  126.     
  127.   You can use it with image's sequence. 
  128.     For example, we take the file00.pic, file01.pic, ..., file10.pic and 
  129.       we convert in jpeg format with the form res0.jpg, res1.jpg, ... type :
  130.         nconvert -out jpeg -o res#.jpg file##.pic
  131.  
  132.   You can use % to specify source filename in dest filename.
  133.     For example, nconvert -out jpeg -o result_%s.jpg file.tga
  134.       create a filename result_file.jpg
  135.  
  136.  
  137. XNVIEW (Extended Nview)
  138. =======================
  139.  
  140. About XNview for X Windows (Linux/FreeBsd/Silicon):
  141. -------------------------------------------
  142.  
  143.   XNview requires OSF/Motif 1.2 or later. 
  144.   
  145.   You will need to set the LD_LIBRARY_PATH environment variable with 
  146.     the path where the libraries are. 
  147.     By default 'install' put the libraries in /usr/local/lib. 
  148.   
  149.   Type XNview -help for available option. 
  150.   
  151.   XNview take the default visual for displaying the bitmap. You can specify 
  152.     an X visual id (in hexadecimal) with '-visualid id'.
  153.   
  154.   
  155.   Linux/FreeBSD Version:
  156.   --------------
  157.   
  158.     XNview requires Linux 2.0.x, XFree86-3.2 and Motif 1.2 or Lesstif 0.89
  159.     
  160.     Lesstif is available from the following URL's
  161.  
  162.     http://www.lesstif.org/products/lesstif/
  163.     ftp://ftp.lesstif.org/pub/hungry/lesstif/
  164.  
  165.  
  166.   Credits:
  167.   -------
  168.     Solaris version : Tobias Oetiker
  169.  
  170.  
  171. About XNview for Windows (x86):
  172. -------------------------------
  173.  
  174.   XNview for windows requires Windows 3.11 with Win32s, Windows NT or 
  175.     Windows 95. 
  176.  
  177.  
  178.   Windows 3.1x users note:
  179.   -----------------------
  180.     You'll need the last release of win32s for Microsoft Windows 3.1X 
  181.       and Windows for Workgroup 3.1x. 
  182.  
  183.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  184.       you already have win32s. This file contains the version information. 
  185.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  186.       you don't have to reinstall win32s. 
  187.  
  188.     Win32s v1.30c can be downloaded via 
  189.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  190.  
  191.   
  192.   Credits:
  193.   -------
  194.     German translation  : Axel C. Burgbacher
  195.     Italian translation : Alexandro F.Proietti
  196.     Russian translation : Igor Alikin, Alexander Gorbylev
  197.     Spanish translation : Jorge Montes
  198.  
  199.  
  200. Supported formats 
  201. =================
  202.  
  203.   JPEG
  204.       Extension   : jpg jpeg jif jfif J
  205.       BitsPerPixel: grey, 24 bits
  206.       Compression :
  207.  
  208.   TrueVision Targa
  209.       Extension   : tga pix bpx vda icb vst
  210.       BitsPerPixel: grey, 256 colors, 15 bits, 16 bits, 24 bits, 32 bits
  211.       Compression : Packbits (1)
  212.  
  213.   TDI Explore / Alias Wavefront 
  214.       Extension   : tdi iff
  215.       BitsPerPixel: grey, 24 bits, 32 bits
  216.       Compression : 
  217.  
  218.   Softimage bitmap 
  219.       Extension   : pic si
  220.       BitsPerPixel: 24 bits, 32 bits
  221.       Compression : Packbits (1)
  222.  
  223.   RGB Silicon
  224.       Extension   : rgb bw iris sgi
  225.       BitsPerPixel: grey, 256 colors, 16 millions
  226.       Compression : Packbits (1)
  227.  
  228.   TIFF Revision 6
  229.       Extension   : tif tim tiff
  230.       BitsPerPixel: binary, grey, 16 colors, 256 colors, 24 bits
  231.       Compression : Packbits (1) Lzw (2) Lzw & Prediction (3)
  232.  
  233.   Vista
  234.       Extension   : vst
  235.       BitsPerPixel: 256 colors, 15 bits, 24 bits, 32 bits
  236.       Compression :
  237.  
  238.   Sun Raster Images
  239.       Extension   : ras sun
  240.       BitsPerPixel: binary, grey, 256 colors, 24 bits, 32 bits
  241.       Compression : 
  242.  
  243.   Macintosh Quickdraw/Pict
  244.       Extension   : pic pict pct
  245.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  246.       Compression :
  247.  
  248.   Alias
  249.       Extension   : pix als alias
  250.       BitsPerPixel: grey, 24 bits
  251.       Compression :
  252.  
  253.   Windows & OS/2 Bitmap
  254.       Extension   : bmp rle dib
  255.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  256.       Compression : Rle (1) only for 4 & 8 bits
  257.  
  258.   Amiga IFF (ILBM & LBM)
  259.       Extension   : iff blk lbm
  260.       BitsPerPixel: binary, grey, 16 colors, 256 colors, 24 bits, 32 bits
  261.       Compression : Packbits (1)
  262.  
  263.   Portable Network Graphics
  264.       Extension   : png
  265.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  266.       Compression :
  267.  
  268.   Multiple Network Graphics
  269.       Extension   : mng
  270.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits, 32 bits
  271.       Compression :
  272.  
  273.   CompuServe GIF
  274.       Extension   : gif giff
  275.       BitsPerPixel: binary, 16 colors, 256 colors
  276.       Compression :
  277.  
  278.   Zsoft Paintbrush
  279.       Extension   : pcx pcc dcx
  280.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits
  281.       Compression : Packbits (1)
  282.  
  283.   Zsoft Multi-page Paintbrush
  284.       Extension   : dcx
  285.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 bits
  286.       Compression : 
  287.  
  288.   Portable Image
  289.       Extension   : ppm pgm pbm pnm rppm rpgm rpbm rpnm
  290.       BitsPerPixel: binary, grey, 24 bits
  291.       Compression :
  292.  
  293.   Wavefront Raster file
  294.       Extension   : rla rlb
  295.       BitsPerPixel: 24 bits, 32 bits
  296.       Compression :
  297.  
  298.   Utah Raster image
  299.       Extensions  : rle
  300.       Type        : grey, 256 couleurs, 24 & 32 bits
  301.       Compression : 
  302.  
  303.   Pixar picture file
  304.       Extensions  : pic pxr picio pixar
  305.       Type        : grey, 24 & 32 bits
  306.       Compression : 
  307.  
  308.   Sun TAAC file format
  309.       Extensions  : iff vff suniff taac
  310.       Type        : 256 couleurs, 24 & 32 bits
  311.       Compression : 
  312.  
  313.   Image Magick
  314.       Extension   : mif miff
  315.       BitsPerPixel: grey, 256 colors, 24 & 32 bits
  316.       Compression :
  317.  
  318.   Adobe Photoshop Document
  319.       Extension   : psd
  320.       BitsPerPixel: grey, 256 colors, 24 & 32 bits
  321.       Compression :
  322.  
  323.   Paint Shop Pro
  324.       Extension   : psp
  325.       BitsPerPixel: binary, 16 colors, grey, 256 colors, 24 & 32 bits
  326.       Compression :
  327.  
  328.   Seattle Film Works
  329.       Extension   : sfw
  330.       BitsPerPixel: 24 bits
  331.       Compression :
  332.  
  333.   Seattle Film Works multi-image
  334.       Extension   : pwp
  335.       BitsPerPixel: 24 bits
  336.       Compression :
  337.  
  338.   SciTex
  339.       Extension   : sct sc
  340.       BitsPerPixel: RGB, CMYK
  341.       Compression :
  342.  
  343.   Kodak Cineon
  344.       Extension   : cin dpx
  345.       BitsPerPixel: 24, 32 bits
  346.       Compression :
  347.  
  348.   HRU
  349.       Extension   : hru
  350.       BitsPerPixel: 16 colors, 256 colors
  351.       Compression :
  352.  
  353.   Digital Research (GEM Paint)
  354.       Extension   : img
  355.       BitsPerPixel: binary, 16 colors, grey, 256 colors
  356.       Compression :
  357.  
  358.   DKB Ray-tracer / Qrt
  359.       Extension   : dis qrt
  360.       BitsPerPixel: 24 bits
  361.       Compression :
  362.  
  363.   Cloe raytracer
  364.       Extension   : clo
  365.       BitsPerPixel: 32 bits
  366.       Compression :
  367.  
  368.   Vivid
  369.       Extension   : img
  370.       BitsPerPixel: 24 bits
  371.       Compression :
  372.  
  373.   MTV / Rayshade
  374.       Extension   : pic
  375.       BitsPerPixel: 24 bits
  376.       Compression :
  377.  
  378.   CP8 256 gray scale
  379.       Extension   : cp8
  380.       BitsPerPixel: grey
  381.       Compression :
  382.  
  383.   ImageSpeeder
  384.       Extension   : ish
  385.       BitsPerPixel: grey
  386.       Compression :
  387.  
  388.   X BitMap
  389.       Extension   : xbm bm
  390.       BitsPerPixel: binary
  391.       Compression :
  392.  
  393.   X PixMap
  394.       Extension   : xpm pm
  395.       BitsPerPixel: colors
  396.       Compression :
  397.  
  398.   Sun Icon/Cursor
  399.       Extension   : icon cursor pr
  400.       BitsPerPixel: binary
  401.       Compression :
  402.  
  403.   Windows Icon
  404.       Extension   : ico
  405.       BitsPerPixel: colors
  406.       Compression :
  407.  
  408.   Windows Cursor
  409.       Extension   : cur
  410.       BitsPerPixel: binary
  411.       Compression :
  412.  
  413.   Windows Clipboard
  414.       Extension   : clp
  415.       BitsPerPixel: colors, 15-32 bits
  416.       Compression :
  417.  
  418.   Corel Draw Bitmap
  419.       Extension   : cdr
  420.       BitsPerPixel: binary, grey, colors, 24 & 32 bits
  421.       Compression :
  422.  
  423.   Fuzzy Bitmap
  424.       Extension   : fbm cbm
  425.       BitsPerPixel: binary, grey, colors, 24 & 32 bits
  426.       Compression :
  427.  
  428.   PM
  429.       Extension   : pm
  430.       BitsPerPixel: grey, 24 & 32 bits
  431.       Compression :
  432.  
  433.   Casio QV-10/100 Camera
  434.       Extension   : cam
  435.       BitsPerPixel: 24 bits
  436.       Compression :
  437.  
  438.   Ricoh Digital Camera
  439.       Extension   : j6i
  440.       BitsPerPixel: 24 bits
  441.       Compression :
  442.  
  443.   Kodak DC120 Digital Camera
  444.       Extension   : kdc
  445.       BitsPerPixel: 24 bits
  446.       Compression :
  447.  
  448.   Sony Playstation TIM PSX
  449.       Extension   : tim
  450.       BitsPerPixel: 4, 8, 16 & 24 bits
  451.       Compression :
  452.  
  453.   Sega SJ-1 DIGIO
  454.       Extension   : sj1
  455.       BitsPerPixel: 24 bits
  456.       Compression :
  457.  
  458.   Flexible Image Transport Systeme
  459.       Extension   : fits fts
  460.       BitsPerPixel: grey
  461.       Compression :
  462.  
  463.   Synthetic Universe
  464.       Extension   : synu syn
  465.       BitsPerPixel: grey, 24 & 32 bits
  466.       Compression :
  467.  
  468.   Kodak Photo CD
  469.       Extension   : pcd
  470.       BitsPerPixel: 24 bits
  471.       Compression :
  472.  
  473.   Gimp Bitmap
  474.       Extension   : xcf
  475.       BitsPerPixel: grey 256 colors, 24 bits
  476.       Compression :
  477.  
  478.   Gimp Brush
  479.       Extension   : gbr
  480.       BitsPerPixel: grey
  481.       Compression :
  482.  
  483.   Gimp Pattern
  484.       Extension   : pat
  485.       BitsPerPixel: grey, 24 bits
  486.       Compression :
  487.  
  488.   Gimp Icon
  489.       Extension   : ico
  490.       BitsPerPixel: grey
  491.       Compression :
  492.  
  493.   Psion Series 3 
  494.       Extension   : pic
  495.       BitsPerPixel: binary
  496.       Compression :
  497.  
  498.   Psion Series 5 
  499.       Extension   : mbm
  500.       BitsPerPixel: binary, grey(4)
  501.       Compression :
  502.  
  503.   Palm Pilot
  504.       Extension   : pdb
  505.       BitsPerPixel: binary, grey(4)
  506.       Compression :
  507.  
  508.   HP-48 Grob
  509.       Extension   : gro grb
  510.       BitsPerPixel: binary, grey(4), grey(8)
  511.       Compression :
  512.  
  513.   TI-73/82/83/85/86/89/92 Bitmap
  514.       Extension   : 73i, 82i, 83i, 85i, 86i, 89i, 92i
  515.       BitsPerPixel: binary
  516.       Compression :
  517.  
  518.   Video Image Communication And Retrieval
  519.       Extension   : vic vicar
  520.       BitsPerPixel: grey
  521.       Compression :
  522.  
  523.   SBIG CCD camera ST-X
  524.       Extension   : stx st4 st5 st6 st7 st8
  525.       BitsPerPixel: grey
  526.       Compression :
  527.  
  528.   Khoros Visualization image file
  529.       Extension   : vif viff xv
  530.       BitsPerPixel: binary, grey, colors, 24 bits
  531.       Compression :
  532.  
  533.   Xim file
  534.       Extension   : xim
  535.       BitsPerPixel: binary, grey, colors, 24 & 32 bits
  536.       Compression :
  537.  
  538.   Quantel VPB
  539.       Extension   : vpb
  540.       BitsPerPixel: 24 bits
  541.       Compression :
  542.  
  543.   FIT
  544.       Extension   : fit
  545.       BitsPerPixel: grey, 24 & 32 bits
  546.       Compression :
  547.  
  548.   Degas / Degas Elite
  549.       Extension   : pi1 pi2 pi3 pc1 pc2 pc3 pi4 pi5 pi6
  550.       BitsPerPixel: binary, 16 colors, 256 colors
  551.       Compression :
  552.  
  553.   Neochrome (ST & TT)
  554.       Extension   : neo
  555.       BitsPerPixel: 16 colors, 256 colors
  556.       Compression :
  557.  
  558.   ZZ Rough
  559.       Extension   : rgh
  560.       BitsPerPixel: 16 colors
  561.       Compression :
  562.  
  563.   Dali raw
  564.       Extension   : sd0 sd1 sd2
  565.       BitsPerPixel: binary, 16 colors
  566.       Compression :
  567.  
  568.   Stad
  569.       Extension   : pic pac seq
  570.       BitsPerPixel: binary
  571.       Compression :
  572.  
  573.   GFA Raytrace
  574.       Extension   : sul
  575.       BitsPerPixel: 512 colors
  576.       Compression :
  577.  
  578.   Spectrum 512
  579.       Extension   : spu
  580.       BitsPerPixel: 512 colors
  581.       Compression :
  582.  
  583.   Spectrum 512 compressed
  584.       Extension   : spc
  585.       BitsPerPixel: 512 colors
  586.       Compression :
  587.  
  588.   Spectrum 512 smooshed
  589.       Extension   : sps
  590.       BitsPerPixel: 512 colors
  591.       Compression :
  592.  
  593.   ColoRIX
  594.       Extension   : rix sc?
  595.       BitsPerPixel: 16 and 256 colors
  596.       Compression :
  597.  
  598.   CMU Window Manager
  599.       Extension   : cmu
  600.       BitsPerPixel: binary
  601.       Compression :
  602.  
  603.   X Windows System window dump
  604.       Extension   : xwd x11
  605.       BitsPerPixel: binary, 16 colors, 256 colors, grey, 24 bits
  606.       Compression :
  607.  
  608.   PC Paint / Pictor Page
  609.       Extension   : pic clp
  610.       BitsPerPixel: binary, 16 colors, 256 colors
  611.       Compression :
  612.  
  613.   ImageLab
  614.       Extension   : b&w b_w
  615.       BitsPerPixel: grey
  616.       Compression :
  617.  
  618.   Microsoft Paint
  619.       Extension   : ???
  620.       BitsPerPixel: 24 bits
  621.       Compression :
  622.  
  623.   Calamus picture
  624.       Extension   : cpi
  625.       BitsPerPixel: binary
  626.       Compression :
  627.  
  628.   Artisan
  629.       Extension   : art
  630.       BitsPerPixel: 32 bits
  631.       Compression :
  632.  
  633.   Aurora
  634.       Extension   : sim
  635.       BitsPerPixel: 32 bits
  636.       Compression :
  637.  
  638.   Qdv (Random Dot Software)
  639.       Extension   : qdv
  640.       BitsPerPixel: 256 colors
  641.       Compression :
  642.  
  643.   Digital F/X
  644.       Extension   : tdim graf
  645.       BitsPerPixel: 32 bits
  646.       Compression :
  647.  
  648.   Electric Image
  649.       Extension   : ei eidi
  650.       BitsPerPixel: 1, 2, 4, 8, 15, 24 & 32 bits
  651.       Compression :
  652.  
  653.   Biorad
  654.       Extension   : pic
  655.       BitsPerPixel: Grey
  656.       Compression :
  657.  
  658.   Bob
  659.       Extension   : bob
  660.       BitsPerPixel: 256 colors
  661.       Compression :
  662.  
  663.   Usenix FaceServer
  664.       Extension   : fac face
  665.       BitsPerPixel: grey
  666.       Compression :
  667.  
  668.   Encapsulated Postscript (Preview)
  669.       Extension   : eps
  670.       BitsPerPixel: 256 colors, 24 bits
  671.       Compression :
  672.  
  673.   Word Perfect Graphics
  674.       Extension   : wpg
  675.       BitsPerPixel: binary, 16 & 256 colors
  676.       Compression :
  677.  
  678.   Airnav
  679.       Extension   : nav
  680.       BitsPerPixel: 256 colors
  681.       Compression :
  682.  
  683.   Prisms
  684.       Extension   : pri
  685.       BitsPerPixel: 24, 32 bits
  686.       Compression :
  687.  
  688.   Fli
  689.       Extension   : fli
  690.       BitsPerPixel: 256 colors
  691.       Compression :
  692.  
  693.   Window Metafile (Windows only)
  694.       Extension   : emf, wmf
  695.       BitsPerPixel: 
  696.       Compression :
  697.  
  698.   Dr Halo
  699.       Extension   : cut
  700.       BitsPerPixel: grey, 256 colors
  701.       Compression :
  702.  
  703.   DBW Render
  704.       Extension   : 
  705.       BitsPerPixel: 24 bits
  706.       Compression :
  707.  
  708.   Acorn Sprite
  709.       Extension   : 
  710.       BitsPerPixel: 1, 2, 4, 8, 24 & 32 bits
  711.       Compression :
  712.  
  713.   Stardent AVS X
  714.       Extension   : x avs mbfs mbfavs
  715.       BitsPerPixel: 24 bits
  716.       Compression :
  717.  
  718.   AIM Grey Scale
  719.       Extension   : ima
  720.       BitsPerPixel: grey
  721.       Compression :
  722.  
  723.   Mac Paint
  724.       Extension   : mac mpnt
  725.       BitsPerPixel: binary
  726.       Compression :
  727.  
  728.   Tiny
  729.       Extension   : tny tn1 tn2 tn3
  730.       BitsPerPixel: binary, 4 colors, 16 colors
  731.       Compression :
  732.  
  733.   Doodle
  734.       Extension   : doo
  735.       BitsPerPixel: binary
  736.       Compression :
  737.  
  738.   Art Director
  739.       Extension   : art
  740.       BitsPerPixel: 16 colors
  741.       Compression :
  742.  
  743.   Z80 Screen dump
  744.       Extension   : scr
  745.       BitsPerPixel: 16 colors
  746.       Compression :
  747.  
  748.   Z80 Spectrum SNA
  749.       Extension   : sna
  750.       BitsPerPixel: 16 colors
  751.       Compression :
  752.  
  753.   Msx 2 Screen
  754.       Extension   : sc2
  755.       BitsPerPixel: 16 colors
  756.       Compression :
  757.  
  758.   Koala Paint
  759.       Extension   : koa
  760.       BitsPerPixel: 16 colors
  761.       Compression :
  762.  
  763.   Advanced Art Studio
  764.       Extension   : ocp
  765.       BitsPerPixel: 16 colors
  766.       Compression :
  767.  
  768.   Amstrad cpc screen
  769.       Extension   : 
  770.       BitsPerPixel: 2, 4, 16 colors
  771.       Compression :
  772.  
  773.   G3 Fax
  774.       Extension   : g3 fax
  775.       BitsPerPixel: binary
  776.       Compression :
  777.  
  778.   JBIG
  779.       Extension   : jbg jbig
  780.       BitsPerPixel: binary
  781.       Compression :
  782.  
  783.   Dicom 3
  784.       Extension   : dcm
  785.       BitsPerPixel: grey, 256 colors, 24 bits
  786.       Compression :
  787.  
  788.   HRZ
  789.       Extension   : hrz
  790.       BitsPerPixel: 24 bits
  791.       Compression :
  792.  
  793.   YUV 16Bits Interleaved
  794.       Extension   : yuv qtl uyvy
  795.       BitsPerPixel: 24 bits
  796.       Compression :
  797.  
  798.   YUV 16Bits
  799.       Extension   : yuv qtl uyvy
  800.       BitsPerPixel: 24 bits
  801.       Compression :
  802.  
  803.   YUV 4:1:1
  804.       Extension   : yuv qtl uyvy
  805.       BitsPerPixel: 24 bits
  806.       Compression :
  807.  
  808.   YUV 4:2:2
  809.       Extension   : yuv qtl uyvy
  810.       BitsPerPixel: 24 bits
  811.       Compression :
  812.  
  813.   YUV 4:4:4
  814.       Extension   : yuv qtl uyvy
  815.       BitsPerPixel: 24 bits
  816.       Compression :
  817.  
  818.   YUV Raw
  819.       Extension   : raw gry grey
  820.       BitsPerPixel: grey, 24 & 32 bits
  821.       Compression :
  822.  
  823.