release


Beta 6.9 released – .NET 2.0 REQUIRED

Download it here

It’ll be at least a few more weeks before I get around to finishing the edit settings form, so here is everything I have so far:

Changes:
Ported code to .Net framework 2.0
Menu and toolbar changed to MenuStrip and multiple ToolStrips (all rearrangable)
Replaced native measure and draw text code with TextRenderer functions
Added “???? ” ansi ramp and valid characters – Select “Plain Text (Unicode)” as the type when saving the text
Changed “Close without saving the output?” to “Save the output before closing?”
Added menu icons
Replaced context menus with context menu strips


Beta 6.8 released + news

Download it here

I know I’ve said I wouldn’t release a new version until the ansi/non-standard characters problem is fixed, but I’ve been unable to find a solution that doesn’t break the api calls needed to accurately measure the fonts, so I gave up and worked on something else for a month, then decided to just go ahead and release the code as it currently stands.

This will be the final version released… using the .net 1.? framework.

After having another look at the TextRenderer class in 2.0, I worked out why the sizes weren’t matching up to what they should be, and I’m fairly certain that I can use it in my program. More importantly, it can handle any characters, and should (theoretically) allow the program to work correctly for every possible font with any character.

Changes:
Added right-click menu items to show a dialog for changing the selection area’s fill and border colours
Added saving/loading of the selection area fill and border colours from the settings file
Added confirmation dialog for closing an image
Added confirm on close to the settings file (default: true)
Fixed double-click on a selected area loses the selection area
Changed clicking outside the image to not remove the selection area
Moved image and text brightness/contrast settings into a sub-category
Added variables and settings to specify whether to load image and text brightness/contrast and levels from the settings file (default: false)
Added variables and settings to specify whether to load the output size from the settings file (default: true)


Beta 6.7 Released

Worked around the main problem with resizing the output images when Cleartype is on by converting the output to greyscale before saving it. People without XP, or who have cleartype turned off, can ignore the strange new and seemingly useless checkbox.

I’ve also fixed the problem with saving batch conversions with a variable width default font, hopefully for real this time.

Download it here

Changes in this version:
Fixed phantom colours problem when saving as images with Cleartype on:
– Added code for converting the output images to greyscale
– Added force greyscale checkbox to the Save as Image… magnification dialog
Properly fixed the batch conversion problems with variable width default fonts


Beta 6.6 Released

Several bugs fixed, and I’ve redone the Save as Image… text magnification dialog so you can see and adjust the output image’s size. Also the default prefix (usually ‘ASCII-’) is now stored and read from the settings file.

Download it here

Changes in this version:
“Save as Image…” magnification dialog box:
– Improved layout
– Added display of the output image size
– Made the form resizable
– Caught crash if the sample text is empty
– Increased accuracy of the trackbar by a factor of 10
Added saving of user entered ramp/valid characters to variables and xml
Fixed crash on opening batch conversion settings with a variable width default font
Restored “ASCII-” prefix when saving as text
Added a default prefix to the variables and xml
Set initial batch conversion output and input directories from the settings
Fixed crash on processing a batch conversion with a variable width default font