The AROS Archives(anonymous IP: 3.239.6.58,273) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (91)
   o Datatype (15)
   o Demo (41)
   o Development (238)
   o Document (52)
   o Driver (19)
   o Emulation (59)
   o Game (491)
   o Graphics (200)
   o Library (21)
   o Network (53)
   o Office (20)
   o Utility (242)
   o Video (17)

Total files: 1559

Full index file
Recent index file

Part of aros exec
 Readme for:  Development » Library » apng_amiga.lha

Apng_amiga

Description: Library Plugin For Hollywood Applications
Download: apng_amiga.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 2Mb
Version: 1.1
Date: 03 Jun 19
Author: Andreas Falkenhahn
Submitter: salvatore
Email: abbate_salvatore/yahoo com
Homepage: https://www.hollywood-mal.com/
Requirements: Aros Abiv0 i386
Category: development/library
License: Freeware
Distribute: yes
FileID: 1852
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 26  (Current version)
26  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
apng.hwp
========

This plugin enables Hollywood to load and save animations in the APNG format
(Animated Portable Network Graphics). The great advantage of the APNG format
is that it supports animations that use alpha channel transparency. Neither the
IFF ANIM nor the GIF ANIM formats support alpha channel transparency.
Furthermore,
APNG can also handle true colour frame data. A rival format to APNG is the MNG
format but APNG was chosen because more applications support it.

Once APNG.hwp is installed, Hollywood will 'automagically' be able to open
APNG animations. To save animations in the APNG format, use the new saver
constant #ANMFMT_APNG which will be registered by this plugin. Here's an
example how to save an animation in the APNG format:

BeginAnimStream(1, "test.apng", width, height, #ANMFMT_APNG)
For Local k = 1 to numframes Do WriteAnimFrame(1, ...)
FinishAnimStream(1)


History
=======

Version 1.1:    (01-Jul-15)
- New [Linux]: Added build for Linux ARM
- Fix [Linux/MacOS]: Plugin is now compiled as position-independent code (PIC)
- Fix [OS3]: FPU version will cleanly exit now in case there is no FPU
- New: Added file types information for Hollywood 5.3

Version 1.0:    (07-Feb-13)
- First release 


Copyright
=========

This plugin was written by Andreas Falkenhahn <andreas()airsoftsoftwair.de>
See the COPYING file in this package for conditions concerning distribution
of this plugin. Visit http://www.hollywood-mal.com/ for more information
on Hollywood and more plugins.
This plugin may be freely redistributed as long as no modifications are made
to it.


Copyright © 2005 - 2023 The AROS Archives All Rights Reserved