neosrulez/neos-media-clithumbnailgenerator

There is no license information available for the latest version (0.1.0) of this package.

Command Line Interface based thumbnail generators for Neos Media

0.1.0 2021-12-10 07:09 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:02:52 UTC


README

A Neos package that provides thumbnail generation via the command line interface (cli).

Installation

The NeosRulez.Neos.Media.CliThumbnailGenerator package is listed on packagist (https://packagist.org/packages/neosrulez/neos-media-clithumbnailgenerator) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/neos-media-clithumbnailgenerator

Configuration

Neos:
  Media:
    thumbnailGenerators:
      Neos\Media\Domain\Model\ThumbnailGenerator\DocumentThumbnailGenerator:
        disable: true # Disable the Default Document Thumbnail Generator
      NeosRulez\Neos\Media\CliThumbnailGenerator\Domain\Model\ThumbnailGenerator\DocumentThumbnailGenerator:
        resolution: 120
        supportedExtensions:
          - pdf
          - eps
          - ai
        paginableDocuments:
          - pdf

Author