Beginning GIF export
Beginning addition of an option to export animated GIFs from the Open -> Slideshow dialog, after choosing the images. Non-operable at this time, but a button has been added (and will provide a hint to select 2 or more images, when clicked).
This commit is contained in:
parent
3ede0b96bf
commit
8c3a07294b
7 changed files with 408 additions and 16 deletions
|
|
@ -103,6 +103,10 @@ $Id$
|
|||
which was from "Gimp-gluas" plug-in for The GIMP:
|
||||
http://pippin.gimp.org/plug-ins/gluas/
|
||||
|
||||
Animated GIF export from "gifenc",
|
||||
https://github.com/lecram/gifenc,
|
||||
by Marcel Rodrigues <http://lecram.github.io/>
|
||||
|
||||
Mouse accessibility code and keyboard access
|
||||
Ankit Choudary <ankit.goaldecided@gmail.com>, as part of GSOC 2010,
|
||||
with integration and fixes by Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,16 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2020.June.22 (0.9.25)
|
||||
2020.July.24 (0.9.25)
|
||||
* New Features
|
||||
------------
|
||||
* [WIP] GIF export option from Open -> Slideshow dialog.
|
||||
* Utilizes "gifenc", public domain by Marcel Rodrigues:
|
||||
https://github.com/lecram/gifenc
|
||||
* Depends on "libimagequant", from the "pngquant2" project:
|
||||
https://github.com/ImageOptim/libimagequant
|
||||
(GPL v3 or later, for Free/Libre Open Source Software)
|
||||
|
||||
* Ports & Building
|
||||
----------------
|
||||
* Corrections for Haiku not opening saved files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue