tuxpaint-pencil-sharpener/docs
Bill Kendrick 3f5bc2b554 thumbnail2() - ceil() the new_x & new_y calculations
I noticed that buttonsize=90 or =91 would end up with UI buttons
images ere one pixel smaller (89x89 or 90x90, respectively) than
expected, hence they layout would end up with one row and one
column of unused pixels between them.  Any button content (e.g.
stamp thumbnails) that might render into the full size would end
up leaving garbage pixels behind.

Applying ceil() to the new_x and new_y (but then making sure they do
not exceed the requested max_x and max_y) calculated sizes inside the
thumbnail2() function.  (We do not simply use max_x and max_y directly,
because we are usually trying to maintain the original image's aspect
ratio.)
2023-05-04 23:29:39 -07:00
..
en Sync README: Magic sizing added in 0.9.30 note 2023-05-02 22:53:29 -07:00
es_ES.UTF-8 Sync README: Magic sizing added in 0.9.30 note 2023-05-02 22:53:29 -07:00
fr_FR.UTF-8 Sync README: Magic sizing added in 0.9.30 note 2023-05-02 22:53:29 -07:00
gl_ES.UTF-8 Sync README: Magic sizing added in 0.9.30 note 2023-05-02 22:53:29 -07:00
html/images Magic docs: Picture Warps: Add screenshots 2023-05-03 00:19:57 -07:00
ja_JP.UTF-8 Sync README: Magic sizing added in 0.9.30 note 2023-05-02 22:53:29 -07:00
outdated/zh_tw Removing outdated docs 2022-12-11 01:51:29 -08:00
AUTHORS.txt Crediting Will T. for Flatpak packaging 2023-04-22 09:52:07 -07:00
CHANGES.txt thumbnail2() - ceil() the new_x & new_y calculations 2023-05-04 23:29:39 -07:00
COPYING.txt Removed various translations of COPYING 2021-09-18 21:59:22 -07:00
default_colors.txt Default colors are duplicated, as an example, in docs/default_colors.txt. 2006-09-10 18:50:11 +00:00
dejavu.txt Updated default_font.ttf. 2008-12-09 22:51:49 +00:00
Makefile Sync docs to grab Japanese updates 2023-05-02 22:26:32 -07:00
README.txt Removing outdated docs 2022-12-11 01:51:29 -08:00
RELEASE.txt RELEASE: Add info about Softonic 2023-05-01 14:23:20 -07:00
TROUBLESHOOTING.txt Starting out a TROUBLESHOOTING.txt doc 2023-03-09 22:42:43 -08:00

See [locale]/html/README.html or [locale]/README.txt,
and the other documentation within.