-
-
imaging
... A few usage examples can be found below. See the documentation for the full list of supported functions.
### Image resizing ... resulting image as JPEG.
err = imaging.Save(dst, "testdata/out_example.jpg")
if err != nil {
log.Fatalf("failed to save ...
-