Compressing an image to make it less than 4KB
问题 I have an image of a person and I want to compress it to make it less than 4KB. I need to compress it and still have the face of the person recognizable even if the image will shrink. 回答1: Here is Theresa May at 142kB: and resized to 72x72 and converted to greyscale and reduced to 2kB with ImageMagick at the command line: convert original.jpg -resize 72x72 -colorspace gray -define jpeg:extent=2kb result.jpg I can still recognise her. Here is some other guy reduced to 1kB and I can still