Search found 1 match

by jonny
2016-03-18T14:52:37-07:00
Forum: Users
Topic: Exporting pixel information in a certain format
Replies: 2
Views: 1911

Exporting pixel information in a certain format

Hi everyone, is there any possiblity to export the infos about each pixel in user format?

now if we use
convert file1.jpg file2.txt
we get a file with strings like
0,0: (29,54,42) #1D362A srgb(29,54,42)

I would basically need something like that:
convert file1.jpg <here smth where format can ...