• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Manipulate Image in a Browser....Help....Urgent....

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
This is what i am doing, i am getting a BLOB field from DB and converting that to jpeg file and then displaying that to the browser....
I was able to do this....But, I wanted to manipulate the image on the browser....
I mean i want to zoom-in, zoom-out, rotate.....I don't want to use any plug-in's....
Is there any classes or something that i can use.
Any help or suggestions will be greatly appreciated.
Thanks in advance.
 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe this is something for you?

http://java.sun.com/products/java-media/jai/forDevelopers/jai1_0_1guide-unc/
Erik
PS, please use Google in future!
 
reply
    Bookmark Topic Watch Topic
  • New Topic