gg icon indicating copy to clipboard operation
gg copied to clipboard

Check errors from Close method in SavePNG and SaveJPG

Open peterstace opened this issue 2 years ago • 1 comments

When closing the file, errors can still occur that might not be surfaced during the writes from png.Encode and jpeg.Encode. By returning the error from file.Close(), these cases can be caught.

peterstace avatar Sep 16 '22 03:09 peterstace

FYI, something along these lines has been done in "my" fork of gg:

  • https://sr.ht/~sbinet/gg/

sbinet avatar May 11 '23 17:05 sbinet