An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# imgtools

[![Build Status](https://travis-ci.org/arl/imgtools.svg?branch=master)](https://travis-ci.org/arl/imgtools)
[![Coverage Status](https://coveralls.io/repos/github/arl/imgtools/badge.svg?branch=master)](https://coveralls.io/github/arl/imgtools?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/arl/imgtools)](https://goreportcard.com/report/github.com/arl/imgtools)
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](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`.