APNG Assembler

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
smaragdus
Posts: 2120
Joined: Sat Jun 22, 2013 3:24 am
Location: Aeaea

APNG Assembler

#1 Post by smaragdus »

Preamble
APNG Assembler has already been mentioned at The APNG format forum thread by billon and webfork. For me this program is extremely useful and I think it deserves it own forum thread and submission to the database. I am reviewing the GUI version of APNG Assembler.

Synopsis
APNG Assembler creates APNG animation from PNG/TGA image sequence.

A number of optimization techniques used to make APNG files as small as possible: inter-frame optimization utilizing alpha-blend and dispose operations, smaller than the full-size subframes, dirty transparency, color type and palette optimizations, and various compression options: zlib, 7zip, Zopfli.

Command-line version is available for all major OSes, as well as GUI version for Windows. C++ source code is available under zlib license

Command line: apngasm output.png frame001.png [options]

Command line: apngasm output.png frame*.png [options]
Features
Options:

1 10: frame delay is 1/10 sec. (default)

-l2: 2 loops (default is 0, forever)

-f: skip the first frame

-kp: keep the original palette, do not optimize it.

-kc: keep the original PNG color type, do not optimize it.

-z0: zlib compression

-z1: 7zip compression (default)

-z2: Zopfli compression

-i##: number of iterations (default -i15) for 7zip and Zopfli
Links
Website - http://apngasm.sourceforge.net/
Project Page - https://sourceforge.net/projects/apngasm/
Download Page - https://sourceforge.net/projects/apngasm/files/
Forum - https://sourceforge.net/p/apngasm/discussion/
Publisher - https://sourceforge.net/u/maxst/profile/
Twitter - https://twitter.com/stepinm
Softpedia - http://www.softpedia.com/get/Multimedia ... bler.shtml
AlternativeTo - https://alternativeto.net/software/apng-assembler/
APNG Software - http://littlesvr.ca/apng/
APNG Maker (web) - https://animatedpngs.com/
Animated PNG Maker (web) - https://ezgif.com/apng-maker
Wikipedia (APNG) - https://en.wikipedia.org/wiki/APNG

Downloads
Direct Download Links for APNG Assembler version 2.91 (released on 2016-12-29): Images

APNG Assembler version 2.91 - main window:

Image

APNG Assembler version 2.91 - playback settings:

Image

APNG Assembler version 2.91 - delays - all frames:

Image

APNG Assembler version 2.91 - compression settings:

Image

APNG Assembler version 2.91 - program working:

Image

APNG Assembler version 2.91 - job done:

Image

APNG Assembler version 2.91 - a sample image - 2 seconds delay between frames:

Image

Portability
APNG Assembler is portable and stealth- it saves no settings.

Instructions
  • Download either the x32 archive (apngasm_gui-2.91-bin-win32.zip) or the x64 archive (apngasm_gui-2.91-bin-win64.zip);
  • Extract the archive to a folder of your choice;
  • Run either the x32 executable (apngasm_gui.exe) or the x64 executable (apngasm_gui64.exe);
Requirements
I suppose that APNG Assembler should work under all Windows versions from XP to 10.

License
APNG Assembler is licensed under zlib License.

Note
The input PNG files should have the same dimensions.
The developer's e-mail address can be found in the readme.txt included in the archives.

Details
File details for APNG Assembler version 2.91 (released on 2016-12-29).

==

APNG Assembler GUI x32:
Name: apngasm_gui-2.91-bin-win32.zip
File Size: 211027 Byte(s) (206.08 KB)
Modified Date: 2016-12-03 01:11
MD5: 71af8106a208c0b531c4c0d812b4ae86
SHA1: 57dab0f38f6f377a10baf105c368e4d8ef9444f4
SHA256: 7d2047d3334fedf2939b01deb5ff5ef551b4ac67c925e185561a618356a99bba
SHA512: 3da962f01a825246e646d4c1d832c445360d8358a74d6fdf15a4f950657f01825e2a5751aec99f9a2b74f39fda01af89637bb0d9132fd78d41eeb654b55b3dc9

VirusTotal analysis
SHA256: 7d2047d3334fedf2939b01deb5ff5ef551b4ac67c925e185561a618356a99bba
File name: apngasm_gui-2.91-bin-win32.zip
Detection ratio: 1 / 57
Analysis date: 2017-08-02 00:41:06 UTC

==

APNG Assembler GUI x64:
Name: apngasm_gui-2.91-bin-win64.zip
File Size: 232647 Byte(s) (227.19 KB)
Modified Date: 2016-12-03 01:11
MD5: eb3a6adb3ce2fa11799ea2bfe3ba3578
SHA1: 536f01441a6110dc2467cb2f5206761b009508d5
SHA256: 2185a9ff87390f033b5c7c0c2f699ede6189df97a31ae1bc1da577c6245b7094
SHA512: aeb130a22311ee6c7f84b8f7cf11d6d270914401c9855e833ba622b204b11d91c33187fea9132436147d8dc3928a02e790467d7cc196aca423b03d1e82f80491

VirusTotal analysis
SHA256: 2185a9ff87390f033b5c7c0c2f699ede6189df97a31ae1bc1da577c6245b7094
File name: apngasm_gui-2.91-bin-win64.zip
Detection ratio: 0 / 58
Analysis date: 2017-08-02 00:48:37 UTC

==

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: APNG Assembler

#2 Post by webfork »

For me this program is extremely useful and I think it deserves it own forum thread and submission to the database. I am reviewing the GUI version of APNG Assembler.
This went into a lot of depth that even I didn't know about. Thanks for posting all this to the submissions thread.

Post Reply