Foros de discusión

Liferay and ImageMagick - create multiple image files

thumbnail
Brian Scott Schupbach, modificado hace 11 años.

Liferay and ImageMagick - create multiple image files

Expert Mensajes: 329 Fecha de incorporación: 23/10/08 Mensajes recientes
Does anyone know if it is possible to integrate Liferay and ImageMagick in such a way that someone could upload an image and have imagemagick automatically create multiple versions of the image in different sizes and then put them in Liferay's document and media folder?

Thanks,

Brian
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Liferay and ImageMagick - create multiple image files

Liferay Legend Mensajes: 14914 Fecha de incorporación: 2/09/06 Mensajes recientes
It's already supported, even w/o imagemagick.

Check out portal.properties to see how you can define the alternate sizes that Liferay should use when adding images.
thumbnail
Brian Scott Schupbach, modificado hace 11 años.

RE: Liferay and ImageMagick - create multiple image files

Expert Mensajes: 329 Fecha de incorporación: 23/10/08 Mensajes recientes
Thanks. That would be great to configure that.

However, I just went through portal.properties and didn't find anything that seemed to enable or configure this option. I also read

http://www.liferay.com/documentation/liferay-portal/6.1/user-guide/-/ai/images

and couldn't find any information on it. Does anyone know what property controls this?
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Liferay and ImageMagick - create multiple image files

Liferay Legend Mensajes: 14914 Fecha de incorporación: 2/09/06 Mensajes recientes
Look for the ig.image.custom1.max.dimension comment that is in the portal.properties file. Basically it looks like it doesn't do width/height scaling, just scaling to a max dimension (of either height or width). It applies to all images loaded into the image gallery...
thumbnail
Brian Scott Schupbach, modificado hace 11 años.

RE: Liferay and ImageMagick - create multiple image files

Expert Mensajes: 329 Fecha de incorporación: 23/10/08 Mensajes recientes
I think that will work great!

Here is some additional documentation I found for anyone who finds this in the future...

http://www.liferay.com/community/wiki/-/wiki/Main/Image+Gallery+Thumbnails