I have a small pixel map
and you want to resize it to readability.
Using mogrify -resize 1600% , I get an interpolated image:
.
What I'm trying to get is this:
.
Can this be done using ImageMagick or any other open source command line tool?
source share