[9201] | 1 | ** NCONVERT v5.75 (c) 1991-2010 Pierre-E Gougelet (Sep 7 2010/11:49:02) ** |
---|
| 2 | Version for Windows Xp/Vista/7 x64 (All rights reserved) |
---|
| 3 | ** This is a freeware software (for non commercial use) |
---|
| 4 | |
---|
| 5 | The JPEG code is based in part on the work of the Independent JPEG Group's software. |
---|
| 6 | The PNG code is based in part on the work of the Group 42, Inc. |
---|
| 7 | This software is based in part on compression library of Jean-loup Gailly and Mark Adler |
---|
| 8 | |
---|
| 9 | Usage : nconvert [options] file ... |
---|
| 10 | |
---|
| 11 | Options : |
---|
| 12 | -quiet : Quiet mode |
---|
| 13 | -info : Display informations only |
---|
| 14 | -fullinfo : Display informations & metadata only |
---|
| 15 | -v[.] : Verbose |
---|
| 16 | -in format : Input format number or -1 |
---|
| 17 | -page num : Page/image number |
---|
| 18 | -xall : Extract all images |
---|
| 19 | -multi : Create a multi-page (TIFF/DCX/LDF only) |
---|
| 20 | -npcd num : PCD 0:192x128, 1:384x256, 2:768x512 (default) |
---|
| 21 | -ngrb npic : HP-48 number of grey : 1, 2 or 4 (default : 1) |
---|
| 22 | -no# : # not used for numeric operator |
---|
| 23 | -org_depth : Load with original depth |
---|
| 24 | -clipboard : Import from clipboard |
---|
| 25 | -overwrite : Overwrite existing file |
---|
| 26 | -no_auto_ext : Don't add extension to output filename |
---|
| 27 | -ctype type : Channel Type (Raw) |
---|
| 28 | grey : Greyscale (default) |
---|
| 29 | rgb : Red,Green,Blue |
---|
| 30 | bgr : Blue,Green,Red |
---|
| 31 | rgba : Red,Green,Blue,Alpha |
---|
| 32 | abgr : Alpha,Blue,Green,Red |
---|
| 33 | cmy : Cyan,Magenta,Yellow |
---|
| 34 | cmyk : Cyan,Magenta,Yellow,Black |
---|
| 35 | -corder order : Channel Order (Raw) |
---|
| 36 | inter : Interleaved (default) |
---|
| 37 | seq : Sequential |
---|
| 38 | sep : Separate |
---|
| 39 | -size geometry : Width and height (Raw/YUV) |
---|
| 40 | Geometry is widthxheight+offset |
---|
| 41 | -l file : Use file as filelist |
---|
| 42 | -n start end step : Begin End Step (for image sequence) |
---|
| 43 | -o filename : Output filename |
---|
| 44 | Use # to specify position of numeric enumerator |
---|
| 45 | Use % to specify source filename |
---|
| 46 | Use $ to specify full source pathname |
---|
| 47 | Use $$ to specify source folder name |
---|
| 48 | -out format : Output format name |
---|
| 49 | -D : Delete original picture |
---|
| 50 | -c value : Compression number (default : 0) |
---|
| 51 | PDF : 1 (Fax), 2 (Rle), 3 (LZW), 4(ZIP), 5 (JPEG) |
---|
| 52 | TIFF : 1 (Rle), 2 (LZW), 3 (LZW+Prediction) |
---|
| 53 | 4 (ZLIB) |
---|
| 54 | 5 (CCITT G3), 6 (CCITT G3-2D), 7 (CCITT G4) only B/W |
---|
| 55 | 8 (JPEG) only 24/32 bits |
---|
| 56 | TARGA, Softimage, SGI, PCX, IFF, BMP : 1 (Rle) |
---|
| 57 | -q value : JPEG/PNG/FPX/WIC/PDF quality (default : 100) |
---|
| 58 | -clevel value : PNG Compression level (default : 6) |
---|
| 59 | -i : Interlaced GIF / Progressive JPEG |
---|
| 60 | -icc : Use ICC Profile |
---|
| 61 | -keep_icc : Keep ICC Profile from original file |
---|
| 62 | -icc_in filename : Input color profile |
---|
| 63 | -icc_out filename : Output color profile |
---|
| 64 | -icc_intent value : Intent value |
---|
| 65 | -icc_bcp : Black point compensation |
---|
| 66 | -icc_ie : Ignore embedded ICC profile |
---|
| 67 | -add_alpha value : Add alpha channel (24bits) |
---|
| 68 | -merge_alpha : Merge alpha by using 'transparent color' (32bits) |
---|
| 69 | -transparent value: Transparency index (GIF/PNG) |
---|
| 70 | -transpcolor red green blue: Transparency color (GIF/PNG) |
---|
| 71 | -opthuff : Optimize Huffman Table (JPEG) |
---|
| 72 | -dct value : DCT method |
---|
| 73 | 0 : Slow |
---|
| 74 | 1 : Fast |
---|
| 75 | 2 : Float |
---|
| 76 | -smoothingf value : Smoothing factor (0-10) |
---|
| 77 | -subsampling value : Subsampling factor |
---|
| 78 | 0 : 2x2,1x1,1x1 |
---|
| 79 | 1 : 2x1,1x1,1x1 |
---|
| 80 | 2 : 1x1,1x1,1x1 |
---|
| 81 | -comp_ratio value: Compress ratio (JPEG2K) |
---|
| 82 | -max_filesize value: Maximum filesize (JPEG2K) |
---|
| 83 | -bgcolor red green blue: Background color (for rotate/canvas) |
---|
| 84 | -dpi res_dpi : Set the resolution in DPI |
---|
| 85 | -keepdocsize : Resize bitmap function of the old and new DPI value |
---|
| 86 | -keepfiledate : Keep original file data/time |
---|
| 87 | -keepcspace : Keep original color space if possible |
---|
| 88 | -cmyk_space : Convert if possible in CMYK space |
---|
| 89 | -jpegtrans op : JPEG lossless transformations |
---|
| 90 | rot90 : Rotate 90 degrees |
---|
| 91 | rot180 : Rotate 180 degrees |
---|
| 92 | rot270 : Rotate 270 degrees |
---|
| 93 | exif : Use orientation EXIF tag |
---|
| 94 | vflip : Flip vertical |
---|
| 95 | hflip : Flip horizontal |
---|
| 96 | -jpegcrop x y w h : JPEG lossless crop |
---|
| 97 | -clean value : JPEG Clean Metadata (EXIF/IPTC/...) |
---|
| 98 | 1 : Comment |
---|
| 99 | 2 : EXIF |
---|
| 100 | 4 : XMP |
---|
| 101 | 8 : EXIF thumbnail |
---|
| 102 | 16 : IPTC |
---|
| 103 | 32 : ICC Profile |
---|
| 104 | 64 : Other markers |
---|
| 105 | -rmeta : Remove Metadata (EXIF/IPTC/...) |
---|
| 106 | -rexifthumb : Remove EXIF thumbnail |
---|
| 107 | -buildexifthumb : Try to rebuild EXIF thumbnail |
---|
| 108 | -thumb width height : Extract thumbnail |
---|
| 109 | -use_cie : Use CIE Colors (PS/EPS/PDF ghostscript) |
---|
| 110 | -wflag flag : Write flag |
---|
| 111 | os2 : Write OS/2 bmp |
---|
| 112 | gif87 : Write GIF87a |
---|
| 113 | hp49 : Write HP49 |
---|
| 114 | -high_res : Load high resolution (Camera RAW) |
---|
| 115 | -ascii : Ascii (PPM) |
---|
| 116 | -one_strip : One strip (TIFF) |
---|
| 117 | -gam value : Gamma (EXR, HDRI), default=1.0 |
---|
| 118 | -raw_autobalance : Auto balance (Camera RAW) |
---|
| 119 | -raw_camerabalance : Camera balance (Camera RAW) |
---|
| 120 | -raw_autobright : Auto brightness (Camera RAW) |
---|
| 121 | -raw_gamma value : Gamma (Camera RAW), default=0.6 |
---|
| 122 | -raw_brightness value : Brighness (Camera RAW), default=0.8 |
---|
| 123 | -raw_redscale value : Red scaling (Camera RAW) |
---|
| 124 | -raw_bluescale value : Blue scaling (Camera RAW) |
---|
| 125 | -ilut file : Input LUT file (DPX/Cineon) |
---|
| 126 | -olut file : Output LUT file (DPX/Cineon) |
---|
| 127 | -wmfile file : Watermark file |
---|
| 128 | -wmpos x y : Watermark position |
---|
| 129 | -wmflag flag : Watermark position |
---|
| 130 | top-left, top-center, top-right |
---|
| 131 | center-left, center, center-right |
---|
| 132 | bottom-left, bottom-center, bottom-right |
---|
| 133 | -wmopacity value : Watermark opacity (0-100) |
---|
| 134 | |
---|
| 135 | Process : |
---|
| 136 | -32bits : Convert in 32bits |
---|
| 137 | -average size : Average (3,5,7,9,11,13) |
---|
| 138 | -autocrop tol r g b : Auto Crop |
---|
| 139 | -autocontrast : Auto Contrast |
---|
| 140 | -autolevels : Auto Levels |
---|
| 141 | -balance r g b : Color balance |
---|
| 142 | -binary dither : Convert in Binary |
---|
| 143 | pattern : Ordered pattern |
---|
| 144 | floyd : Floyd steinberg |
---|
| 145 | halft45 : Halftone 45 |
---|
| 146 | halft90 : Halftone 90 |
---|
| 147 | nodither : No dithering |
---|
| 148 | -blur percent : Blur (1...100) |
---|
| 149 | -brightness value : Modify brightness (-100...100) |
---|
| 150 | -canvas w h pos : Resize canvas |
---|
| 151 | w h can be percent (ex: -resize 100% 200%) |
---|
| 152 | or #x #y for offset |
---|
| 153 | pos top-left, top-center, top-right |
---|
| 154 | center-left, center, center-right |
---|
| 155 | bottom-left, bottom-center, bottom-right |
---|
| 156 | -conbright value : Modify brightness (-100...100) |
---|
| 157 | -colours num |
---|
| 158 | -colors num : Convert in Indexed Colors (256, 216, 128, 64, 32, 16 or 8) |
---|
| 159 | -contrast value : Modify contrast (-100...100) |
---|
| 160 | -crop x y w h : Crop |
---|
| 161 | -dither : Use Bayer dithering for conversion (Colors and Grey only) |
---|
| 162 | -deinter k n : De-interlace |
---|
| 163 | k : even or odd |
---|
| 164 | n : dup or int |
---|
| 165 | -edetail : Enhance detail |
---|
| 166 | -eedge percent : Enhance edges (1...100) |
---|
| 167 | -edgedetect type : Edge detect |
---|
| 168 | light/medium/heavy |
---|
| 169 | -efocus : Enhance focus |
---|
| 170 | -emboss : Emboss |
---|
| 171 | -embossmore : Emboss more |
---|
| 172 | -equalize : Equalize |
---|
| 173 | -floyd : Use floydSteinberg dithering for conversion (Colors and Grey only) |
---|
| 174 | -frestore : Focus restoration |
---|
| 175 | -gamma value : Modify gamma (0.01<->5.0 |
---|
| 176 | -gammasat value : Modify gamma (0.01<->5.0 |
---|
| 177 | -gauss size : Blur gaussian (3,5,7,9,11,13) |
---|
| 178 | -grey num : Convert in Grey Scale (256, 128, 64, 32, 16, 8 or 4) |
---|
| 179 | -hls h l s : Adjust Hue Lightness Saturation |
---|
| 180 | -lens percent : Lens (1...100) |
---|
| 181 | -levels b w : Levels |
---|
| 182 | -log : Apply logarithmic correction |
---|
| 183 | -maximum size : Maximum filter (3,5,7,9,11,13) |
---|
| 184 | -medianb size : Median Box filter (3,5,7,9,11,13) |
---|
| 185 | -medianc size : Median Cross filter (3,5,7,9,11,13) |
---|
| 186 | -minimum size : Minimum filter (3,5,7,9,11,13) |
---|
| 187 | -mosaic size : Mosaic (1...64) |
---|
| 188 | -negate : Negate |
---|
| 189 | -new bpp w h : Create new bitmap |
---|
| 190 | -noise reduce : Reduce noise |
---|
| 191 | -noise type value |
---|
| 192 | uniform : Add uniform noise |
---|
| 193 | gaussian : Add gaussian noise |
---|
| 194 | laplacian : Add laplacian noise |
---|
| 195 | poisson : Add poisson noise |
---|
| 196 | -normalize : Normalize |
---|
| 197 | -oil size : Oilify (1...16) |
---|
| 198 | -posterize count : Posterize (2...256) |
---|
| 199 | -ratio : Keep the ratio for scaling |
---|
| 200 | -rtype : Type of resampling |
---|
| 201 | quick : Quick resize |
---|
| 202 | linear : Bi-linear (linear) |
---|
| 203 | hermite : Hermite |
---|
| 204 | gaussian : Gaussian |
---|
| 205 | bell : Bell |
---|
| 206 | bspline : Bspline |
---|
| 207 | mitchell : Mitchell |
---|
| 208 | lanczos : Lanczos 3 |
---|
| 209 | -rflag : Flag for resizing |
---|
| 210 | incr : Increase only |
---|
| 211 | decr : Decrease only |
---|
| 212 | orient : Follow orientation |
---|
| 213 | -resize w h : Scale width-height |
---|
| 214 | w h can be percent (ex: -resize 100% 200%) |
---|
| 215 | -rotate_flag : Rotate flags |
---|
| 216 | smooth : Use smooth rotate |
---|
| 217 | -rotate degrees : Rotate |
---|
| 218 | -sepia percent : Sepia |
---|
| 219 | -sharpen percent : Sharpen (1...100) |
---|
| 220 | -shear : Shear |
---|
| 221 | -slice : Slice |
---|
| 222 | -soften percent : Soften (1...100) |
---|
| 223 | -solarize value : Solarize (1...255) |
---|
| 224 | -spread amount : Spread (1...32) |
---|
| 225 | -swap type : Swap component |
---|
| 226 | rbg : RGB->RBG |
---|
| 227 | bgr : RGB->BGR |
---|
| 228 | brg : RGB->BRG |
---|
| 229 | grb : RGB->GRB |
---|
| 230 | gbr : RGB->GBR |
---|
| 231 | -swirl degrees : Swirl (1...360) |
---|
| 232 | -text string : Add a text |
---|
| 233 | -text_font name size : Font name and size |
---|
| 234 | -text_color r g b : Text color |
---|
| 235 | -text_back r g b : Text background color |
---|
| 236 | -text_flag pos : Position of text |
---|
| 237 | top-left, top-center, top-right |
---|
| 238 | center-left, center, center-right |
---|
| 239 | bottom-left, bottom-center, bottom-right |
---|
| 240 | -text_pos x y : Position or offset |
---|
| 241 | -text_rotation degrees : Rotation |
---|
| 242 | -tile size : Tile (1...64) |
---|
| 243 | -truecolors |
---|
| 244 | -truecolours : Convert in True Colors |
---|
| 245 | -xflip : Flip horizontal |
---|
| 246 | -yflip : Flip vertical |
---|
| 247 | -waves wavelength phase amount : Waves |
---|
| 248 | wavelength : (1.0 50.0) |
---|
| 249 | phase : (0.0 360.0) |
---|
| 250 | amount : (0.0 100.0) |
---|
| 251 | |
---|
| 252 | Available format: |
---|
| 253 | Name Write Description |
---|
| 254 | -1 : Automatic (Only for input) |
---|
| 255 | [* ] : JFIF based file |
---|
| 256 | [2bp ] : Pocket PC Bitmap |
---|
| 257 | [2d ] : Amapi |
---|
| 258 | [3fr ] : Hasselblad RAW |
---|
| 259 | [411 ] : Mavica |
---|
| 260 | [a64 ] : Artist 64 |
---|
| 261 | [abmp ] : Alpha Microsystems BMP |
---|
| 262 | [abr ] : PS Brush |
---|
| 263 | [abs ] : Optocat |
---|
| 264 | [acc ] : Access |
---|
| 265 | [ace ] : ACE texture |
---|
| 266 | [aces ] : Aces200 |
---|
| 267 | [acorn ] : Acorn Sprite |
---|
| 268 | [adex ] : ADEX |
---|
| 269 | [adt ] : AdTech perfectfax |
---|
| 270 | [afx ] : Auto F/X |
---|
| 271 | [ai ] : Adobe Illustrator |
---|
| 272 | [aim ] : AIM Grey Scale |
---|
| 273 | [aip ] : Starlight Xpress SX 500x291 RAW |
---|
| 274 | [aipd ] : AIPD image |
---|
| 275 | [alias ] * : Alias Image File |
---|
| 276 | [ami ] : Amica Paint |
---|
| 277 | [ani ] : Windows Animated Cursor |
---|
| 278 | [anv ] : AirNav |
---|
| 279 | [aphp ] : Adobe PhotoParade (images) |
---|
| 280 | [apx ] : Ability Photopaint Image |
---|
| 281 | [arcib ] * : ArcInfo Binary |
---|
| 282 | [arf ] : ARF |
---|
| 283 | [arn ] : Astronomical Research Network |
---|
| 284 | [art ] : Artisan |
---|
| 285 | [artdir ] : Art Director |
---|
| 286 | [atk ] : Andrew Toolkit raster object |
---|
| 287 | [att ] : AT&T Group 4 |
---|
| 288 | [aurora ] : Aurora |
---|
| 289 | [avs ] : Stardent AVS X |
---|
| 290 | [avw ] : Analyze |
---|
| 291 | [az7 ] : Analyze-7 |
---|
| 292 | [b16 ] : PCO |
---|
| 293 | [b3d ] : B3D (images) |
---|
| 294 | [bdr ] : Brender |
---|
| 295 | [bfli ] : BFLI |
---|
| 296 | [bfx ] : Bfx Bitware |
---|
| 297 | [bga ] : Os/2 Warp |
---|
| 298 | [bias ] : BIAS FringeProcessor |
---|
| 299 | [bif ] : byLight |
---|
| 300 | [biorad ] * : Bio-Rad confocal |
---|
| 301 | [bld ] : MegaPaint |
---|
| 302 | [blp ] : BLP textures |
---|
| 303 | [bmc ] : Embroidery |
---|
| 304 | [bmg ] : Bert's Coloring |
---|
| 305 | [bmp ] * : Windows Bitmap |
---|
| 306 | [bms ] : Playback Bitmap Sequence |
---|
| 307 | [bmx ] : Siemens Mobile |
---|
| 308 | [bob ] : Bob Raytracer |
---|
| 309 | [bpr ] : AAA logo |
---|
| 310 | [brk ] : Brooktrout 301 |
---|
| 311 | [bsg ] : Fontasy Grafik |
---|
| 312 | [btn ] : JustButtons animated bitmap |
---|
| 313 | [bum ] : Poser Bump |
---|
| 314 | [byusir ] : BYU SIR |
---|
| 315 | [c4 ] : Edmics |
---|
| 316 | [cadc ] : Autocad CAD-Camera |
---|
| 317 | [cals ] : CALS Raster |
---|
| 318 | [cam ] : Casio QV-10/100 Camera |
---|
| 319 | [can ] : Canon Navigator Fax |
---|
| 320 | [car ] : NeoBook Cartoon |
---|
| 321 | [cart ] : Crayola |
---|
| 322 | [cat ] : Photomatrix |
---|
| 323 | [cbmf ] : Corel Flow (preview) |
---|
| 324 | [cdr ] : Corel Draw Bitmap (preview) |
---|
| 325 | [cdu ] : CDU Paint |
---|
| 326 | [ce ] : Computer Eyes, Digital Vision |
---|
| 327 | [ce1 ] : ComputerEyes Raw |
---|
| 328 | [cel ] : Kiss Cel |
---|
| 329 | [cft ] : Optigraphics |
---|
| 330 | [cgm ] : CGM |
---|
| 331 | [che ] : Cheese |
---|
| 332 | [cin ] * : Kodak Cineon |
---|
| 333 | [cip ] : Cisco IP Phone |
---|
| 334 | [ciph ] : InterPaint (Hires) |
---|
| 335 | [cipt ] : InterPaint (Multicolor) |
---|
| 336 | [cish ] : Image System (Hires) |
---|
| 337 | [cism ] : Image System (Multicolor) |
---|
| 338 | [cloe ] : Cloe Ray-Tracer |
---|
| 339 | [clp ] : Windows Clipboard |
---|
| 340 | [cmt ] : Chinon ES-1000 digital camera |
---|
| 341 | [cmu ] : CMU Window Manager |
---|
| 342 | [cmx ] : Corel Metafile Exchange (preview) |
---|
| 343 | [cncd ] : CoverDesigner (images) |
---|
| 344 | [cnct ] : CoverDesigner Template (images) |
---|
| 345 | [cp8 ] : CP8 256 Gray Scale |
---|
| 346 | [cpa ] : Prism |
---|
| 347 | [cpat ] : Corel Draw Pattern (preview) |
---|
| 348 | [cpc ] : Amstrad Cpc Screen |
---|
| 349 | [cpt ] : Corel PhotoPaint 6.0 |
---|
| 350 | [cr2 ] : Canon EOS-1D Mark II RAW |
---|
| 351 | [craw ] : Camera RAW |
---|
| 352 | [crd ] : PowerCard maker |
---|
| 353 | [crg ] : Calamus |
---|
| 354 | [crw ] : Canon PowerShot |
---|
| 355 | [csv ] * : CSV |
---|
| 356 | [ct ] : Iris CT |
---|
| 357 | [cur ] : Windows Cursor |
---|
| 358 | [cut ] : Dr Halo |
---|
| 359 | [cvp ] : Portrait |
---|
| 360 | [cwg ] : CreateWithGarfield |
---|
| 361 | [d3d ] : TopDesign Thumbnail |
---|
| 362 | [dali ] : Dali Raw |
---|
| 363 | [dbw ] : DBW Render |
---|
| 364 | [dcmp ] : Discorp CMP Image |
---|
| 365 | [dcpy ] : Datacopy |
---|
| 366 | [dcr ] : Kodak Pro Digital RAW |
---|
| 367 | [dcx ] * : Zsoft Multi-page Paintbrush |
---|
| 368 | [dd ] : Doodle C64 |
---|
| 369 | [dds ] * : Direct Draw Surface |
---|
| 370 | [degas ] * : Degas & Degas Elite |
---|
| 371 | [dib ] : Windows DIB |
---|
| 372 | [dicom ] : Dicom |
---|
| 373 | [dkb ] * : DKB Ray-Tracer |
---|
| 374 | [dng ] : DNG |
---|
| 375 | [dol ] : DolphinEd |
---|
| 376 | [doodle ] : Doodle Atari |
---|
| 377 | [dpx ] * : DPX |
---|
| 378 | [drz ] : Draz Paint |
---|
| 379 | [dsi ] : CImage |
---|
| 380 | [dta ] : Zeiss BIVAS |
---|
| 381 | [dwg ] : AutoCAD DWG |
---|
| 382 | [ecc ] : Ecchi |
---|
| 383 | [efx ] : Everex Everfax |
---|
| 384 | [eidi ] : Electric Image |
---|
| 385 | [eif ] : Eroiica |
---|
| 386 | [emf ] * : Windows Enhanced Metafile |
---|
| 387 | [emz ] : Windows Comp. Enhanced Metafile |
---|
| 388 | [epa ] : Award Bios Logo |
---|
| 389 | [epi ] : EPS Interchange Format |
---|
| 390 | [eps ] : Encapsulated Postscript |
---|
| 391 | [epsp ] : Encapsulated Postscript(Preview) |
---|
| 392 | [erf ] : Epson RAW |
---|
| 393 | [esm ] : Enhance Simplex |
---|
| 394 | [esmp ] : ESM Software Pix |
---|
| 395 | [eyes ] : Microtek Eyestar |
---|
| 396 | [f96 ] : Fremont Fax96 |
---|
| 397 | [face ] : Usenix FaceServer |
---|
| 398 | [fax ] : Fax Group 3 |
---|
| 399 | [fbm ] : Fuzzy bitmap |
---|
| 400 | [fcx ] : Faxable PCX |
---|
| 401 | [fff ] : Maggi Hairstyles & Cosmetics |
---|
| 402 | [fff ] : Imacon/Hasselblad RAW |
---|
| 403 | [ffpg ] : Fenix Multi Map |
---|
| 404 | [fgs ] : Fun Graphics Machine Hires |
---|
| 405 | [fi ] : Flash Image |
---|
| 406 | [fit ] : FIT |
---|
| 407 | [fits ] * : Flexible Image Transport System |
---|
| 408 | [fli ] : Autodesk Animator |
---|
| 409 | [fmag ] : FileMagic |
---|
| 410 | [fmap ] : Fenix Map |
---|
| 411 | [fmf ] : Fax man |
---|
| 412 | [fp2 ] : Fun Painter II |
---|
| 413 | [fpg ] : DIV Game Studio Multi Map |
---|
| 414 | [fpr ] : Fun Photor |
---|
| 415 | [fpt ] : Face Painter |
---|
| 416 | [fre ] : Male Normal CT |
---|
| 417 | [frm ] : PhotoFrame |
---|
| 418 | [frm2 ] : Album bébé |
---|
| 419 | [fsh ] : EA Sports FSH |
---|
| 420 | [fsy ] : PhotoFantasy Image |
---|
| 421 | [ftf ] : Faxable TIFF |
---|
| 422 | [fx3 ] : Fugawi Map |
---|
| 423 | [fxs ] : WinFAX |
---|
| 424 | [g16 ] : GRS16 |
---|
| 425 | [g3n ] : Imaging Fax |
---|
| 426 | [gaf ] : Total Annihilation |
---|
| 427 | [gbr ] : Gimp Brush |
---|
| 428 | [gcd ] : Gigacad (Hires) |
---|
| 429 | [gem ] : Digital Research (GEM Paint) |
---|
| 430 | [geo ] : GeoPaint |
---|
| 431 | [gfaray ] : Gfa Raytrace |
---|
| 432 | [gg ] : Koala Paint (Compressed) |
---|
| 433 | [gicon ] : Gimp Icon |
---|
| 434 | [gif ] * : CompuServe GIF |
---|
| 435 | [gig ] : GigaPaint Multi |
---|
| 436 | [gih ] : GigaPaint Hi-res |
---|
| 437 | [gm ] : Autologic |
---|
| 438 | [gmf ] : Gamma Fax |
---|
| 439 | [god ] : GoDot |
---|
| 440 | [gpat ] * : Gimp Pattern |
---|
| 441 | [gpb ] : Sharp GPB |
---|
| 442 | [grob ] * : HP-48/49 GROB |
---|
| 443 | [gun ] : GunPaint |
---|
| 444 | [hdri ] : HDRI |
---|
| 445 | [hdru ] : Apollo HDRU |
---|
| 446 | [hed ] : Hi-Eddi |
---|
| 447 | [hf ] : HF |
---|
| 448 | [hir ] : Hires C64 |
---|
| 449 | [hpgl ] : HPGL-2 |
---|
| 450 | [hpi ] : Hemera Photo Image |
---|
| 451 | [hr ] : TRS 80 |
---|
| 452 | [hru ] * : HRU |
---|
| 453 | [hrz ] : Slow Scan Television |
---|
| 454 | [hsi ] : HSI Raw |
---|
| 455 | [hta ] : Hemera Thumbs |
---|
| 456 | [icb ] : Image Capture Board |
---|
| 457 | [icd ] : Core IDC |
---|
| 458 | [icl ] : Icon Library |
---|
| 459 | [icn ] : AT&T multigen |
---|
| 460 | [icns ] : Mac icon |
---|
| 461 | [ico ] * : Windows Icon |
---|
| 462 | [icon ] : Sun Icon/Cursor |
---|
| 463 | [iff ] * : Amiga IFF |
---|
| 464 | [iim ] : Inshape |
---|
| 465 | [iimg ] : Interleaf |
---|
| 466 | [ilab ] : ImageLab |
---|
| 467 | [im5 ] : IM5 (Visilog) |
---|
| 468 | [img ] : Img Software Set |
---|
| 469 | [imgt ] : Imaging Technology |
---|
| 470 | [imi ] : TMSat image |
---|
| 471 | [imt ] : IMNET Image |
---|
| 472 | [info ] : Amiga icon |
---|
| 473 | [ingr ] : Intergraph Format |
---|
| 474 | [ioca ] : IOCA |
---|
| 475 | [ipg ] : Mindjongg Format |
---|
| 476 | [ipl ] : IPLab |
---|
| 477 | [ipl2 ] : IPLab |
---|
| 478 | [ipseq ] : ImagePro Sequence |
---|
| 479 | [iris ] : Iris Graphics |
---|
| 480 | [ish ] : Image Speeder |
---|
| 481 | [iss ] : ISS |
---|
| 482 | [j6i ] : Ricoh Digital Camera |
---|
| 483 | [jbf ] : PaintShopPro Browser Cache File |
---|
| 484 | [jbr ] : PaintShopPro Brush |
---|
| 485 | [jif ] * : Jeff's Image Format |
---|
| 486 | [jig ] : Jigsaw |
---|
| 487 | [jig2 ] : Weekly Puzzle |
---|
| 488 | [jj ] : Doodle C64 (Compressed) |
---|
| 489 | [jpeg ] * : JPEG / JFIF |
---|
| 490 | [jps ] : Stereo Image |
---|
| 491 | [jtf ] : Hayes JTFax |
---|
| 492 | [jxr ] : JPEG XR |
---|
| 493 | [k25 ] : Kodak DC25 Camera |
---|
| 494 | [kdc ] : Kodak DC120 Digital Camera |
---|
| 495 | [kdc2 ] : Kodak DC120 Digital Camera |
---|
| 496 | [kfx ] : Kofax Group 4 |
---|
| 497 | [kntr ] : KONTRON |
---|
| 498 | [koa ] : Koala Paint |
---|
| 499 | [kps ] : IBM Kips |
---|
| 500 | [kqp ] : Konica Camera File |
---|
| 501 | [kro ] * : Kolor Raw Format |
---|
| 502 | [kskn ] : KinuPix Skin |
---|
| 503 | [lbm ] : Deluxe Paint, Electronic Arts |
---|
| 504 | [lcel ] : Lumena CEL |
---|
| 505 | [lda ] : LaserData |
---|
| 506 | [lff ] : LucasFilm Format |
---|
| 507 | [lif ] : Homeworld Texture |
---|
| 508 | [lsm ] : Zeiss LSM |
---|
| 509 | [lss ] : LSS16 |
---|
| 510 | [lvp ] : LView Pro |
---|
| 511 | [lwi ] : Light Work Image |
---|
| 512 | [m8 ] : Heretic II MipMap |
---|
| 513 | [mac ] : Mac Paint |
---|
| 514 | [mag ] : MAKIchan Graphics |
---|
| 515 | [map ] : DIV Game Studio Map |
---|
| 516 | [mbig ] : Cartes Michelin |
---|
| 517 | [mdl ] : Half-Life Model |
---|
| 518 | [mef ] : Mamiya RAW |
---|
| 519 | [mfrm ] : Megalux Frame |
---|
| 520 | [mgr ] : MGR bitmap |
---|
| 521 | [mh ] : Teli Fax |
---|
| 522 | [miff ] * : Image Magick file |
---|
| 523 | [mil ] : Micro Illustrator Uncompressed |
---|
| 524 | [mjpg ] : JPEG 8BIM header (Mac) |
---|
| 525 | [mkcf ] : MonkeyCard |
---|
| 526 | [mklg ] : MonkeyLogo |
---|
| 527 | [mng ] : Multiple Network Graphics |
---|
| 528 | [mon ] : Mono Magic |
---|
| 529 | [mos ] : Leaf RAW |
---|
| 530 | [mph ] : MonkeyPhoto |
---|
| 531 | [mpo ] : Multiple Picture |
---|
| 532 | [mrc ] : MRC (Medical Research Council) |
---|
| 533 | [mrf ] : Marks Russel File |
---|
| 534 | [mrw ] : Minolta DiMAGE RAW |
---|
| 535 | [msp ] : Microsoft Paint |
---|
| 536 | [msx2 ] : Msx 2 Screen |
---|
| 537 | [mtv ] * : MTV Ray-Tracer |
---|
| 538 | [mtx ] : Maw-Ware Textures |
---|
| 539 | [ncr ] : NCR Image |
---|
| 540 | [ncy ] : FlashCam Frame |
---|
| 541 | [ncy ] : FlashCam frame |
---|
| 542 | [nef ] : Nikon RAW |
---|
| 543 | [neo ] : Neochrome (ST & TT) |
---|
| 544 | [ngg ] * : Nokia Group Graphics |
---|
| 545 | [nifti ] : Nifti |
---|
| 546 | [nist ] : NIST ihdr |
---|
| 547 | [nitf ] : National Imagery Transmission F. |
---|
| 548 | [nlm ] * : Nokia Logo File |
---|
| 549 | [nol ] * : Nokia Operator Logo |
---|
| 550 | [npm ] : Neopaint Mask |
---|
| 551 | [nrw ] : Nikon RAW |
---|
| 552 | [nsr ] : NewsRoom |
---|
| 553 | [oaz ] : OAZ Fax |
---|
| 554 | [ocp ] : Advanced Art Studio |
---|
| 555 | [of ] : HP-49 OpenFire |
---|
| 556 | [ofx ] : Olicom Fax |
---|
| 557 | [ohir ] : Oric Hires |
---|
| 558 | [oil ] : Open Image Library Format |
---|
| 559 | [ols ] : Olympus Scan |
---|
| 560 | [orf ] : Olympus RAW |
---|
| 561 | [os2 ] : OS/2 Bitmap |
---|
| 562 | [otap ] : Oric TAP |
---|
| 563 | [otb ] * : Nokia OTA bitmap |
---|
| 564 | [p64 ] : Picasso 64 |
---|
| 565 | [p7 ] : XV Visual Schnauzer |
---|
| 566 | [pabx ] * : PABX background |
---|
| 567 | [palm ] * : Palm Pilot |
---|
| 568 | [pan ] : SmoothMove Pan Viewer |
---|
| 569 | [pbm ] * : Portable Bitmap |
---|
| 570 | [pbt ] : Micro Dynamics MARS |
---|
| 571 | [pcd ] : Kodak Photo CD |
---|
| 572 | [pcl ] * : Page Control Language |
---|
| 573 | [pcp ] : Atari grafik |
---|
| 574 | [pcx ] * : Zsoft Publisher's Paintbrush |
---|
| 575 | [pd ] : Male MRI |
---|
| 576 | [pdd ] : Photo Deluxe |
---|
| 577 | [pdf ] * : Portable Document Format |
---|
| 578 | [pds ] : Planetary Data System |
---|
| 579 | [pdx ] : Mayura Draw |
---|
| 580 | [pef ] : Pentax *ist D |
---|
| 581 | [pegs ] : Pegs |
---|
| 582 | [pfi ] : Photo Filtre Studio |
---|
| 583 | [pfm ] : PFM graphic |
---|
| 584 | [pfs ] : Pfs Art Publisher |
---|
| 585 | [pgc ] : Portfolio Graphics Compressed |
---|
| 586 | [pgf ] : Portfolio Graphics |
---|
| 587 | [pgm ] * : Portable Greyscale |
---|
| 588 | [pi ] : Blazing Paddles |
---|
| 589 | [pic ] : PC Paint / Pictor Page |
---|
| 590 | [pict ] : Macintosh Quickdraw/Pict |
---|
| 591 | [pig ] : Ricoh IS30 |
---|
| 592 | [pixi ] : Pixibox |
---|
| 593 | [pixp ] : Pixel Power Collage |
---|
| 594 | [pld ] : PhotoLine (preview) |
---|
| 595 | [pm ] : PM |
---|
| 596 | [pm ] : Print Master |
---|
| 597 | [pmg ] : Paint Magic |
---|
| 598 | [pmp ] : Sony DSC-F1 Cyber-shot |
---|
| 599 | [pmsk ] : PaintShopPro Mask |
---|
| 600 | [png ] * : Portable Network Graphics |
---|
| 601 | [pnm ] * : Portable Image |
---|
| 602 | [pp4 ] : Micrografx Picture Publisher 4.0 |
---|
| 603 | [pp5 ] : Micrografx Picture Publisher 5.0 |
---|
| 604 | [ppm ] * : Portable Pixmap |
---|
| 605 | [ppp ] : Punk Productions Picture |
---|
| 606 | [pps ] : PowerPoint (images) |
---|
| 607 | [ppt ] : PowerPoint Presentation (images) |
---|
| 608 | [prc ] * : Picture Gear Pocket |
---|
| 609 | [prf ] : Polychrome Recursive Format |
---|
| 610 | [prisms ] : Prisms |
---|
| 611 | [prx ] : Printfox/Pagefox |
---|
| 612 | [ps ] * : Postscript |
---|
| 613 | [psa ] : Print Shop |
---|
| 614 | [psd ] * : Adobe Photoshop |
---|
| 615 | [pseg ] : IBM Printer Page Segment |
---|
| 616 | [psf ] : PhotoStudio File |
---|
| 617 | [psion3 ] * : Psion Series 3 Bitmap |
---|
| 618 | [psion5 ] * : Psion Series 5 Bitmap |
---|
| 619 | [psp ] : PaintShopPro Image |
---|
| 620 | [pspb ] : PaintShopPro Brush |
---|
| 621 | [pspf ] : PaintShopPro Frame |
---|
| 622 | [pspm ] : PaintShopPro Mask |
---|
| 623 | [pspp ] : PaintShopPro Pattern |
---|
| 624 | [pspt ] : PaintShopPro Texture |
---|
| 625 | [ptg ] : Artrage |
---|
| 626 | [pwp ] : Seattle Film Works multi-image |
---|
| 627 | [pxa ] : Pixia |
---|
| 628 | [pxr ] : Pixar picture file |
---|
| 629 | [pzl ] : Puzzle |
---|
| 630 | [pzp ] : MGI Photosuite Project (images) |
---|
| 631 | [q0 ] : Q0 |
---|
| 632 | [qcad ] : Autodesk QuickCAD thumbnail |
---|
| 633 | [qdv ] : Qdv (Random Dot Software) |
---|
| 634 | [qrt ] * : Qrt Ray-Tracer |
---|
| 635 | [qtif ] : QuickTime Image Format |
---|
| 636 | [rad ] * : Radiance |
---|
| 637 | [raf ] : Fuji S2 RAW |
---|
| 638 | [ras ] : Sun Rasterfile |
---|
| 639 | [raw ] : RAW DVR |
---|
| 640 | [raw ] * : Raw |
---|
| 641 | [raw1 ] : Sinar RAW |
---|
| 642 | [raw2 ] : AVT RAW |
---|
| 643 | [raw3 ] : Casio RAW |
---|
| 644 | [raw4 ] : Contax RAW |
---|
| 645 | [raw5 ] : Creative PC-CAM RAW |
---|
| 646 | [raw6 ] : Foculus RAW |
---|
| 647 | [raw7 ] : Leica RAW |
---|
| 648 | [raw8 ] : Micron RAW |
---|
| 649 | [raw9 ] : Panasonic RAW |
---|
| 650 | [rawa ] : RoverShot RAW |
---|
| 651 | [rawb ] : ST Micro RAW |
---|
| 652 | [rawe ] * : Raw |
---|
| 653 | [ray ] * : Rayshade |
---|
| 654 | [rdc ] : Rollei RAW |
---|
| 655 | [rfa ] : Mobile FAX |
---|
| 656 | [rfax ] : Ricoh Fax |
---|
| 657 | [ript ] : RIPTerm Image |
---|
| 658 | [rix ] : ColoRIX |
---|
| 659 | [rla ] * : Wavefront Raster file |
---|
| 660 | [rlc2 ] : Image Systems RLC2 Graphic |
---|
| 661 | [rle ] : Utah raster image |
---|
| 662 | [rp ] : Rainbow Painter |
---|
| 663 | [rpm ] : RunPaint (Multicolor) |
---|
| 664 | [rsb ] : Red Storm File Format |
---|
| 665 | [rw2 ] : Panasonic LX3 RAW |
---|
| 666 | [rwl ] : Leica RAW |
---|
| 667 | [sar ] : Saracen Paint |
---|
| 668 | [sci ] : SciFax |
---|
| 669 | [sct ] * : SciTex Continuous Tone |
---|
| 670 | [sdg ] : Star Office Gallery |
---|
| 671 | [sdt ] : SmartDraw 6 template |
---|
| 672 | [sfax ] : SmartFax |
---|
| 673 | [sfw ] : Seattle Film Works |
---|
| 674 | [sgi ] * : Silicon Graphics RGB |
---|
| 675 | [sif ] : SIF MICHEL-Soft |
---|
| 676 | [sir ] : Solitaire Image Recorder |
---|
| 677 | [sj1 ] : Sega SJ-1 DIGIO |
---|
| 678 | [skf ] : Autodesk SKETCH thumbnail |
---|
| 679 | [skn ] : Skantek |
---|
| 680 | [skp ] : Autodesk SketchUp component |
---|
| 681 | [smp ] : Xionics SMP |
---|
| 682 | [soft ] * : Softimage |
---|
| 683 | [spc ] : Spectrum 512 (Compressed) |
---|
| 684 | [spot ] : SPOT |
---|
| 685 | [sps ] : Spectrum 512 (Smooshed) |
---|
| 686 | [spu ] : Spectrum 512 |
---|
| 687 | [sr2 ] : Sony RAW |
---|
| 688 | [srf ] : Panasonic DMC-LC1 RAW |
---|
| 689 | [srf2 ] : Sony DSC-F828 RAW |
---|
| 690 | [ssi ] : SriSun |
---|
| 691 | [ssp ] : Axialis Screensaver (images) |
---|
| 692 | [sst ] : AVHRR Image |
---|
| 693 | [st4 ] : SBIG CCD camera ST-4 |
---|
| 694 | [stad ] : Stad |
---|
| 695 | [star ] : Starbase |
---|
| 696 | [stm ] : PhotoStudio Stamp |
---|
| 697 | [stw ] : Neopaint Stamp |
---|
| 698 | [stx ] : SBIG CCD camera ST-X |
---|
| 699 | [svg ] : SVG |
---|
| 700 | [syj ] : Syberia texture |
---|
| 701 | [synu ] : Synthetic Universe |
---|
| 702 | [taac ] : Sun TAAC file |
---|
| 703 | [tdi ] * : Explore (TDI) & Maya |
---|
| 704 | [tdim ] : Digital F/X |
---|
| 705 | [teal ] : TealPaint |
---|
| 706 | [tg4 ] : TG4 |
---|
| 707 | [tga ] * : Truevision Targa |
---|
| 708 | [thmb ] : IPod thumb |
---|
| 709 | [ti ] * : TI Bitmap |
---|
| 710 | [tiff ] * : TIFF Revision 6 |
---|
| 711 | [til ] : Buttonz & Tilez texture |
---|
| 712 | [tile ] : Eclipse |
---|
| 713 | [tim ] : Sony Playstation TIM |
---|
| 714 | [tim2 ] : Sony PS2 TIM |
---|
| 715 | [tiny ] : Tiny |
---|
| 716 | [tjp ] : TilePic |
---|
| 717 | [tnl ] : Thumbnail |
---|
| 718 | [trup ] : Egg Paint |
---|
| 719 | [tsk ] : Pocket PC Themes (images) |
---|
| 720 | [ttf ] : Optigraphics Tiled |
---|
| 721 | [tub ] : PaintShopPro Picture Tube |
---|
| 722 | [txc ] : PS2 TXC |
---|
| 723 | [uni ] : Brother Fax |
---|
| 724 | [upe4 ] : Ulead Texture (images) |
---|
| 725 | [upi ] : Ulead PhotoImpact |
---|
| 726 | [upst ] : Ulead Pattern |
---|
| 727 | [uyvy ] * : YUV 16Bits |
---|
| 728 | [uyvyi ] * : YUV 16Bits Interleaved |
---|
| 729 | [v ] : VIPS Image |
---|
| 730 | [vda ] : Video Display Adapter |
---|
| 731 | [vfx ] : Venta Fax |
---|
| 732 | [vi ] : Jovian VI |
---|
| 733 | [vicar ] : Vicar |
---|
| 734 | [vid ] : Vidcom 64 |
---|
| 735 | [vif ] : Verity |
---|
| 736 | [viff ] : Khoros Visualization Image file |
---|
| 737 | [vista ] * : Vista |
---|
| 738 | [vit ] : VITec |
---|
| 739 | [vivid ] * : Vivid Ray-Tracer |
---|
| 740 | [vob ] : Vue d'esprit |
---|
| 741 | [vort ] : Vort |
---|
| 742 | [vpb ] : Quantel VPB |
---|
| 743 | [wad ] : WAD (Half life) |
---|
| 744 | [wal ] : Quake Texture |
---|
| 745 | [wbc ] : WebShots (images) |
---|
| 746 | [wbmp ] * : Wireless Bitmap (level 0) |
---|
| 747 | [wfx ] : Worldport Fax |
---|
| 748 | [winm ] : WinMIPS |
---|
| 749 | [wmf ] : Windows & Aldus Metafile |
---|
| 750 | [wmz ] : Windows Compressed Metafile |
---|
| 751 | [wpg ] : Word Perfect Graphics (images) |
---|
| 752 | [wrl ] * : VRML2 |
---|
| 753 | [wzl ] : Winzle Puzzle |
---|
| 754 | [x3f ] : Sigma RAW |
---|
| 755 | [xar ] : Xara (images) |
---|
| 756 | [xbm ] * : X11 Bitmap |
---|
| 757 | [xcf ] : Gimp Bitmap |
---|
| 758 | [xif ] : Xerox DIFF |
---|
| 759 | [xim ] : Ximage |
---|
| 760 | [xp0 ] : SecretPhotos puzzle |
---|
| 761 | [xpm ] * : X11 Pixmap |
---|
| 762 | [xwd ] : X Windows System dump |
---|
| 763 | [xyz ] : Rm2K XYZ |
---|
| 764 | [yuv411 ] : YUV 4:1:1 |
---|
| 765 | [yuv422 ] : YUV 4:2:2 |
---|
| 766 | [yuv444 ] : YUV 4:4:4 |
---|
| 767 | [zbr ] : Zoner Zebra Metafile (preview) |
---|
| 768 | [zmf ] : Zoner Callisto Metafile (preview) |
---|
| 769 | [zxhob ] : ZX Spectrum Hobetta |
---|
| 770 | [zxscr ] : ZX Spectrum standard screen |
---|
| 771 | [zxsna ] : ZX Spectrum Snapshot |
---|
| 772 | [zzrough ] : ZZ Rough |
---|