pulibrary / iiif_image_field

Drupal module for adding IIIF Images to content types.
https://www.drupal.org/sandbox/sdellis/2421047
Other
2 stars 2 forks source link

Allow Instance-based IIIF Image settings to override View Mode settings #1

Closed sdellis closed 9 years ago

sdellis commented 9 years ago

When applying IIIF Image parameters to View Modes, one cannot edit individual image instances. For example, it's easy to make all "Teasers" a certain size, and "Full Content" views another size, but it's all or none. If one individual image needs rotation, then there's no way to override the view mode settings for that image.

This will need to be added, without removing current functionality. Each parameter may need to be stored in the database in accordance with the field schema.

sdellis commented 9 years ago

Test case: http://libphp-dev.princeton.edu/versailles/item/847

sdellis commented 9 years ago

Done.