| Author |
General Question Regarding Image Processing
|
umesh aum
Greenhorn
Joined: Oct 03, 2007
Posts: 8
|
|
Hi All,
I need a suggestion regarding image processing and this is the best place to get best advise.
we need an image processing utility for our web processing.
requirements are as described below:
we have a e commerce based application where we need to display product images which we are currently displaying successfully.
now we have to provide user with image processing functionality like user can zoom image can flip image can rotate image.
what we want like when user click on zoom we can generate a dynamic image of that region based on a single source of image and can provide zooming functionality.
more over company requirements is to go for only open source solution [:-)]
we tried some open source solutions but due to the in house E-Commerce framework constraints we not able to integrate them,.
can any one point me to any open source java based library so that we can use that to provide solution or do we need some other approach.
Here is a link for a image zooming example hough this is highly professional solution using Adobe Scene7 but we want to implement something like in image zoomingDemo
any help in this regard will be much appreciated.
Thanks in advance
-Aum
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12907
|
|
|
If you want to do this in Java, then you could do this with an applet. You might even want to use JavaFX.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
umesh aum
Greenhorn
Joined: Oct 03, 2007
Posts: 8
|
|
Our idea is to not use applet for the client side.
can any one suggest me any alternate for this
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8433
|
|
|
Check out http://www.javareference.com/jrexamples/viewexample.jsp?id=84
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
 |
|
|
subject: General Question Regarding Image Processing
|
|
|