I looked through the documentation and I just can't figure out how to do this (assuming it can be done).
I searched through the old posts and found this thread that I thought was just what I was looking for, so I tried this:
Code: Select all
convert image1.bmp -fx 'p/4' -fx 'p*4' image2.bmp
If somebody could explain how/whether this can be done with Image Magick I would be extremely grateful. I'd rather not spend the time writing a program to do this myself.