2019-04-16 20:41:21 by Benny Siegert | Files touched by this commit (143) | |
Log message: Revbump all Go packages after go112 update |
2019-03-16 09:35:51 by Benny Siegert | Files touched by this commit (143) | |
Log message: Revbump all Go packages after Go 1.12.1 update. |
2019-03-09 11:05:15 by Benny Siegert | Files touched by this commit (143) |
Log message: all: revbump Go packages, now that they use go112 to build |
2019-01-24 11:00:46 by Benny Siegert | Files touched by this commit (144) | |
Log message: Revbump Go packages after lang/go111 update. |
2018-12-19 16:47:12 by Benny Siegert | Files touched by this commit (141) | |
Log message: Revbump all Go packages after go111 update. |
2018-11-18 09:32:54 by Ryo ONODERA | Files touched by this commit (5) |
Log message: graphics/go-imaging: import go-imaging-1.5.0 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, not premultiplied by alpha). |