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
Zoraiz Hassan
f31ac047ea
Added --only-save and patch for #14
2021-10-06 15:32:35 +05:00
Zoraiz
3c6a1a589f
Updated a comment
2021-09-12 14:58:18 +05:00
Zoraiz
df5eafe9a3
Added 8-bit color support ( #9 , #11 )
2021-09-11 02:16:17 +05:00
Zoraiz
178c48fbe1
Library update
2021-09-10 00:34:08 +05:00
Zoraiz
2db0093e58
Added dithering and improved performance
2021-09-06 17:34:49 +05:00
Zoraiz
202179dd2d
Added --color-bg flag
2021-09-04 15:11:19 +05:00
Zoraiz
f318be9c56
Added braille art support
2021-09-03 00:09:02 +05:00
Zoraiz
f5ffd897ca
Refactored code, changed resize library
2021-08-28 20:06:48 +05:00
Zoraiz
1c8b009dd1
Added --save-bg and --font-color flag
2021-08-09 18:49:05 +05:00
Zoraiz
d11ab9f718
Added --width, --height and --font flags
2021-08-06 20:10:26 +05:00
Zoraiz
df31045bae
Added grayscale flag
2021-07-25 23:27:16 +05:00
Zoraiz
97f1d679b0
Release v1.4.0
2021-07-21 22:23:58 +05:00
Zoraiz
25aa7fb66d
Renamed NOTE.md
2021-06-11 00:00:27 +05:00
Zoraiz
03a9748a9f
Fixed bug with output redirect for linux
2021-06-10 23:59:02 +05:00
Zoraiz
3d91be1a1b
Error handing for dimensions, bolder font on saved image
2021-06-03 13:49:13 +05:00
Zoraiz
a3d77f75a1
Changed --save flag to --save-img to save as image, added separate flag for text saving
2021-06-03 00:52:41 +05:00
Zoraiz
f3c90d36b7
Added flip flags and made package available as a library
2021-05-31 18:28:09 +05:00
Zoraiz
01401cfd37
Added url support and improved error handling
2021-05-29 01:32:51 +05:00
Zoraiz
b09a5540d9
Set default image ratio to terminal height, included --map flag, improved help text
2021-05-27 14:42:50 +05:00
Zoraiz
a7eebb45d0
Refactor code, added colors flag, negative flag, image formats flag
2021-05-24 16:17:21 +05:00
Zoraiz
62407b6189
Changed image format initializations to root.go
2021-05-16 16:43:40 +05:00
Zoraiz
7bf37e2caa
Fixed height ratios
2021-05-13 20:05:07 +05:00
unknown
47e469a8a6
Fixed bug for new lines printing in between on command prompt
2021-05-13 17:10:09 +05:00
Zoraiz
f81cc08f83
Fixed incorrect image height calculations
2021-05-13 00:07:54 +05:00
Zoraiz
c8d396ae3a
Fixed typo in comment
2021-05-12 18:22:11 +05:00
Zoraiz
42399c299e
Removed bloat and improved function comments
2021-05-12 15:13:05 +05:00
Zoraiz
1bc953f59e
Fixed bug where some pixels were lost on max brightness pixels
2021-05-12 14:28:06 +05:00
Zoraiz
a77cfcd47d
Added WEBP and BMP support and added README.md
2021-05-12 02:00:42 +05:00
Zoraiz
6559df4f20
Removed unnecessary error handling
2021-05-11 20:00:29 +05:00
Zoraiz
165658420b
Changed console size calculation package for cross-platform
2021-05-11 19:59:01 +05:00
Zoraiz
de0e91d3fe
First Commit
2021-05-11 23:55:58 +05:00