corrected release build script
Added tools to crosscompile for windws x86_64
Smallish change to website
Adapted build scritps to be able to compile als...
A few more small changes to READMEs before release
Update to webpage after release
Getting ready for v0.3. (lotsa little details)
Some more corrections to the homepage
Added -clipping options for rotate.
Added math page to webpage, made webpages html ...
Added -from and -to options to all commands whe...
Fixed performance problem due to moving interpo...
Small correction to the webpages: there was an ...
Some corrections to doc, other minor stuff
Just a few corrections to the release README (u...
Completed tests for lanczos filters.
Completed lanczos interpolation.
Tests now reflect new file structure. Added tes...
Moved code for scaling, rotating, and interpola...
Added lanczos interpolation (fist draft)
Small fix: replaced deprecated bzero with memset
Small bugfix to build tools (Thanks Michael for...
smallish cleanup
Added candidate search to rotate function
housekeeping
improvements to release tools, updated webpage
...
getting rid of some old stuff
smallish correction
Completed unit tests
More unit tests, some smallish corrections to i...
simplified linear interpolation function (un-op...
changed build system to autotools, code cleanup...
complteted migration to autotools
renamed the '-region' option to '-to'
moved transparency code to separate file.
Added a chunk of test for interpolation functio...
bugfix in -exact code
Added -exact option (debug only)
Added code to search for pixels suited to test ...
Merge branch 'master' into searchRoundErr
Changed data type for interpolation to double
fixed assert/rounding problem
completed tests for scaling interpolation funct...
Smallish tweaks to tests
Added some tests for single-color images
Last few changes before release
Result of investigation: failing tests are real...
Fixed a nasty bug in downscaling interpolation ...
Merged most changes from rel0.1 branch, except ...
Added ::imgtools::gradient command and tests
Created PKGBUILD, getting ready for next step (...
Temp commit to go back one step...
Partial rewrite of generic interpol functs. No ...
simplified and optimised scaling interpolation
Added ::imgtools::transparency command
Implemented -shrink option
Build system (cmake) now build a .tm, can run t...
Added image scaling from imgtools1.c.
Added linear and nearest filter
This commit should have been part of the previo...
Initial commit.
Code cleanup for release
Fixed transparency problem with rotate90, added...
Added webpage
More optimisations, the image data import/expor...
Smallish fix with alpha disassociation
Switched to cmake for builds, instead of hand-c...
Changed some datatypes in ralative pixel positi...
Added overhead checking to cputime.
Options parsing should be Unicode-safe now
Changed imgtools to imgtoolsExact
Added first bunch of tests and tools for testing