Archives For November 30, 1999

Free open-source image enlarger SmillaEnlarger sees first update in over 10 years.

SmillaEnlarger is small graphical tool, based on Qt, to resize, especially magnify bitmaps in high quality. The used algorithm is an invention of the developer’s own.

SmillaEnlarger 0.9.1 is the first release in over 10 years, features Qt 5 port.

Get SmillaEnlarger:

The source tarball as well as Mac OS package are available to download in the link below:

Download SmillaEnlarge

It’s easy to compile the software, simply do:

  • Grab the source tarball, open Downloads folder and extract the tarball.
  • In file browser, navigate to the source “smillaenlarger-0.9.1” folder.
  • Right-click on blank area and select “Open in terminal”

When terminal opens, run following commands one by one to build the image enlarger:

qmake ImageEnlarger.pro
make

Finally launch the software within the terminal window via command:

./SmillaEnlarger

That’s it.