Search found 1 match
- 2012-01-23T08:44:31-07:00
- Forum: Users
- Topic: center of axis for x,y
- Replies: 2
- Views: 4931
center of axis for x,y
Hello All, I am trying to report the rgb values of every pixel in a JPG file. I use the following command: convert [filename] txt:- It will report something like: # 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 ...