Page 2 of 2

Re: Changing the leading space in image

Posted: 2016-01-21T01:44:19-07:00
by user20157
Is there any formula that list of all the image's pixel color values with their corresponding coordinates ?. The formula you show me is just for one column only.

Re: Changing the leading space in image

Posted: 2016-01-21T08:25:56-07:00
by PandoraBox
Is there any formula that list of all the image's pixel color values with their corresponding coordinates ?. The formula you show me is just for one column only.
Simple,
convert image.ext image.txt

PandoraBox

Re: Changing the leading space in image

Posted: 2016-01-21T10:04:06-07:00
by fmw42

Code: Select all

convert image.suffix txt:
will list every pixel to the terminal or you can write to a text file as above