Command-line tool for .gif files


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Command-line tool for .gif files
# 1  
Old 08-27-2010
Command-line tool for .gif files

Hello!

I'm searching for a little (as basic as possible) command -line tool for viewing gif animations.
I found gThumb and animate (imagemagick), but they both have a little problem...
gthumb: no possibility of changing the background when viewing in fullscreen
animate: no possibility of viewing in fullscreen but changing the background...
I want a little tool that I can fully automatically start from the command-line with all needed options, not (like in gthumb) by editing config files Smilie
Does maybe anyone know one? please Smilie

---------- Post updated at 03:30 PM ---------- Previous update was at 10:23 AM ----------

solved - I used gthumb and made the background of the gif black...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. OS X (Apple)

Looking for a command line tool that converts a .wmv file into .mpg

I need a simple command line executable that allows me to convert a wmv file into an mpg file like this: wmv2mpg inputfile.mwv > outputfile.mpg I cannot find it on internet. I tried installing mencoder but I cannot get it to work. Thanks. (4 Replies)
Discussion started by: karman
4 Replies

2. OS X (Apple)

Command line tool to join multiple .wmv files?

I need a simple command line executable that allows me to join many wmv files into one output wmv file, preferrably in a simple way like this: wmvjoin file1.wmv file2.wmv .... > outputfile.wmv So what I want is the wmv-equivalent of mpgtx I cannot find it on internet. Thanks. (2 Replies)
Discussion started by: karman
2 Replies

3. UNIX for Dummies Questions & Answers

linux command line admin tool

Dear All, I am new to linux administration. what is the tool that is used to admin the linux server from remote client using telnet session. It can be used on the server also but start from command line with out Xwindows. just like SMIT in AIX. With Regards, Varma. (1 Reply)
Discussion started by: jarkvarma
1 Replies
Login or Register to Ask a Question
NG_GIF_DEMUX(4) 					   BSD Kernel Interfaces Manual 					   NG_GIF_DEMUX(4)

NAME
ng_gif_demux -- demultiplexer for packets from ng_gif(4) nodes SYNOPSIS
#include <netgraph/ng_gif_demux.h> DESCRIPTION
The ng_gif_demux netgraph node type demultiplexes the output from ng_gif(4) nodes in the netgraph(4) networking subsystem. The gif hook is meant to be connected to the lower or orphans hook of an ng_gif(4) node. The inet, inet6, atalk, ipx, atm, natm, and ns hooks output frames of the given type when they are received on the gif hook. When a frame is received on one of these hooks, it is encapsu- lated and sent out the gif hook. HOOKS
This node type supports the following hooks: gif Connection to the lower or orphans hook of an ng_gif(4) node. inet Hook for input and output of IP frames. inet6 Hook for input and output of IPv6 frames. atalk Hook for input and output of AppleTalk frames. ipx Hook for input and output of IPX frames. atm Hook for input and output of ATM frames. natm Hook for input and output of NATM frames. ns Hook for input and output of NS frames. CONTROL MESSAGES
This node type supports only the generic control messages. SEE ALSO
gif(4), netgraph(4), netintro(4), ng_gif(4), ifconfig(8), ngctl(8), nghook(8) AUTHORS
Brooks Davis <brooks@FreeBSD.org> BSD
September 18, 2001 BSD