center of axis for x,y
Posted: 2012-01-23T08:44:31-07:00
Hello All,
I am trying to report the rgb values of every pixel in a JPG file. I use the following command:
It will report something like:
My question is: where is (0,0) located? Bottom left corner of the picture?
I am trying to report the rgb values of every pixel in a JPG file. I use the following command:
Code: Select all
convert [filename] txt:-
Code: Select all
# ImageMagick pixel enumeration: 5616,3744,255,rgb
0,0: (107,111,110) #6B6F6E rgb(107,111,110)
1,0: (108,112,111) #6C706F rgb(108,112,111)
2,0: (108,113,109) #6C716D rgb(108,113,109)
3,0: (109,114,110) #6D726E rgb(109,114,110)
4,0: (110,115,109) #6E736D rgb(110,115,109)
5,0: (111,116,110) #6F746E rgb(111,116,110)