Yearly archives: 2005


Update

It’s been a while. I haven’t stopped writing the program, it’s just that I keep starting new features but not finishing them.

Next Version
The next release will have the text brightness/contrast controls replaced with a levels adjustment control. It’s a bit of a big change, but it’s working in a test application and the output is really nice. I’m doing this because contrast was basically useless when the output was being stretched, and adjusting levels gives a much better control. I’ll cover how to use it in more detail when it’s done.

Currently, I’ve finished the code to apply the levels and I’m writing the control to do it in the program. I wanted to do it right, so I actually sat down and designed it and came up with a good internal class design (I’ll have to upload the UML class diagram somewhere or nobody will notice). Hopefully a working version will be in the cvs in a few days.

.Net Framework 2.0
I wasn’t going to move to .Net 2.0, but since Microsoft are giving away the basic program it seems silly not to upgrade. This means that you will have to install the .Net framework 2.0, either through Windows update, or here.

It won’t be the next version, but it will happen when I’ve properly converted and tested everything.

The main differences will be:
– Better programming environment. It’s so nice <3
– Dockable menu and toolbar, both with a WindowsXp style
– Faster execution (apparently)
– TextRenderer class should let me remove all the native pinvoked code


Beta 4.3 released

Download it here

Change log:
Moved suffix types into an enum
Moved character size stuff into TextProcessingSettings
Added main form font button right-click context menu
– Character size display
– Added form to change the current character size and toggle auto calculation
Added ability to specify character size in batch conversion settings form
Added character size to batch conversion log


Beta 4.0 Released – Batch Conversion

Download it here.

Added ‘File -> Batch Conversion…’

Sorry it took so long, but I decided to wait until I’d implemented everything I wanted before releasing. It’s easily the biggest change since I started this on Sourceforge, with about 25% extra code.

I think I’ve properly tested everything, but please report any bugs here or through the sourceforge link at the top. Also let me know if you think of any other features that could be added.


Update

Beta 4.0 should be released in a few days. I finally finished separating the conversion code from the main form, and batch conversion is up and working in the cvs.


Beta 3.4 Released

Download it here.

Changes:
Inverted text brightness and contrast when using white text on black background mode
Current entered width or height now kept when loading a new image
Fixed problem with output binary images having an extra space
Added right-click ‘Flip Horizontally’ and ‘Flip Vertically’ to the text image