Dear friends,
Is there a way to read an image file (bmp/jpeg/tif) into an integer array? Tried to search in forum but did not get any clue. (Maybe I missed !)
Apology if the issue has been addressed earlier!
Dear friends,
I was able to read an image into array of integers successfully (thanks to DonManfred and inakigarm), but now I want to write the processed data (array of ints) as an output image file,but am not quite getting it. Tried to use writetostream method but am not being successful.