magick
magick copied to clipboard
ioutil.TempFile: file extension as suffix
ioutil.TempFile adds a random int as suffix, which confuses ImageMagick. Rename the result file so that the file ends with the extension. Also, cleanup with deferred os.Remove after you're done with the file.