Go to file
kendfss 4609ebafd6 fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00
demos fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00
errortools second 2021-06-27 18:50:10 +01:00
iotools fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00
itertools second 2021-06-27 18:50:10 +01:00
pathtools fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00
.gitignore fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00
go.mod first 2021-06-27 03:54:38 +01:00
main.go fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00
readme.md fixed the erroneous negation; fixed the erroneous path issue; added jpeg/jpg support; enabled choose random from directory; updated readme 2021-06-29 03:43:04 +01:00

readme.md

catlab

A pure Go library for working with and analyzing Arnold-Cat Maps

Usage

Note: The analysis portion isn't ready yet

$ git clone github.com/kendfss/catlab
$ cd catlab
$ go install [or build]
$ [./]catlab path1 path2 ... pathN
  • if the path refers to a directory, a random image will be chosen from its subtree (if a suitable file exists)
  • it will search in the current working directory if no args are given

Specs

Supported Extensions
  • jpeg/jpg
  • png