robocar-tools/vendor/github.com/disintegration/imaging/doc.go
Cyrille Nofficial 456f327788 feat(training): new features
* add flip-image option
 * add command to list models
 * add option to override image size when training is launched
 * add option to disable aws spot instance
2021-11-24 19:35:20 +01:00

8 lines
366 B
Go

/*
Package imaging provides basic image processing functions (resize, rotate, crop, brightness/contrast adjustments, etc.).
All the image processing functions provided by the package accept any image type that implements image.Image interface
as an input, and return a new image of *image.NRGBA type (32bit RGBA colors, non-premultiplied alpha).
*/
package imaging