Adding support for Kid Pix templates (KPX files) as Starter images.

This commit is contained in:
William Kendrick 2009-10-07 23:52:54 +00:00
parent f243f8976a
commit dd96740109
4 changed files with 80 additions and 17 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2009.October.3 (0.9.22)
2009.October.7 (0.9.22)
* New Tools:
----------
* Label - A tool to add text to a drawing, which can be modified or
@ -34,9 +34,14 @@ $Id$
* Other Improvements:
-------------------
* Starter images can be in SVG format.
* Starter images can be in SVG (Scalable Vector Graphics) format.
(Avoids loading PNG if SVG with the same name exists.)
* Starter images can be in KPX (Kid Pix Template) format.
(These appear to simply be JPEG with 60 byte's worth of Mac OS
resource fork header at the beginning.)
(Thanks to Sarah Curry for sharing some example templates to test.)
* When a default size was not specified, SVG-based Stamps would default
to the largest, which was canvas-sized. Now defaulting to a more
reasonable size. (And users can click the maximum size choice to get

View file

@ -501,6 +501,11 @@ Fonts
transparency, white will be converted to transparent when the Starter
is opened.
Note: Previous to Tux Paint 0.9.22, Starters had to be in PNG or JPEG
(backgrounds only) format. As of 0.9.22, they may be in SVG (vector
graphics) or KPX (templates from Kid Pix, another childrens' drawing
program; they are special files which simply contain a JPEG within).
Scene-Style
Along with the 'coloring-book' style overlay, you can also provide a

View file

@ -647,6 +647,12 @@ effect.</p>
black and transparent. As of 0.9.21, if a Starter is black and white,
with no transparency, white will be converted to transparent when the
Starter is opened.</p>
<p><b>Note:</b> Previous to Tux Paint 0.9.22, Starters had to be in
PNG or JPEG (backgrounds only) format. As of 0.9.22, they may be in
SVG (vector graphics) or KPX (templates from Kid Pix, another childrens'
drawing program; they are special files which simply contain a JPEG
within).</p>
</blockquote>
<b>Scene-Style</b>