https://github.com/arl/imgtools
Utilities for working with images in Go, completing the standard image package.
https://github.com/arl/imgtools
golang image tools
Last synced: 5 months ago
JSON representation
Utilities for working with images in Go, completing the standard image package.
- Host: GitHub
- URL: https://github.com/arl/imgtools
- Owner: arl
- License: mit
- Created: 2016-09-18T21:36:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T09:13:11.000Z (about 6 years ago)
- Last Synced: 2025-01-28T20:42:08.376Z (over 1 year ago)
- Topics: golang, image, tools
- Language: Go
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgtools
[](https://travis-ci.org/arl/imgtools)
[](https://coveralls.io/github/arl/imgtools?branch=master)
[](https://goreportcard.com/report/github.com/arl/imgtools)
[](http://godoc.org/github.com/arl/imgtools)
Utilities for working with images in Go, completing the standard `image` package.
- [`imgtools/binimg`](./binimg/README.md) : binary image implementation of the `image.Image`
interface, that is an image with two possible values for each pixel.
- [`imgtools/imgscan`](./imgscan/README.md) : fast scanning of rectangular regions of `image.Image`.