[
https://issues.apache.org/jira/browse/OFBIZ-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667211#action_12667211
]
Eric DE MAULDE commented on OFBIZ-2128:
---------------------------------------
In this patch, the main thing is to save and keep the original image,
in order to plan future developments and API improvement.
Indeed from an original image, we able to work any changes.
We can implement services to modify all images in one time :
add a logo, resize, cut, compress ...
The current "ImageIo.read(new File(filePath))" can't read some JPG images ?
What do think about these API :
JAI (Java Advanced Imaging from Sun
http://java.sun.com/javase/technologies/desktop/media/jai/ )
Imagero (free for non-commercial use, http://reader.imagero.com/ )
> product image auto scale
> -------------------------
>
> Key: OFBIZ-2128
> URL: https://issues.apache.org/jira/browse/OFBIZ-2128
> Project: OFBiz
> Issue Type: New Feature
> Components: product
> Affects Versions: SVN trunk
> Environment: Linux Debian, OFBiz trunk rev. 737217
> Reporter: Eric DE MAULDE
> Assignee: Jacques Le Roux
> Priority: Trivial
> Fix For: SVN trunk
>
> Attachments: productImageAutoScale.patch, screenshot-1.jpg
>
>
> This change allows to auto-scale product image when a user upload an original
> image.
> The original image is saved into OFBiz.
> Default dimensions of each image size type (small, medium, large, detail) are
> defined in ImageProperties.xml
> When an user uploads an original image, OFBiz resizes this image and creates
> each related file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.