• 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

storing image in resource folder

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
i'm doing some image processing like making image as negative .i make the original jpg as -ve image.now what i want is to store that -ve image in the resource folder.i'm void of any idea for doing that.if any one know the way please help me.
Help me please.i'm having a very short period for doing this.
thanx in advance
sankar
 
Ranch Hand
Posts: 524
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Well it seems like that you need some kind of a way to write the image objects to the folder, File out put streams are there, but not in all the phones, it is very less, what about storing the images in a RecordStore and later get it using the Record Management System(RMS). Hope this is some way helpful,
Regards
[ June 29, 2005: Message edited by: Ransika deSilva ]
 
sankar ganesh
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i already try this one.if u use Rms means we can store the image that is already in the res folder only.but my image is manually created one.as i already set i load one image in canvas and changing it's rgb values and make it as a negative image.now i want to save that image in res folder or in some other files.i think in j2me there is no file concepts.that's why i want to save that in res folder.
if anyone know the way please help me
regards
sankar
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic