I have .raw files which is generated by Photoshop.
And I now want to read the values in .raw files to my C++ program and then
do some calculation on it.
Then I would like to ask two things. What is the data structure of a .raw file?
(RGB? A 2D array or whatever?)
And can anybody please give me some brief idea on how to read the file content?



LinkBack URL
About LinkBacks



CornedBee