Results 1 to 5 of 5
Thread: image store process
- 08-14-2010, 01:29 PM #1
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
- 08-14-2010, 01:34 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
- 08-14-2010, 01:55 PM #3
Can you explain what "hex formate" is?image data in the hex formate
Is it a String with each 2 characters being hex digits representing the contents of one byte of the image data?
For example "2D" for 0x2D.
- 08-14-2010, 06:26 PM #4
Member
- Join Date
- Aug 2010
- Posts
- 5
- Rep Power
- 0
no, for example- for comma (,) hex vlaue is 2c for * hex value is 2a.
actually i have a device that send the image data (as a hex String ) in the server and we receive the data and store in the String variable but problem is after receiving the data we can not create the image .i want to know that how to make image after receiving the data??
- 08-14-2010, 06:32 PM #5
You're not clear here. What values are String and what values are ints/hex?or example- for comma (,) hex vlaue is 2c
If one byte in memory has the hex value of 2C or int of 44, it is also the character: ','
If you represent the value of that one byte by a hex String, the String is "2C", two characters for one byte.
Is that what you have? A String of character pairs where each pair of characters are 2 hex digits representing the contents of one byte.
Similar Threads
-
can store image&text in rms seperately but NOT together :(
By wildheart25c in forum CLDC and MIDPReplies: 2Last Post: 03-26-2010, 01:27 PM -
Image process
By kcakir in forum Java 2DReplies: 1Last Post: 01-01-2010, 04:20 AM -
Class to store Image+Text
By Gudradain in forum New To JavaReplies: 2Last Post: 11-23-2008, 08:32 AM -
How to store/retrieve PNG image in/from RMS
By jason-nexFIT-mobileXware in forum CLDC and MIDPReplies: 0Last Post: 09-10-2008, 04:01 AM -
How can I store an image to the database using hibernate
By cryss_tyna in forum JDBCReplies: 0Last Post: 08-15-2007, 01:48 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks