<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ascgen dotNET &#187; release</title>
	<atom:link href="http://ascgendotnet.jmsoftware.co.uk/tag/release/feed" rel="self" type="application/rss+xml" />
	<link>http://ascgendotnet.jmsoftware.co.uk</link>
	<description>Image to Text Software</description>
	<lastBuildDate>Tue, 23 Mar 2010 13:51:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ascgen dotNET 0.9.6 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-096-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-096-released#comments</comments>
		<pubDate>Tue, 19 Feb 2008 00:34:23 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-096-released</guid>
		<description><![CDATA[** Download it here ** I was waiting until I&#8217;d finished rewriting one of the controls, but I just had a pretty huge crash bug pointed out to me. Added a form to preview the colour output Added menu item to change the position of the image and text frames from horizontal to vertical Added [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/project/showfiles.php?group_id=133786&#038;package_id=146945&#038;release_id=577709">** Download it here **</a></p>
<p>I was waiting until I&#8217;d finished rewriting one of the controls, but I just had a pretty huge crash bug pointed out to me.</p>
<p><code>Added a form to preview the colour output<br />
Added menu item to change the position of the image and text frames from horizontal to vertical<br />
Added automatically choosing the panels orientation layout from the screen size<br />
Changed main form to access the RichTextBox through an interface<br />
Moved interfaces into their own namespace<br />
Fixed being unable to save variable width font conversions as an image</code></p>
<p>If you do see something obviously wrong, please report it on the sourceforge page (&#8220;Help/Report a bug&#8230;&#8221;). You don&#8217;t have to have an account there and you can do it anonymously.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fascgen-dotnet-096-released&amp;linkname=Ascgen%20dotNET%200.9.6%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-096-released/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ascgen dotNET 0.9.5 released &#8211; Dithering and more</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-095-released-dithering-and-more</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-095-released-dithering-and-more#comments</comments>
		<pubDate>Fri, 21 Dec 2007 18:34:22 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[dithering]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-095-released-dithering-and-more</guid>
		<description><![CDATA[** Download it here ** Internal design changes, and some cool new stuff. Dithering Thanks to an great idea sent to me through sourceforge, the program now comes with the ability to run a dithering filter over the output. Why would you want this? Well, the text output is like having an image with a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/project/showfiles.php?group_id=133786&#038;package_id=146945&#038;release_id=563340">** Download it here **</a></p>
<p>Internal design changes, and some cool new stuff.</p>
<p><strong>Dithering</strong><br />
Thanks to an great idea sent to me through sourceforge, the program now comes with the ability to run a dithering filter over the output.</p>
<p>Why would you want this? Well, the text output is like having an image with a small palette of colours. Adding noise to the output helps to blend the different greyscale colours together and produces a result that is (hopefully) more pleasing the eye. There&#8217;s also a random element which weights the dithering and helps hide the pattern.</p>
<p>Check out the <a href="http://en.wikipedia.org/wiki/Dithering#Digital_photography_and_image_processing">wikipedia</a> article for more information on the theory behind this topic.</p>
<p><strong>Translation file changes</strong><br />
The program will now automatically load a translation file if one (and only one) is in the same directory as the executable. The filename has to be in the format <em>translation.*.xml</em> with * being the <a href="http://msdn2.microsoft.com/en-us/library/ms533052.aspx">language code</a> (although at the moment it doesn&#8217;t matter what you put there). For an example, here&#8217;s the American translation file: <a href="http://ascgen2.cvs.sourceforge.net/*checkout*/ascgen2/ascgen2/translations/translation.en-us.xml">translation.en-us.xml</a></p>
<p>The full list of untranslated strings is here:<br />
<a href="http://ascgen2.cvs.sourceforge.net/*checkout*/ascgen2/ascgen2/translation.xml">http://ascgen2.cvs.sourceforge.net/*checkout*/ascgen2/ascgen2/translation.xml</a></p>
<p><strong>Text Widget</strong><br />
The brightness/contrast and levels widgets have been merged into one new widget, using tabs to switch between them and a new control for adjusting the dithering levels.<br />
<span id="more-107"></span><br />
<strong>Visual Studio 2008</strong><br />
The codebase has been moved to the new <a href="http://www.microsoft.com/express/vcsharp/Default.aspx">Visual C# 2008 Express Edition</a>, so you&#8217;ll need that if you want to compile the source code yourself. The executable is still being targeted at .Net 2.0 so hopefully there shouldn&#8217;t be any difference (I can&#8217;t see any good reason to change it to the latest .Net yet).</p>
<p><strong>Full change log:</strong><br />
<code>Fixed extra characters being added to colour rtf files in some font sizes<br />
Added automatic loading of a translation file (translation.?.xml) if one is present<br />
Added a basic dithering filter to the output<br />
Changed Ascii filters to implement an interface rather then inheriting a class<br />
Added specialized interfaces for the filters<br />
Moved brightness/contrast and levels into one widget<br />
Improved the levels control<br />
Stopped brightness/contrast accepting clicks from anything other than the left mouse button<br />
Stopped brightness/contrast control updating the output twice on reset or image load<br />
Added new control for dithering level and dithering random level to the text widget<br />
Added loading and saving the dithering values to the settings file<br />
Changed text widget to implement the brightness-contrast/levels/dither interfaces<br />
Changed brightness-contrast widget to implement the brightness-contrast interfaces<br />
Made main form access the widgets through their interfaces rather then directly<br />
Moved code development to Visual Studio 2008<br />
Fixed processing the conversion twice during image load</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fascgen-dotnet-095-released-dithering-and-more&amp;linkname=Ascgen%20dotNET%200.9.5%20released%20%26%238211%3B%20Dithering%20and%20more"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-095-released-dithering-and-more/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ascii Generator dotNET 0.9.1 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-091-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-091-released#comments</comments>
		<pubDate>Sun, 14 Oct 2007 14:07:56 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-091-released</guid>
		<description><![CDATA[Bug fix (which has literally been there forever), plus a whole new way of choosing how to save the files. Download it here Changes: Added toolstrip with buttons to rotate and flip the input image Replaced the different save menu items with a dialog Set Accept (enter) and Cancel (escape) buttons for edit settings and [...]]]></description>
			<content:encoded><![CDATA[<p>Bug fix (which has literally been there forever), plus a whole new way of choosing how to save the files.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=133786&#038;package_id=146945&#038;release_id=546833">Download it here</a></p>
<p><code>Changes:<br />
Added toolstrip with buttons to rotate and flip the input image<br />
Replaced the different save menu items with a dialog<br />
Set Accept (enter) and Cancel (escape) buttons for edit settings and text magnification forms<br />
Fixed ctrl codes being enabled/disabled when they shouldn't be if the menu hasn't been opened</code></p>
<p>Translation file changes are <a href="http://ascgen2.cvs.sourceforge.net/ascgen2/ascgen2/translation.xml?r1=1.13&#038;r2=1.17">here</a>.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fascii-generator-dotnet-091-released&amp;linkname=Ascii%20Generator%20dotNET%200.9.1%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-091-released/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Ascii Generator dotNET 0.9.0 Released!</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-090-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-090-released#comments</comments>
		<pubDate>Tue, 09 Oct 2007 15:43:39 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-090-released</guid>
		<description><![CDATA[Download it here Check out the previous post for details about how to translate the program into other languages. If you do a translation, please let me know so I can add it for other people to use. Changes: Improved speed of applying convolution matrix (used in output filters) Added saving to an image with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/project/showfiles.php?group_id=133786&#038;package_id=146945&#038;release_id=545406">Download it here</a></p>
<p>Check out the previous post for details about how to translate the program into other languages. If you do a translation, please let me know so I can add it for other people to use.</p>
<p>Changes:<br />
Improved speed of applying convolution matrix (used in output filters)<br />
<strong>Added saving to an image with colour</strong><br />
For images with transparency, the transparent area is now black if output was inverted on load<br />
Changed to no longer prompt to save after saving as an image<br />
<strong>Added colour print and print preview</strong><br />
Added loading resource strings from an xml file<br />
Added translation filename to the variables and settings file<br />
<strong>Added form to change some basic settings in the program</strong><br />
Improved speed of automatically generating ascii ramps<br />
Moved updating the settings into the Variables class<br />
Moved processing xml nodes into a new class<br />
<strong>Added saving as a nfo file</strong><br />
Localized the batch conversion log<br />
Removed depreciated Hidden property from the widgets<br />
Moved saving the settings into the Variables class<br />
Changed the settings file to read and write to settings.xml<br />
Fixed Ramp dropdown box being cut off<br />
Moved Brightness/Contrast controls into a separate control<br />
Replaced brightness/contrast textboxes with numeric up down boxes<br />
<strong>Added saving as colour text and images in a batch conversion<br />
Added a menu item to check for a new version</strong><br />
Fixed current output directory changing back to the default directory after saving<br />
<strong>Added right-click menu item to reset the brightness/contrast widgets</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fascii-generator-dotnet-090-released&amp;linkname=Ascii%20Generator%20dotNET%200.9.0%20Released%21"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-090-released/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ascii Generator dotNET Beta 8.2 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-82-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-82-released#comments</comments>
		<pubDate>Sat, 30 Jun 2007 14:24:37 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[improvement]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-82-released</guid>
		<description><![CDATA[I&#8217;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: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve fixed an error that slightly blurred and shifted the output up, and has been there <strong>FOREVER</strong>. <img src='http://ascgendotnet.jmsoftware.co.uk/wp-includes/images/smilies/icon_cry.gif' alt=':cry:' class='wp-smiley' /><br />
Plus filters are now applied to the edges. The output is better then it has ever been.</p>
<p>I also made a ton of code changes to improve how things are structured.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=133786&#038;package_id=146945&#038;release_id=519888">Download it here</a></p>
<p>Full list of changes:<br />
<span id="more-102"></span><br />
<code><br />
0.8.2:<br />
Added DrawText function with a offset parameter<br />
Moved Image to Values, Image to Colors and Text to Image into separate classes<br />
Moved values to text conversion classes into separate files<br />
Cleaned up TextProcessingSettings<br />
Moved applying the filters from TextProcessingSettings into the AscgenConverter<br />
Moved filter list creation to a property in TextProcessingSettings, and only recreated when needed<br />
Cleaned up ConvolutionMatrix and changed Apply to be a non-static function<br />
Moved applying a ConvolutionMatrix for a filter into a new subclass inherited by blur and sharpen<br />
Fixed error in the application of the ConvolutionMatrix<br />
Moved applying the ConvolutionMatrix values into a loop<br />
Fixed filters not being applied to the edges of the output<br />
Optimized unsharp mask a little<br />
Changed to only create static filters once<br />
Required a factor in the ConvolutionMatrix constructor, and added a default constructor<br />
</code></p>
<p><code>0.8.2a:<br />
Fixed batch conversion ramp not being auto generated<br />
Fixed freeze on width or height less then 2<br />
</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fascii-generator-dotnet-beta-82-released&amp;linkname=Ascii%20Generator%20dotNET%20Beta%208.2%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-82-released/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Ascii Generator dotNET Beta 8.1 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-81-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-81-released#comments</comments>
		<pubDate>Sun, 17 Jun 2007 22:01:54 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-81-released</guid>
		<description><![CDATA[Download it here Changes: Added maximum width and height to the variables and settings file Restored clicking and dragging outside the image to start selection Added checkbox, menu item and F12 shortcut to toggle image visibility Added link to the tutorials page Added the currently open filename to the title Added dragging and dropping an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/project/platformdownload.php?group_id=133786">Download it here</a></p>
<p>Changes:<br />
<code>Added maximum width and height to the variables and settings file<br />
Restored clicking and dragging outside the image to start selection<br />
Added checkbox, menu item and F12 shortcut to toggle image visibility<br />
Added link to the tutorials page<br />
Added the currently open filename to the title<br />
Added dragging and dropping an image onto the RichTextBox to load it<br />
Added pressing escape while dragging/moving selection rectangle to cancel changes<br />
Cleaned up and refactored JMSelectablePictureBox a little<br />
Added holding shift while selecting to constrain it to a perfect square</code></p>
<p>I&#8217;ve also updated the tutorial for the new interface:<br />
<a href="http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-tutorial-1-creating-an-ascii-image">http://ascgendotnet.jmsoftware.co.uk/ascgen-dotnet-tutorial-1-creating-an-ascii-image</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fascii-generator-dotnet-beta-81-released&amp;linkname=Ascii%20Generator%20dotNET%20Beta%208.1%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/ascii-generator-dotnet-beta-81-released/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Beta 8.0 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/beta-80-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/beta-80-released#comments</comments>
		<pubDate>Wed, 06 Jun 2007 18:43:23 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/beta-80-released</guid>
		<description><![CDATA[Download it here I&#8217;ve gotten rid of the tabs, and put the input and output images on the same bit so they&#8217;re both viewable all the time. I&#8217;ve been playing with it for a few weeks, and you get used to it. Added printing and print preview. Currently it prints to one page, and uses [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/project/platformdownload.php?group_id=133786">Download it here</a></p>
<p>I&#8217;ve gotten rid of the tabs, and put the input and output images on the same bit so they&#8217;re both viewable all the time. I&#8217;ve been playing with it for a few weeks, and you get used to it.</p>
<p>Added printing and print preview. Currently it prints to one page, and uses as much of the paper as available.</p>
<p>Right click on the input image, and you can rotate and flip it.</p>
<p>Full changes:<br />
<span id="more-100"></span><br />
<code><strong>New Features:</strong><br />
Added ability to print the text image<br />
Added print preview and page setup<br />
Moved image and text out of the tabs and into a split panel control<br />
Added rotating the input image by 90/180/270 degrees<br />
Added flipping the input image horizontally and vertically</code></p>
<p><code><strong>Fixes/code changes:</strong><br />
Fixed potential problem with version checking order<br />
Changed picturebox SelectedChanged event to only fire after the selection has finished changing<br />
Added picturebox SelectionChanging event to fire while the selected area is changing<br />
Cleaned up and reorganized WidgetBrightnessContrast class<br />
Added RotateImage(RotateFlipType) to the JMPictureBox<br />
Fixed being able to access output menu when it is disabled<br />
Fixed selection being lost in some cases after clicking outside the image<br />
Moved output unsharp/sharpening/blur into separate filter classes<br />
Moved output filters into an arraylist</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fbeta-80-released&amp;linkname=Beta%208.0%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/beta-80-released/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beta 7.3 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/beta-73-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/beta-73-released#comments</comments>
		<pubDate>Wed, 16 May 2007 14:10:29 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/beta-73-released</guid>
		<description><![CDATA[Bugfixes to tide things over while I work on the next major release. Download it here Fixed crash on '&#038;' in generated ramps (thanks Anonymous) Moved html/rtf creation into a separate class Fixed xhtml character encoding, and specified it in the file]]></description>
			<content:encoded><![CDATA[<p>Bugfixes to tide things over while I work on the next major release.</p>
<p><a href="http://sourceforge.net/project/platformdownload.php?group_id=133786">Download it here</a></p>
<p><code>Fixed crash on '&#038;' in generated ramps (thanks Anonymous)<br />
Moved html/rtf creation into a separate class<br />
Fixed xhtml character encoding, and specified it in the file</code></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fbeta-73-released&amp;linkname=Beta%207.3%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/beta-73-released/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beta 7.2 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/beta-72-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/beta-72-released#comments</comments>
		<pubDate>Fri, 26 Jan 2007 20:17:38 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/beta-72-released</guid>
		<description><![CDATA[Download it here Changes: Changed rtf output to be ASCII instead of Unicode/UTF to make them work in other programs Added automatic version checking against the sourceforge website Added &#8220;check for new versions?&#8221; bool to the variables and settings file Moved the version number into a structure instead of one variable Moved most effects applied [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://sourceforge.net/project/showfiles.php?group_id=133786&#038;package_id=146945&#038;release_id=481614">Download it here</a></p>
<p>Changes:<br />
Changed rtf output to be ASCII instead of Unicode/UTF to make them work in other programs<br />
Added automatic version checking against the sourceforge website<br />
Added &#8220;check for new versions?&#8221; bool to the variables and settings file<br />
Moved the version number into a structure instead of one variable<br />
Moved most effects applied to the output into classes<br />
Moved apply convolution matrix function into the ConvolutionMatrix structure<br />
Moved ascii conversion related files into a new folder<br />
Changed solution to compile without warnings in Visual C# Express<br />
Added &#8220;Copy Ramp to Clipboard&#8221; to the edit menu<br />
Moved ramp menu items into a sub-menu<br />
Moved font related menu items into a sub-menu<br />
Batch Conversion/Settings:<br />
- Restored missing resource string for Auto button/right click menu<br />
- Changed auto button right-click menu to a menustrip<br />
- Fixed problem with disabled Ok button when the regional settings decimal symbol isn&#8217;t &#8220;.&#8221;<br />
- Added setting backcolor of an invalid textbox to red<br />
- Fixed tab order<br />
- Fixed problems with invalid character sizes being allowed</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fbeta-72-released&amp;linkname=Beta%207.2%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/beta-72-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta 7.1 released</title>
		<link>http://ascgendotnet.jmsoftware.co.uk/beta-71-released</link>
		<comments>http://ascgendotnet.jmsoftware.co.uk/beta-71-released#comments</comments>
		<pubDate>Wed, 04 Oct 2006 15:52:31 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ascgen]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://ascgendotnet.jmsoftware.co.uk/beta-71-released</guid>
		<description><![CDATA[Download it here Changes: Removed &#8220;Force Greyscale&#8221; option when saving images, and set it to always output greyscale Added &#8220;Font&#8230;&#8221; to the edit menu Added &#8220;+&#8221; to the center of the selected area when moving it Fixed pictures not being released after they have been loaded Fixed brightness/contrast not being applied to the colours when [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://prdownloads.sourceforge.net/ascgen2/ascgen2-0.7.1.zip?download">Download it here</a></p>
<p>Changes:<br />
Removed &#8220;Force Greyscale&#8221; option when saving images, and set it to always output greyscale<br />
Added &#8220;Font&#8230;&#8221; to the edit menu<br />
Added &#8220;+&#8221; to the center of the selected area when moving it<br />
Fixed pictures not being released after they have been loaded<br />
Fixed brightness/contrast not being applied to the colours when saving as a colour image<br />
Fixed saving as html/colour text with ansi and other non-standard characters<br />
Small improvement to outputted css</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fascgendotnet.jmsoftware.co.uk%2Fbeta-71-released&amp;linkname=Beta%207.1%20released"><img src="http://ascgendotnet.jmsoftware.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ascgendotnet.jmsoftware.co.uk/beta-71-released/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
