You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
991 B

  1. # MuK Preview Image
  2. Extendes the Preview Dialog to support images. Currently the following image extensions are supported:
  3. * CIS-Cod-Dateien (*.cod, image/cis-cod)
  4. * CMU-Raster-Dateien (*.ras, image/cmu-raster)
  5. * FIF-Dateien (*.fif, image/fif)
  6. * GIF-Dateien (*.gif, image/gif)
  7. * IEF-Dateien (*.ief, image/ief)
  8. * JPEG-Dateien (*.jpeg *.jpg *.jpe, image/jpeg)
  9. * PNG-Dateien (*.png, image/png)
  10. * TIFF-Dateien (*.tiff *.tif, image/tiff)
  11. * Vasa-Dateien (*.mcf, image/vasa)
  12. * Bitmap-Dateien (WAP) (*.wbmp, image/vnd.wap.wbmp)
  13. * Freehand-Dateien (*.fh4 *.fh5 *.fhc, image/x-freehand)
  14. * Icon-Dateien (*.ico, image/x-icon)
  15. * PBM Anymap Dateien (*.pnm, image/x-portable-anymap)
  16. * PBM Bitmap Dateien (*.pbm, image/x-portable-bitmap)
  17. * PBM Graymap Dateien (*.pgm, image/x-portable-graymap)
  18. * PBM Pixmap Dateien (*.ppm, image/x-portable-pixmap)
  19. * RGB-Dateien (*.rgb, image/x-rgb)
  20. * X-Windows Dump (*.xwd, image/x-windowdump)
  21. * XBM-Dateien (*.xbm, image/x-xbitmap)
  22. * XPM-Dateien (*.xpm, image/x-xpixmap)