neosrulez/neos-media-clithumbnailgenerator

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

Command Line Interface based thumbnail generators for Neos Media

1.0.1 2024-08-19 09:45 UTC

This package is not auto-updated.

Last update: 2024-11-11 11:05:26 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:
      NeosRulez\Neos\Media\CliThumbnailGenerator\Domain\Model\ThumbnailGenerator\DocumentThumbnailGenerator:
        resolution: 120
        supportedExtensions:
          - pdf
          - eps
          - ai
        paginableDocuments:
          - pdf
      NeosRulez\Neos\Media\CliThumbnailGenerator\Domain\Model\ThumbnailGenerator\GifThumbnailGenerator:
        supportedExtensions:
          - gif

Author