Daniel-KM / Omeka-S-module-DerivativeImages

Module for Omeka S that allows to recreate (or create) derivative images.
Other
1 stars 0 forks source link

Second Page PDF #4

Closed rafaeluriarte closed 4 years ago

rafaeluriarte commented 4 years ago

Maybe it is out of scope of this plugin, but, since the first page of our book scans are always a standard page added by us, we would like to have the second page of each item's PDF as thumbnails. Do you think it could be implemented in this plugin? Thank you

rafaeluriarte commented 4 years ago

There was a much easier way - edit this file in Omeka-s dir: config/local.config.php

and add the page option: 'thumbnailer_options' => [ 'imagemagick_dir' => null, 'page' => 1, ], Then you can regenerate all thumbnails with this plugin (leave empty the IDs field and it runs for all media)...

Daniel-KM commented 4 years ago

Ok, thanks for the info.