• 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

Is their a GUI app that can slice, dice ,and resassemble a JPG image on the screen?

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

I am looking for a piece of software that would enable the user to bring up a JPG or tiff image on the screen, cut up this image into parts as he or she wants on the screen using the mouse, reassemble the pieces into some other configuration, and save the re-composed image as a jpg to the database. The cut pieces could be simple rectangles. Is there a method of enabling this within a web browser or in a swing component?
 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Benjamin Weaver
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow! Craig, thanks a lot for this slab of beef! I will learn much from it, including the fundamentals of image manipulation. I will have to learn how to select a rectangle using the mouse (as opposed to random selection) so I will get to work drawing with the mouse. Much to learn, but this is a great start!
 
Benjamin Weaver
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ps pardon abominable spelling on the item description--

"their" should read "there"

"resassemble" should read "reassemble"
 
reply
    Bookmark Topic Watch Topic
  • New Topic