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 JanFX SmoothResize JanFX Stretch Transform (from Graphics32) HB (Private) madGraphics (from madShi) VCL.ScaleImage (from Embarcadero) VCL.Stretch (from Embarcadero) SmoothResize (assembler) Windows Thumbnail (Windows API) Windows StretchBlt (Windows API) […]
Say no to crappy images in your Delphi programs. Finding the best resizing algorithm. Read More »