From owner-freebsd-questions Sun Mar 10 17:48:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id 4A29B37B402 for ; Sun, 10 Mar 2002 17:48:26 -0800 (PST) Received: from cs.umu.se (h27n1c1o1023.bredband.skanova.com [213.64.164.27]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 534033.811277.1015.0s4522475sheridan ; Mon, 11 Mar 2002 02:47:57 +0100 Message-ID: <3C8C0CCE.14492BC6@cs.umu.se> Date: Mon, 11 Mar 2002 02:47:58 +0100 From: Paul Everlund X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: Kristofer Pettijohn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Animating Images References: <20020310233936.GA17763@visi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kristofer Pettijohn wrote: > > Hey all, > > Im just wondering if anyone knows of any programs/utilities (that work on > command-line, not X), to take a list of JPEG images (or GIF images) and > create an animation (in either animated GIF, AVI, MPEG, or any compatable > format). > > Any input would be greatly appriecated. In the ports collection you can find ImageMagick, that can be compiled without X11. How this is done I'm not however sure of. Have done it my- self, but it was some time ago. The port is in /usr/ports/graphics/ImageMagick Either look at the Makefile there, or try with 'make -DWITHOUT_X11', or 'make --without-x'. I hope this will work. For more info about the program, visit http://www.imagemagick.org/ I use it myself, with the Perl-package that comes along with it, and has made some scripts that automatically resizes images, puts a border around them and so on. The program is also capable of animations (if I remember it correctly). Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message