Categorygithub.com/goestoeleven/go-programmingcode_samples011-code-samples02-donovan-kernighantempch8thumbnail
# Functions
Image returns a thumbnail-size version of src.
ImageFile reads an image from infile and writes a thumbnail-size version of it in the same directory.
ImageFile2 reads an image from infile and writes a thumbnail-size version of it to outfile.
ImageStream reads an image from r and writes a thumbnail-size version of it to w.