10-10-2011 11:28 AM
I am wanting to change the image size specs for Medium on a fresh installation of DAM. I am wondering generally how I can change the existing Medium and Thumbnail presents for DAM and possibly add new options.
10-10-2011 06:44 PM
Unfortunately, it's not yet possible in Nuxeo through contributions.
The easiest way to do that is to add one listener (synchronous or asynchronous, it depends on your needs) where you will do the image resizing based on the original image and override the existing Medium and Thumbnail views
.
You can also generate new views
in this listener for your custom sizes.
You can have a look at AbstractPictureAdapter#createPictureimpl to see how the resizing is done.
10-10-2011 06:44 PM
Unfortunately, it's not yet possible in Nuxeo through contributions.
The easiest way to do that is to add one listener (synchronous or asynchronous, it depends on your needs) where you will do the image resizing based on the original image and override the existing Medium and Thumbnail views
.
You can also generate new views
in this listener for your custom sizes.
You can have a look at AbstractPictureAdapter#createPictureimpl to see how the resizing is done.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.