code
- bitbucket repositories
- Wavelet Library 3 Newer version of the lossy and lossless, completely embedded image compression library (under zlib-License)
- WowPlot Graphical analysis tool for World of Warcraft combat logs for Mac OS X Leopard (10.5). Its main focus lies in evaluating time-dependant combat performance in a very free-form fashion.
Categories
Archives
- July 2011
- April 2011
- March 2011
- October 2010
- August 2010
- July 2010
- June 2010
- November 2009
- July 2009
- May 2009
- January 2009
- October 2008
- September 2008
- July 2008
- May 2008
- March 2008
- January 2008
- October 2007
- September 2007
- July 2007
- April 2007
- March 2007
- January 2007
- December 2006
- October 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
- July 2002
- June 2002
- May 2002
- April 2002
- March 2002
- February 2002
- January 2002
- December 2001
- November 2001
- October 2001
- September 2001
- August 2001
- July 2001
- June 2001
- May 2001
- April 2001
- March 2001
- February 2001
Category Archives: wavelet
More Speed, less Fat
Updated the wavelet-code to version 2.6. What’s new? Speed… I essentially added a new data-independent error-estimator (“Approximate” in the GUI) and optimised the wavelet-transforms (MMX-code) and lots of other bits and pieces… Complete Package. Demo-Page.
Posted in wavelet
Leave a comment
No reaction
I’ve been thinking about relicensing the wavelet-code under the zlib-license… Anyone interested enough in that to be worth doing?
Posted in wavelet
Leave a comment
Wavelet Fixes
*Small bug fixed (decidedly non-power-of-2 images sometimes had important wavelet-coefficients zeroed out). Thanks, Christian Lange!* Wavelet code updated to version 2.5.2 (including source). Improved the quantiser-selection for bit-limits (i.e. file-size) a LOT (was a bit stupid before – I only … Continue reading
Posted in wavelet
Leave a comment
Improved the wavelet-code a bit
Added support for loading texture- and cube-maps and changed the GUI so that it can be used to view files from the command-line.
Posted in wavelet
Leave a comment
Better, smaller, faster
Fixed the bug and updated the wavelet code to 2.5. Includes much faster compression, smaller memory footprint and a web-browser plugin w/ progressive downloading. Check the code-page for source and details. Also take a look at the demonstration-page to test … Continue reading
Posted in wavelet
Leave a comment
Warning
there’s a bug in my wavelet-decompression browser plugin (using multiple threads). i’ll release version 2.5 as soon as i fix that (with the source )…
Posted in wavelet
Leave a comment
Wavelet code now up to version 2.5
Will be up on the page soon (i.e. tonight or probably tomorrow). Sneak preview available here. The browser-plugin still has some multi-threading issues I need to fix (although IMO it should work… I ain’t allocating critical sections for nuthing! ).
Posted in wavelet
2 Comments
Integer Math in CAS
got this week off (all of 4head does in fact), so i started to do some more research on my wavelet-code. spent two days in mathematica trying to analyse error-propagation in the wavelet-transform, proved it is symmetric (just did that … Continue reading
Posted in wavelet, work
Leave a comment
wavelet kompressor 2.1
wavelet.zip updated to version 2.1. it had serious bugs in the quality based quantiser-selection (one was related to not returning lossless “solutions” when they were asked for, the other very often returned large solutions, although better (i.e. smaller) ones were … Continue reading
Posted in wavelet
Leave a comment
slightly updated the wavelet code again… i had a little inspiration yesterday evening (well… it should’ve been the obvious thing to do): i now reorder the coefficients that were set to 0 (for non power-of-2 dimensions) to the end of … Continue reading
Posted in wavelet
Leave a comment
updated the code page w/ the wavelet kompressor, made some (very minor) changes to the code and added documentation (i think that’s a first for me !
Posted in wavelet
Leave a comment
finished the GUI, commented the wavelet compression code (together with everything else) and released it all with source under the GPL. have fun… wavelet.zip!! and please give feedback
Posted in wavelet
Leave a comment