Scenario: a user of a given role should be shown all or certain images with Imagick processing applied. E.g. a non-registered user should see only blurred images while a registered user should see non-blurred normal images.

If this is not possible out of the box, does anyone have any thoughts how it could be accomplished with module configuration? (I.e. without coding everything into the theme layer.)

Thank you

Comments

mttjn created an issue. See original summary.

bceyssens’s picture

The only thing the Imagick module does, is providing a variety of image effects.

To solve your issue, you could install a module like View mode per Role and configure different view modes for anonymous and registered users. This way you can switch the image style on the image field.

mttjn’s picture

Status: Active » Closed (works as designed)

Thanks, bceyssens. I'll look into this.