Go to file
2024-12-24 17:40:15 +04:00
.gitignore readme 2024-08-20 10:07:01 +03:00
concat_test.go now all tests work correctly 2024-09-05 13:50:59 +03:00
concat.go README update 2024-09-05 14:13:00 +03:00
genprof concat test 2024-09-03 23:07:15 +03:00
go.mod Update go.mod 2024-12-24 17:40:15 +04:00
go.sum tests 2024-08-20 09:04:11 +03:00
README README update 2024-09-05 14:13:00 +03:00
scale_test.go concat test 2024-09-03 23:07:15 +03:00
scale.go unexpected stupidity 2024-08-20 10:11:29 +03:00
util.go concat test 2024-09-03 23:07:15 +03:00

(with a dummy as fuck image rescaling)
utilities work in theory, but doing everything very slow.
i really love Go's image.Image interface type, but its really hard to do something with it well.