Foros de discusión

Image Resizing Utility.

thumbnail
Alex Owen Wallace, modificado hace 16 años.

Image Resizing Utility.

Liferay Master Mensajes: 640 Fecha de incorporación: 5/11/07 Mensajes recientes
Hi all! I'm being asked to research for an image resize utility for us to use when users upload images...

So, i thought I'd ask if liferay, amongst is multiple tools, it has a utility to resize images to arbitrary sizes...

thanks a lot!
thumbnail
Alex Owen Wallace, modificado hace 16 años.

RE: Image Resizing Utility.

Liferay Master Mensajes: 640 Fecha de incorporación: 5/11/07 Mensajes recientes
looks like ImageUtil.scale may just be it!
Dariusz Sawicki, modificado hace 12 años.

RE: Image Resizing Utility.

Regular Member Mensajes: 165 Fecha de incorporación: 27/03/09 Mensajes recientes
Alex Wallace:
looks like ImageUtil.scale may just be it!


How I can scale Image in Liferay 6.06 ?
I can't find ImageUtil.scale

Regards
Darek
thumbnail
Hitoshi Ozawa, modificado hace 12 años.

RE: Image Resizing Utility.

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
That's obvious because you're looking and replying to at an old dead thread.
It used to be in 4.0. As is written in the forum guidelines, you really should create a new thread instead.

http://content.liferay.com/document/api/util-java/com/liferay/util/ImageUtil.java.html
ad image, modificado hace 10 años.

RE: Image Resizing Utility.

New Member Mensaje: 1 Fecha de incorporación: 20/05/13 Mensajes recientes
i don't think image resizing utility has the same function as image scaling. they are different. image resizing scarely effect resolution by changing the width and height setting, but scaling images will more or less effect resoluation. so i suggest you make sure which you want to use.