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

Image Undo Redo

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends ,
I'm developing java image editor.
for that i want to give following funcanalities please tell me wheather it possiable or not.

1) Editor supoorts all Image file extenstions
like . BMP, GIF, PCX, PIC, JPE, PXR, PNG, RAW, TGA.
2) Set image resolution to 72 DPI (dot per inches ) . This funcanality for saving image with 72 DPI. ( This funcanality like "Save for Web" funcanality in PhotoShop ) . It reduces resolution and image size . Generally these images are used to send via email or uploading on web.
3) Add redo and undo funcanalities for enery image editing actions like crop , rotate ,brightness etc.
it is possible in Java or not ?
Give me some code or Java API name so i can implement them in my application.
Thanxs in adcance
 
And then we all jump out and yell "surprise! we got you this tiny ad!"
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic