ascii-image-converter is a command-line tool that converts images into ascii art and prints them out onto the console. It is cross-platform so both Windows and Linux distributions are supported
Triangula uses a modified genetic algorithm to triangulate images. It works best with images smaller than 3000px and with fewer than 3000 points, typically producing an optimal result within a couple of minutes.
didder is an extensive, fast, and accurate command-line image dithering tool. It is designed to work well for both power users as well as pipeline scripting. It is backed by my dithering library, and is unique in its correctness a
dither is a library for dithering images in Go. It has many dithering algorithms built-in, and allows you to specify your own. Correctness is a top priority, as well as performance. It is designed to work well on its own, but also
imgdiff isn't as fast as a tool like this should be and I'm not proud of it, but it is 3X faster than the fastest in the world pixel-by-pixel image difference tool, so maybe you'll find it useful.
Proffer is a cross platform command line tool to copy and share the cloud images across multiple regions and accounts. It is a lightweight tool that can be used on any major platform.
iso9660
A package for reading and creating ISO9660
Joliet and Rock Ridge extensions are not supported.
Examples
Extracting an ISO
package main
import (
"log"
"github.com/kdomanski/iso96
Documentation | Website
This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json..
currently su
Ink is a framework for creative 2D graphics in Go, based on OpenGL. Visit buchanae.github.io/ink for more.
Example: a simple triangle
Install:
go get github.com/buchanae/ink
(Building Ink is a little tric
Round
Round is a command-line for rounding the images.
Installation
go get github.com/mingrammer/round
Usage
Round an image. (default option: 4 corners with 0.25 rounding rate)
$ round /path/
Letterbox
A tiny Go program to batch-process letter-boxing of photographs.
Installation
From gobinaries.com:
$ curl -sf https://gobinaries.com/tj/letterbox/cmd/letterbox | sh
From source:
$ go get gith