exist any way of transform this number to this?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

exist any way of transform this number to this?

Post by diegomage »

Im trying to transform to more readable number

Image


Image

please help me
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: exist any way of transform this number to this?

Post by fmw42 »

use -chop to remove the top rows and then use -splice to add white back of the same number of rows. see http://www.imagemagick.org/Usage/crop/#splice
Post Reply