How to convert jpeg file to RAW10 data format?
Show older comments
Hello,
Is there a way to convert an image file (e.g. jpeg format) to RAW10 data format using MatLab?
Thank you.
Accepted Answer
More Answers (1)
Walter Roberson
on 3 Apr 2018
0 votes
Yes, it should not be bad if you follow the file format description of https://developer.android.com/reference/android/graphics/ImageFormat.html#RAW10
There is no obvious file header for RAW10, just data. I am not sure how the size information is stored.
3 Comments
Mark Allen Lagaya
on 3 Apr 2018
Guillaume
on 3 Apr 2018
a bitstream in a text file
The two things are contradictory. What do you mean exactly?
Mark Allen Lagaya
on 4 Apr 2018
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!