ascii-image-converter/image_manipulation
RandomGuyWithoutY 97aadef8a0
make conversion work with non-ascii character maps
See: <https://go.dev/blog/strings>
Using standard range iteration writes the byte offset into `index` and not the character offset, thus failing to correctly index into the output map.
2024-04-14 21:33:08 +02:00
..
ascii_conversions.go make conversion work with non-ascii character maps 2024-04-14 21:33:08 +02:00
image_conversions.go Added --only-save and patch for #14 2021-10-06 15:32:35 +05:00
util.go Added --only-save and patch for #14 2021-10-06 15:32:35 +05:00