algorithm

My odyssey in the world of bioinformatics, with Delphi

After a conversation about the low popularity of the Delphi language—further worsened by the lack of libraries for Delphi—I decided to share my odyssey in the world of bioinformatics, using Delphi as my primary development tool.   My toy tool that turned into a commercial product Back in 2007, I wrote a small tool for […]

My odyssey in the world of bioinformatics, with Delphi Read More »

Say no to crappy images in your Delphi programs. Finding the best resizing algorithm.

So, because I built a program that has to resize/scale images up and down, I built this tool to test 13 resizing algorithms for Delphi. Tested algorithms Tests: Two of the above tests include 3rd party algorithms.If you don’t have access to their source code, you will have to switch off the {$3RDPARTY} switch.  

Say no to crappy images in your Delphi programs. Finding the best resizing algorithm. Read More »

Scroll to Top