Go to file
Lu zhiping 449cbc7722 changed debian/source/format to native 2022-06-27 15:23:27 +08:00
debian changed debian/source/format to native 2022-06-27 15:23:27 +08:00
libpng Import Upstream version 1.8 2022-06-27 15:23:24 +08:00
projects Import Upstream version 1.8 2022-06-27 15:23:24 +08:00
zlib Import Upstream version 1.8 2022-06-27 15:23:24 +08:00
Makefile Import Upstream version 1.8 2022-06-27 15:23:24 +08:00
apng2gif.cpp Import Upstream version 1.8 2022-06-27 15:23:24 +08:00
readme.txt Import Upstream version 1.8 2022-06-27 15:23:24 +08:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

  APNG to GIF Converter 1.8

  This program converts APNG animations into animated GIF format.
  Wu quantizer is used for true-color files.

  http://apng2gif.sourceforge.net/

  Copyright (c) 2010-2017 Max Stepin
  maxst@users.sourceforge.net

  License: zlib license

--------------------------------

  Changes in version 1.8:

- Improved APNG decoder based on apngdis 2.9

- Adjusted number of loops

- Duplicate frames optimization

- 64 bit biraries for Windows

--------------------------------

  Usage (for command-line version): 

apng2gif anim.png [anim.gif] [-t tlevel] [-b bcolor]

  Options:

-t 128 

  will set the transparency threshold level as 128, so pixels 
  with alpha level less than 128 will become fully transparent.

-b 255 0 0 
-b "#ff0000"

  will set the background color as red, so partially transparent 
  pixels will be composed over red. When -b is used, -t is ignored.

  When no options are specified, default threshold is 128, 
  no background color.