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

Installs: 7 137

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:neos-package

pkg:composer/neosrulez/neos-media-clithumbnailgenerator

1.0.1 2024-08-19 09:45 UTC

This package is not auto-updated.

Last update: 2025-10-13 16:10:50 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