home *** CD-ROM | disk | FTP | other *** search
/ PC Open 34 / pcopen34.iso / Win95 / NView / Readme.txt < prev    next >
Encoding:
Text File  |  1999-10-21  |  17.9 KB  |  754 lines

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