Foren

Liferay and ImageMagick - create multiple image files

thumbnail
Brian Scott Schupbach, geändert vor 11 Jahren.

Liferay and ImageMagick - create multiple image files

Expert Beiträge: 329 Beitrittsdatum: 23.10.08 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Liferay and ImageMagick - create multiple image files

Liferay Legend Beiträge: 14915 Beitrittsdatum: 02.09.06 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Liferay and ImageMagick - create multiple image files

Expert Beiträge: 329 Beitrittsdatum: 23.10.08 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Liferay and ImageMagick - create multiple image files

Liferay Legend Beiträge: 14915 Beitrittsdatum: 02.09.06 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: Liferay and ImageMagick - create multiple image files

Expert Beiträge: 329 Beitrittsdatum: 23.10.08 Neueste Beiträge
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