Ascii Generator dotNET Beta 8.2 released 17


I’ve fixed an error that slightly blurred and shifted the output up, and has been there FOREVER. 😥
Plus filters are now applied to the edges. The output is better then it has ever been.

I also made a ton of code changes to improve how things are structured.

Download it here

Full list of changes:


0.8.2:
Added DrawText function with a offset parameter
Moved Image to Values, Image to Colors and Text to Image into separate classes
Moved values to text conversion classes into separate files
Cleaned up TextProcessingSettings
Moved applying the filters from TextProcessingSettings into the AscgenConverter
Moved filter list creation to a property in TextProcessingSettings, and only recreated when needed
Cleaned up ConvolutionMatrix and changed Apply to be a non-static function
Moved applying a ConvolutionMatrix for a filter into a new subclass inherited by blur and sharpen
Fixed error in the application of the ConvolutionMatrix
Moved applying the ConvolutionMatrix values into a loop
Fixed filters not being applied to the edges of the output
Optimized unsharp mask a little
Changed to only create static filters once
Required a factor in the ConvolutionMatrix constructor, and added a default constructor

0.8.2a:
Fixed batch conversion ramp not being auto generated
Fixed freeze on width or height less then 2


Leave a Reply to Kristof Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

17 thoughts on “Ascii Generator dotNET Beta 8.2 released