Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by asrar_azmi
at 2024-08-03 05:16:18
Point:500 Replies:5 POST_ID:828683USER_ID:11573
Topic:
.NET;Microsoft Development;Microsoft Visual Basic.Net
Hi, Expert I need to convert JPG File to Hex code in then from Hex to JPG in C# , can you please provide me the code.
Expert: julianH replied at 2024-08-04 05:56:17
Not sure why you closed this question with a C Grade
Please see the grading guideline here
https://experts-exchange.desk.com/customer/portal/articles/481419-what-grade-should-i-award-?b_id=44
Specifically under what conditions to award a C grade ...
Please see the grading guideline here
https://experts-exchange.desk.com/customer/portal/articles/481419-what-grade-should-i-award-?b_id=44
Specifically under what conditions to award a C grade ...
Expert: julianH replied at 2024-08-04 05:50:39
If you are getting the JPG from GPS in bytes - then you don't have to convert it - just write it to the file.
Author: asrar_azmi replied at 2024-08-04 05:12:05
Actually we receive JPG file data from GPS Device as bytes ( i think ) , now i need it to convert it to again in JPG file. i dont know how is it possible
Accepted Solution
Expert: julianH replied at 2024-08-03 10:08:04
500 points AVERAGE
This is a non-question. Please elaborate what you want.
A JPG file is made up of bytes - bytes can be represented in HEX or OCT or DEC or any base number system you like
Converting from one to the other is like saying converting binary 10 to decimal 2 - the underlying data is the same.
Why do you need to represent data in a JPG file as HEX?
A JPG file is made up of bytes - bytes can be represented in HEX or OCT or DEC or any base number system you like
Converting from one to the other is like saying converting binary 10 to decimal 2 - the underlying data is the same.
Why do you need to represent data in a JPG file as HEX?
Expert: duncanb7 replied at 2024-08-03 05:33:55
http://stackoverflow.com/questions/2574522/getting-a-jpeg-image-from-a-hex-string-in-xml
Did you read this link with its code?
Did you read this link with its code?