mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
A tool for making GIF animations. Closes PR ports/1980.
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
This commit is contained in:
parent
dcb407a079
commit
12abb0194e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4590
24
graphics/gifmerge/Makefile
Normal file
24
graphics/gifmerge/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: gifmerge
|
||||
# Version required: 1.33
|
||||
# Date created: 20 Oct 1996
|
||||
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gifmerge
|
||||
PKGNAME= gifmerge-1.33
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
|
||||
EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp
|
||||
|
||||
ALL_TARGET= gifmerge
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_BEFORE_ARGS= -xf
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/gifmerge ${PREFIX}/bin/gifmerge
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/gifmerge/distinfo
Normal file
1
graphics/gifmerge/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gifmerge.tar) = b7ce2439458c9d1be07e24a72e798fb1
|
1
graphics/gifmerge/pkg-comment
Normal file
1
graphics/gifmerge/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A tool for making a GIF Animation.
|
23
graphics/gifmerge/pkg-descr
Normal file
23
graphics/gifmerge/pkg-descr
Normal file
@ -0,0 +1,23 @@
|
||||
GifMerge is a tool for making GIF animations.
|
||||
|
||||
Usage:
|
||||
gifmerge [-<r>,<g>,<b>] [-<delay>] [-l<loops>] [-d<disp>] *.gif > anim.gif
|
||||
|
||||
-<r>,<g>,<b> set transparency, ie -192,192,192, default: no transparency
|
||||
-notransp set transparency off (after you used -r,g,b before)
|
||||
-<delay> set delay of between images in 1/100th secs, ie -100
|
||||
default 50 (0.5secs)
|
||||
-l<loops> set loop counter, ie -l0 (ever) or -l1000, default no loops
|
||||
-d<disposal> set disposal 0 = no action, 1 = no dispose,
|
||||
2 = restore background (default)
|
||||
3 = restore previous
|
||||
-pos<x>,<y> set offset position for image
|
||||
-nopos reset offset position (default)
|
||||
|
||||
or look at http://err.ethz.ch/~kiwi/GIFMerge/
|
||||
|
||||
Example:
|
||||
gifmerge -l0 image001.gif image002.gif image003.gif > earthanim.gif
|
||||
|
||||
|
||||
Yukihiro Nakai<Naakai@Mlab.t.u-tokyo.ac.jp>
|
1
graphics/gifmerge/pkg-plist
Normal file
1
graphics/gifmerge/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gifmerge
|
Loading…
Reference in New Issue
Block a user