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.

97 lines
3.4 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. ==============
  2. MuK Thumbnails
  3. ==============
  4. Technical module to provide some utility features and libraries that can be used
  5. in other applications. This module has no direct effect on the running system.
  6. Requirements
  7. =============
  8. Unoconv
  9. -------------
  10. Universal Office Converter (unoconv) is a command line tool to convert any
  11. document format that LibreOffice can import to any document format that
  12. LibreOffice can export. It makes use of the LibreOffice's UNO bindings for
  13. non-interactive conversion of documents.
  14. To install unoconv please follow the instructions (`here <https://github.com/dagwieers/unoconv>`_).
  15. Make sure that unoconv can be executed from the console and the conversion
  16. is done correctly.
  17. To set an individual path for the LibreOffice installation, the config
  18. variable ``uno_path`` can be set accordingly in the Odoo config.
  19. Under Windows you should rename the ``unoconv`` file to ``unoconv.py`` and set
  20. the corresponding path for the ``uno_path`` variable. Since it does not work
  21. reliably with the environment variable ``UNO_PATH``.
  22. FFmpeg
  23. -------------
  24. FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.
  25. To install FFmpeg please follow the instructions (`here <https://www.ffmpeg.org/download.html>`_).
  26. Ghostscript
  27. -------------
  28. Ghostscript is a suite of software based on an interpreter for Adobe Systems PostScript and
  29. Portable Document Format (PDF) page description languages. Its main purposes are the
  30. rasterization or rendering of such page description language files, for the display or printing
  31. of document pages, and the conversion between PostScript and PDF files.
  32. To install Ghostscript please follow the instructions (`here <https://www.ghostscript.com/download.html>`_).
  33. ImageMagick
  34. -------------
  35. ImageMagick can be used to create, edit, compose, or convert bitmap images. It can read and write
  36. images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP,
  37. Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and
  38. transform images, adjust image colors, apply various special effects, or draw text, lines, polygons,
  39. ellipses and Bezier curves.
  40. To install ImageMagick please follow the instructions (`here <https://www.imagemagick.org/script/download.php>`_).
  41. Installation
  42. ============
  43. To install this module, you need to:
  44. Download the module and add it to your Odoo addons folder. Afterward, log on to
  45. your Odoo server and go to the Apps menu. Trigger the debug modus and update the
  46. list by clicking on the "Update Apps List" link. Now install the module by
  47. clicking on the install button.
  48. Configuration
  49. =============
  50. No additional configuration is needed to use this module.
  51. Usage
  52. =============
  53. This module has no direct visible effect on the system. It provide utility features.
  54. Credits
  55. =======
  56. Contributors
  57. ------------
  58. * Mathias Markl <mathias.markl@mukit.at>
  59. Author & Maintainer
  60. -------------------
  61. This module is maintained by the `MuK IT GmbH <https://www.mukit.at/>`_.
  62. MuK IT is an Austrian company specialized in customizing and extending Odoo.
  63. We develop custom solutions for your individual needs to help you focus on
  64. your strength and expertise to grow your business.
  65. If you want to get in touch please contact us via mail
  66. (sale@mukit.at) or visit our website (https://mukit.at).