OS4 DepotLogo by Nickman 
(anonymous IP: 3.21.231.245,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Graphics » Convert » ppm2fli.lha

Ppm2fli

Description: Converts PPM images to a FLI anim
Download: ppm2fli.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 83kb
Version: 1.92
Date: 01 Dec 2008
Author: Klaus Ehrenfried, AmigaOS 4.x compile by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spotUP/gmail com
Category: graphics/convert
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 4293
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 286  (Current version)
286  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
/* README */

This package includes the sources of the programs `ppm2fli' and `unflick'.

ppm2fli:  This program generates FLI/FLC animation files from a series 
          static images.
unflick:  It does the opposite of `ppm2fli'. It can extract the images of 
          a FLI animation. 

PPM2FLI can read directly PPM,PGM,PBM and FBM files. If necessary it
performs a quantization. The filters of the NETPBM, PBMPLUS and FBM package
can be used as read filters. Together with one of this packages
a large number of image formats can be handled.

UNFLICK writes images in PPM or FBM format. 

In contrast to FBM2FLI no additional package is required to build 
PPM2FLI and UNFLICK. So it can be used without any of the above mentioned 
packages, if another source of PPM,PGM,PBM or FBM images is available.
For example, PS images can be animated using ghostscript.

PPM2FLI is supposed to be easier to install and easier to use than FBM2FLI.
But in some points is may be less flexible.

Files:
 README   -- this file

 Makefile  -- Unix makefile

 abrun.c  \
 acolor.c |
 adelta.c |
 afbm.c  |
 aframe.c |
 aimage.c |
 ainput.c | -- source of ppm2fli
 alc.c  |
 alist.c  |
 amain.c  |
 aoctree.c |
 appm.c  |
 apro.h  /

 umain.c  \
 uoutput.c |
 upro.h  | -- source of unflick
 uunfli.c |
 uwchunks.c /

 ppm2fli.man \ -- Unix man pages
 unflick.man /

The current version is call `beta' because some parts are relative new
and not totally tested. I made tests on SUN sparc-stations (various versions
of SUN-OS), on PC running LINUX and under MSDOS using the DJGPP DOS-extender.
In all cases the GCC compiler was used. Under MSDOS I used a modified
makefile. Anyway, in some environments changes in the makefile are necessary.

-- Klaus Ehrenfried (klaus es go dlr de)


Copyright © 2004-2024 by Björn Hagström All Rights Reserved