• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Image Editing tools for java

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am developing an online shopping application where we display images for the products we sell. The images are provided by external content providers that needs editing according our standards for displaying in web pages.

I tried JMagick, an java interface for ImageMagick that provides editing, compressing, scaling, etc that fits into our requirements. unfortunately, there is no support since its an open source.

Can anyone suggest me any commercial tools/apis(can pay for license) that can be integrated with java. Basically, it needs to support major imaging features like scaling, compressing, editing, cropping, etc.

Requires help!!!

Thanks,
Prashanth
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello "prashanth c n "-

You've been around the Ranch long enough that we have a policy on screen names here at JavaRanch. Basically, it must consist of a first name and a last name. Since yours does not conform with it, please take a moment to change it, which you can do right here.

As to your question, what exactly do you mean by "integrated with Java"? The functionalities you mention are quite common, and generally coded using Java2D and the ImageIO class. What special requirements do you have that isn't covered by the core libraries, and what do you need support for?
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont know much but you can go through: http://java.sun.com/products/java-media/jai/iio.html

i hope its of some help
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic