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.

68 lines
2.1 KiB

6 years ago
  1. =================
  2. MuK Preview Image
  3. =================
  4. Extendes the Preview Dialog to support images. Currently the following image extensions
  5. are supported:
  6. * CIS-Cod-Dateien (\*.cod, image/cis-cod)
  7. * CMU-Raster-Dateien (\*.ras, image/cmu-raster)
  8. * FIF-Dateien (\*.fif, image/fif)
  9. * GIF-Dateien (\*.gif, image/gif)
  10. * IEF-Dateien (\*.ief, image/ief)
  11. * JPEG-Dateien (\*.jpeg \*.jpg \*.jpe, image/jpeg)
  12. * PNG-Dateien (\*.png, image/png)
  13. * TIFF-Dateien (\*.tiff \*.tif, image/tiff)
  14. * Vasa-Dateien (\*.mcf, image/vasa)
  15. * Bitmap-Dateien (WAP) (\*.wbmp, image/vnd.wap.wbmp)
  16. * Freehand-Dateien (\*.fh4 \*.fh5 \*.fhc, image/x-freehand)
  17. * Icon-Dateien (\*.ico, image/x-icon)
  18. * PBM Anymap Dateien (\*.pnm, image/x-portable-anymap)
  19. * PBM Bitmap Dateien (\*.pbm, image/x-portable-bitmap)
  20. * PBM Graymap Dateien (\*.pgm, image/x-portable-graymap)
  21. * PBM Pixmap Dateien (\*.ppm, image/x-portable-pixmap)
  22. * RGB-Dateien (\*.rgb, image/x-rgb)
  23. * X-Windows Dump (\*.xwd, image/x-windowdump)
  24. * XBM-Dateien (\*.xbm, image/x-xbitmap)
  25. * XPM-Dateien (\*.xpm, image/x-xpixmap)
  26. Installation
  27. ============
  28. To install this module, you need to:
  29. Download the module and add it to your Odoo addons folder. Afterward, log on to
  30. your Odoo server and go to the Apps menu. Trigger the debug modus and update the
  31. list by clicking on the "Update Apps List" link. Now install the module by
  32. clicking on the install button.
  33. Configuration
  34. =============
  35. No additional configuration is needed to use this module.
  36. Usage
  37. =============
  38. Go to a binary that contains an image and open the preview dialog to view
  39. the image.
  40. Credits
  41. =======
  42. Contributors
  43. ------------
  44. * Mathias Markl <mathias.markl@mukit.at>
  45. Author & Maintainer
  46. -------------------
  47. This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.
  48. MuK IT is an Austrian company specialized in customizing and extending Odoo.
  49. We develop custom solutions for your individual needs to help you focus on
  50. your strength and expertise to grow your business.
  51. If you want to get in touch please contact us via mail
  52. (sale@mukit.at) or visit our website (https://mukit.at).