pixel order in text file

Status
Not open for further replies.

pratikjain

Newbie level 6
Joined
Feb 23, 2011
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,370
i have written the intensity values of an image from matlab to a text file but im not sure abt the order in which the actual pixels of the image are stored in text file. i mean if this is the actual image with the numbers denoting the pixels

1 2 3 4
5 6 7 8
will the corresponding text file store the image as

1 2 3 4
5 6 7 8
or
1 3 5 7
2 4 6 8

pls help..its causing some confusions here.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…