Skip to content

Releases: o7q/img2ascii

img2ascii v2.2.0.0

16 Jan 17:49
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Improved time system
  • Improved display stats
  • Greatly optimize the code (no size/overflow limit for images, completely revamped the conversion system)
  • Update asciiPlayer to v1.2.3
    • Now displays JPEG Compression

img2ascii v2.1.0.0

14 Jan 18:15
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Now shows conversion status in the title
  • Fixed bug where pixels on the left would leak into the pixels on the right
  • Optimized code

img2ascii v2.0.0.1

14 Jan 01:55
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Update asciiPlayer to v1.2.2
    • Fixed bug that made the framerate always play at 15

img2ascii v2.0.0.0

14 Jan 00:31
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Overhaul the image processor (explained below)
  • Now uses "stb_image.h" to read images instead of Python/Pillow (the program is much, much faster, img2rgb is now retired)
  • Now uses JPEG instead of PNG for conversion (more efficient)
  • Add option to specify the JPEG compression amount (1 - 31)
  • Update asciiPlayer to v1.2.1
    • Ensure user cannot input 0 for a playback framerate value

img2ascii v1.3.0.0

13 Jan 00:18
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Now removes duplicate characters when sorting
  • Improve the way information is sent between img2ascii and img2rgb
  • Improve project exporter
  • Update asciiPlayer to v1.2.0
    • Improve project loader
  • Update img2rgb to v1.1.0
    • Improve the way data is read and exported

NOTE

A lot of antiviruses flag my img2rgb module, it is a precompiled python executable. It does not contain any viruses but if you are being safe you can compile it yourself. Check README.md file for more info.

img2ascii v1.2.0.0

11 Jan 20:30
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Now sorts custom characters automatically from darkest to brightest
  • Update asciiPlayer to v1.1.2
    • Fix display stats issue for small frames
  • Update img2rgb to v1.0.1
    • Optimize variable declaration

NOTE

A lot of antiviruses flag my img2rgb module, it is a precompiled python executable. It does not contain any viruses but if you are being safe you can compile it yourself. Check README.md file for more info.

img2ascii v1.1.1.0

24 Dec 00:49
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Fix crashes relating to large images
  • Fix the little rogue pixel in the icons
  • Update asciiPlayer to v1.1.1
    • Fix int crash issue

NOTE

A lot of antiviruses flag my img2rgb module, it is a precompiled python executable. It does not contain any viruses but if you are being safe you can compile it yourself. Check README.md file for more info.

img2ascii v1.1.0.0

17 Dec 21:29
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Now displays and saves conversion stats after it finished (total time taken and total frames generated)
  • Fixed bug relating to letter strings trying to be converted to integers
  • Update asciiPlayer to v1.1.0
    • Now displays playback stats while playing
    • Now displays project information before playing

NOTE

A lot of antiviruses flag my img2rgb module, it is a precompiled python executable. It does not contain any viruses but if you are being safe you can compile it yourself. Check the README.md file for more info.

img2ascii v1.0.0.1

15 Dec 04:50
@o7q o7q
Compare
Choose a tag to compare

CHANGES

  • Update asciiPlayer to v1.0.1
    • Fixed bug where replaying a different video would close the program

NOTE

A lot of antiviruses flag my img2rgb module, it is a precompiled python executable. It does not contain any viruses but if you are being safe you can compile it yourself. Check the README.md file for more info.

img2ascii v1.0.0

15 Dec 04:07
@o7q o7q
Compare
Choose a tag to compare

NOTE

A lot of antiviruses flag my img2rgb module, it is a precompiled python executable. It does not contain any viruses but if you are being safe you can compile it yourself. Check the README.md file for more info.