Code: Select all
convert rose: txt: > color_dump.txt
The goal is to be able to manually correct a few pixels from images with millions of colors, in vim without opening an image editor, so XBM, XPM, and PBM will probably not cut it.
Code: Select all
convert rose: txt: > color_dump.txt
Code: Select all
convert rose: r.txt
convert r.txt r.png
Code: Select all
magick rose: -compress None x.pnm