Documentation ¶ Index ¶ func AddBackground(im image.Image) image.Image func AppendTime(im image.Image, wr io.Writer, t time.Time) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddBackground ¶ func AddBackground(im image.Image) image.Image AddBackground draws 'im' on to a new `image.Image` instance of the same dimensions but with a white background. func AppendTime ¶ func AppendTime(im image.Image, wr io.Writer, t time.Time) error AppendTime appends the RFC3339-encoded value or 't' to the JPEG encoding of 'im' in its `DateTime`, `DateTimeDigitized` and `DateTimeOriginal` EXIF headers. The final JPEG encoding of 'im' is written to 'wr'. Types ¶ This section is empty. Source Files ¶ View all Source files exif.go image.go Click to show internal directories. Click to hide internal directories.