Way better scaling of Starter thumbnails

Providing better command-line args to ImageMagick `convert` to
produce nice-looking thumbnail PNGs of Starter images.
(N.B. - I'm using "ImageMagick" Version: 8:6.9.7.4+dfsg-16ubuntu6.7)
This commit is contained in:
Bill Kendrick 2019-09-14 10:11:05 -07:00
parent 2117db234e
commit 73dc07b608
2 changed files with 8 additions and 3 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2019.Sep.12 (0.9.24)
2019.Sep.14 (0.9.24)
* New tools
---------
* Fill
@ -55,6 +55,9 @@ $Id$
* Updated most parts of the code that were throwing warnings in GCC.
* Build process generates thumbnails of included Starter images.
When installed, this greatly increases the speed of the "New" dialog.
* Documentation updates
---------------------
* Mended link to MinGW/MSYS instructions at John Popplewell's website.