Re: [Tuxpaint-devel] Stamps rotation
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2022-09-02 09:14:23
|
On Fri, Sep 02, 2022 at 01:53:24AM -0700, Bill Kendrick wrote: <snip> > There's also a problem of the rotation being very > easily tilted sideways quickly. I added a mouse warp, which helps! <snip> > Also, I just noticed (how long has this happend! 8^o) > that the "flip" control button is not showing any icon. The image is very simple, graphically, so when I did some image compression (`pngout`) recently, I guess it dropped to "indexed" mode, and it seems that the SDL alpha blending trickery I use to plop icons onto buttons was failing in that situation. I'm finding others in the same situation. I'll work to mend those, too. kendrick@gambit:~/tuxpaint/tuxpaint$ find . -name "*.png" -exec file {} \; | grep "1-bit colormap" ./starters/grid_20x20.png: PNG image data, 601 x 305, 1-bit colormap, non-interlaced ./starters/chicken.png: PNG image data, 448 x 376, 1-bit colormap, non-interlaced ./starters/jigsaw_5x5.png: PNG image data, 800 x 614, 1-bit colormap, non-interlaced ./starters/grid_10x10.png: PNG image data, 602 x 306, 1-bit colormap, non-interlaced ./starters/jetplane.png: PNG image data, 448 x 376, 1-bit colormap, non-interlaced ./starters/jigsaw_3x3.png: PNG image data, 800 x 614, 1-bit colormap, non-interlaced ./flip.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/realrainbow-roygbiv.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/flip.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/silhouette.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/fisheye.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/mosaic.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/tv.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/picasso.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./magic/icons/stretch.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./data/brushes/tiny.png: PNG image data, 1 x 1, 1-bit colormap, non-interlaced ./data/brushes/square_seethru.png: PNG image data, 20 x 20, 1-bit colormap, non-interlaced ./data/brushes/rotating_dash.png: PNG image data, 5 x 10, 1-bit colormap, non-interlaced ./data/brushes/aa_round_03.png: PNG image data, 3 x 3, 1-bit colormap, non-interlaced ./data/brushes/square_24.png: PNG image data, 24 x 24, 1-bit colormap, non-interlaced ./data/brushes/square_36.png: PNG image data, 36 x 36, 1-bit colormap, non-interlaced ./data/brushes/square_12.png: PNG image data, 12 x 12, 1-bit colormap, non-interlaced ./data/brushes/square_06.png: PNG image data, 6 x 6, 1-bit colormap, non-interlaced ./data/images/shapes/square.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./data/images/shapes/rectangle.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./data/images/shapes/rectangle_f.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced ./data/images/shapes/square_f.png: PNG image data, 40 x 30, 1-bit colormap, non-interlaced -bill! |