Search found 1 match
- 2018-03-14T15:06:07-07:00
- Forum: Users
- Topic: How to change histogram stdout format
- Replies: 1
- Views: 2409
How to change histogram stdout format
Hi All, Trying to read the result of histogram analysis in python but running into issues based on the stdout formatting. I run: convert pic_4.jpg -colors 256 -depth 8 -format "%c" histogram:info: | head -n 5 >> hist_4.txt which gives me: 705711: ( 37, 42, 35) #252A23 srgb(37,42,35) 562775: ( 39, 39 ...