<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>sjbrown.co.uk</title>
<link>http://www.sjbrown.co.uk</link>
<description>simon brown's ramblings</description>


<item><title>Coping with distraction</title><link>http://www.sjbrown.co.uk/?news=15</link><description>&lt;P&gt;So I had a few months off, devoid of thinking unless &lt;I&gt;monetary&lt;/I&gt; rewards were involved.  Having got over this slightly unproductive phase I am highly motivated to write more stuff, starting with the newest squish release.&lt;/P&gt;&lt;P&gt;You may have noticed that squish is now the core compressor in NVIDIA's very own &lt;A href='http://developer.nvidia.com/object/texture_tools.html'&gt;Texture Tools&lt;/A&gt;, many thanks are due to &lt;A href='http://castano.ludicon.com/'&gt;Ignacio Casta&amp;ntilde;o&lt;/A&gt; for releasing the source code and letting me roll all the improvements back into the main release.  Also thanks to Fabian &amp;quot;ryg&amp;quot; Giesen for the single colour table symmetry trick. The main feature of squish 1.10 is that cluster fit is now &lt;B&gt;4x&lt;/B&gt; faster than the previous release, grab it from the &lt;A href='?code=squish'&gt;squish project page&lt;/A&gt;.&lt;/P&gt;</description><pubDate>Wed, 21 Mar 07 00:00:00 +0000</pubDate></item><item><title>Released squish 1.9</title><link>http://www.sjbrown.co.uk/?news=14</link><description>&lt;P&gt;Many thanks to the contributers for &lt;A href='?code=squish'&gt;squish&lt;/A&gt; 1.9.  There a 3 major updates in this release:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There is now a build setting for SSE1 instructions only (vs SSE1 and SSE2)&lt;LI&gt;The Xcode project now builds a universal framework&lt;LI&gt;The cluster fit algorithm has been made iterative for further image quality improvements&lt;/UL&gt;&lt;P&gt;See the &lt;A href='?article=dxt'&gt;DXT Compression&lt;/A&gt; page for details of the iterative cluster fit algorithm.</description><pubDate>Mon, 02 Oct 06 00:00:00 +0100</pubDate></item><item><title>Released squish 1.8</title><link>http://www.sjbrown.co.uk/?news=13</link><description>&lt;P&gt;Many thanks to the contributer of the latest &lt;A href='?code=squish'&gt;squish&lt;/A&gt; patch, which has significantly improved the speed of the SSE build of the library. This patch is based on the observation that the library can function just as well with trunc instead of floor, which maps much more efficiently to SSE (and with no difference on Altivec). Winnar!&lt;/P&gt;</description><pubDate>Sat, 02 Sep 06 00:00:00 +0100</pubDate></item><item><title>Paint.net gets squished</title><link>http://www.sjbrown.co.uk/?news=12</link><description>&lt;P&gt;Friend and colleague &lt;A href='http://www.dmashton.co.uk'&gt;Dean&lt;/A&gt; has written a &lt;A href='http://www.dmashton.co.uk/?page_id=13'&gt;DDS plug-in&lt;/A&gt; for &lt;A href='http://www.getpaint.net/'&gt;Paint.NET&lt;/A&gt; that uses &lt;A href='?code=squish'&gt;squish&lt;/A&gt; for its DXT compression (and decompression). This is most useful for those of us who cannot afford the dark arts of photoshop. He has also been kind enough to make the plug-in open source. Neato!&lt;/P&gt;</description><pubDate>Tue, 08 Aug 06 00:00:00 +0100</pubDate></item><item><title>Released squish 1.7</title><link>http://www.sjbrown.co.uk/?news=11</link><description>&lt;P&gt;Another maintenance release of the &lt;A href='?code=squish'&gt;squish&lt;/A&gt; library. The changes are listed on the project page, thanks again to the people who sent in bug reports and suggested fixes.&lt;/P&gt;</description><pubDate>Tue, 25 Jul 06 00:00:00 +0100</pubDate></item><item><title>More bugs fixed in squish 1.6</title><link>http://www.sjbrown.co.uk/?news=10</link><description>&lt;P&gt;Just another bug-fix release of the &lt;A href='?code=squish'&gt;squish&lt;/A&gt; library. The major fixes are for the unexpected transparent pixels when using DXT1 compression, and for compression of images with arbitrary dimensions. Many thanks to those who sent in bug reports and suggested fixes.&lt;/P&gt;</description><pubDate>Thu, 29 Jun 06 00:00:00 +0100</pubDate></item><item><title>New squish 1.5 release</title><link>http://www.sjbrown.co.uk/?news=9</link><description>&lt;P&gt;Hmm perhaps I should be considering dot releases. Anyhow, this release of &lt;A href='?code=squish'&gt;squish&lt;/A&gt; actually has new features! Both are improvements suggested by library users, but I will be shamelessly claiming that they are my own ideas from now on.&lt;/P&gt;&lt;P&gt;Firstly, a new function that compresses a DXT block with a mask that only enables certain pixels. This can avoid undesirable colour biasing for images that aren't an exact number of blocks. Secondly, a new flag that weights each colour by its alpha value, which can significantly improve the perceived quality of the image when it is rendered using alpha blending.&lt;/P&gt;</description><pubDate>Tue, 30 May 06 00:00:00 +0100</pubDate></item><item><title>Another bug fixed for squish 1.4</title><link>http://www.sjbrown.co.uk/?news=8</link><description>&lt;P&gt;Released version 1.4 of the &lt;A href='?code=squish'&gt;squish&lt;/A&gt; compression library. This is to fix an area of stack abuse in the 3-colour range fit implementation. My bad!&lt;/P&gt;</description><pubDate>Sun, 30 Apr 06 00:00:00 +0100</pubDate></item><item><title>Bug-fix squish 1.3 release</title><link>http://www.sjbrown.co.uk/?news=7</link><description>&lt;P&gt;Released version 1.3 of the &lt;A href='?code=squish'&gt;squish&lt;/A&gt; compression library. This is to update the visual studio and makefile build process and work around a problem with the SSE implementation of vec_floor.&lt;/P&gt;</description><pubDate>Sat, 08 Apr 06 00:00:00 +0100</pubDate></item><item><title>Optimal single-colour DXT compression</title><link>http://www.sjbrown.co.uk/?news=6</link><description>&lt;P&gt;Released version 1.2 of the &lt;A href='?code=squish'&gt;squish&lt;/A&gt; compression library. This adds a provably optimal single colour compressor for much better results for posterised images. I've added a quick description of the algorithm to the &lt;A href='?article=dxt'&gt;DXT&lt;/A&gt; article, but as always you can just grab the source code if you want to take a look.&lt;/P&gt;</description><pubDate>Fri, 03 Mar 06 00:00:00 +0000</pubDate></item><item><title>Other people finish them too</title><link>http://www.sjbrown.co.uk/?news=5</link><description>&lt;P&gt;So it turns out that there are a couple of other open source DXT compression libraries out there on the electric interweb. I've updated the &lt;A href='?code=squish'&gt;squish&lt;/A&gt; page with links to the competition, as well as posting up an updated version that fixes a DXT1 bug and adds a few API helper functions.&lt;/P&gt;</description><pubDate>Tue, 28 Feb 06 00:00:00 +0000</pubDate></item><item><title>Smaller projects get finished</title><link>http://www.sjbrown.co.uk/?news=4</link><description>&lt;P&gt;Behold! I have done more stuff. I've always been surprised that no-one has written an open source DXT compression library, since the only passable DXT compression seems to come from the binary-only executable written by NVIDIA.&lt;/P&gt; &lt;P&gt;So I've written an article on &lt;A href='?article=dxt'&gt;DXT compression techniques&lt;/A&gt;, and packaged up the implementation in a free library I call &lt;A href='?code=squish'&gt;squish&lt;/A&gt;. It's a touch slower than the NVIDIA compressor, but the compression quality is pretty much identical. Did I mention it's free and open source?&lt;/P&gt;</description><pubDate>Thu, 19 Jan 06 00:00:00 +0000</pubDate></item><item><title>RIP meshtools</title><link>http://www.sjbrown.co.uk/?news=3</link><description>&lt;P&gt;If you're wondering what happened to meshtools, then I've put up a page &lt;A href='?code=meshtools'&gt;here&lt;/A&gt; as its final resting place.&lt;/P&gt;</description><pubDate>Sun, 09 Oct 05 00:00:00 +0100</pubDate></item><item><title>Lumines FTW!</title><link>http://www.sjbrown.co.uk/?news=2</link><description>&lt;P&gt;Work gave us each a PSP, which was nice. If you're going to buy one game for the system, then I recommend &lt;A href='http://www.luminesgame.com/' target='_blank'&gt;Lumines&lt;/A&gt;. It plays a bit like a cross between Rez and Tetris, is fantastic in motion (screenshots really don't do it justice), and is terribly addictive...&lt;/P&gt;</description><pubDate>Sat, 17 Sep 05 00:00:00 +0100</pubDate></item><item><title>All change</title><link>http://www.sjbrown.co.uk/?news=1</link><description>&lt;P&gt;I've removed all the stuff that I have no time to finish, redone the site back-end in php so I can maintain the rest with minimum effort. If you were looking for something that has disappeared, then drop me an email at &lt;A href='mailto:si@sjbrown.co.uk'&gt;si@sjbrown.co.uk&lt;/A&gt; and I can sort you out.&lt;/P&gt;</description><pubDate>Sat, 10 Sep 05 00:00:00 +0100</pubDate></item>
</channel>
</rss>
