• 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

how to return the exact value of an array that converted to image?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi;
I am doing a research in images; in that i split the original image into shares by an algorithm that work fine; but the values of the pixels that it produces are larger than 256,so when i put them back in an image the java reduce the values to less than 256 and when i want to do the reverse of the algorithm i get the wrong values because of the reduction that done by java... what can i do?
please answer me.
thank you...
(sorry for my bad language).
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

but the values of the pixels that it produces are larger than 256,so when i put them back in an image the java reduce the values to less than 256


Post the code you're using to dissect the image, and the code you're using to put it back together.
 
reply
    Bookmark Topic Watch Topic
  • New Topic