Search found 1 match

by anandiux
2015-05-22T12:14:12-07:00
Forum: Users
Topic: Carriage return on .PBM
Replies: 1
Views: 794

Carriage return on .PBM

Hello, Just recently started using ImageMagick and i'm enjoying it. I need a text output with 0 and 1's of a monochromatic image (48x75). I use the following command: convert A.png -size 48x75 -negate -compress none A.pbm I get the desired output, 0 and 1's separated by a space. However, there is a ...