[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] write gif animation?
- To: pygame-users@xxxxxxxx
 
- Subject: [pygame] write gif animation?
 
- From: Jake b <ninmonkeys@xxxxxxxxx>
 
- Date: Mon, 27 Jul 2009 11:32:55 -0500
 
- Delivered-to: archiver@xxxxxxxx
 
- Delivered-to: pygame-users-outgoing@xxxxxxxx
 
- Delivered-to: pygame-users@xxxxxxxx
 
- Delivery-date: Mon, 27 Jul 2009 12:33:19 -0400
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:mime-version:received:from:date:message-id         :subject:to:content-type;        bh=P6vjGponeF4uUuHkN7XgYxnRNEIdX0U2kPKfXw10JTE=;        b=LZ9KeYbh5yal7r8TBcYis1Q4d15liq0osYTDnxlVUl5my6OW6Io3XkTJSEnL6QcUL4         aPEcJAezKhmMETGhsuu7aycpKfSWkIcYIdGvv8L+yJUAPsX061z4eY2hcX5YehZX53k2         x2j013sfOFa/3jujjzUAG3uJEndHHIlInYK7E=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=mime-version:from:date:message-id:subject:to:content-type;        b=bWFJfvREmyl0usVNIhn/TGjTT5QWJP2lpLQ1FVGXt2ixgtXoLxBCH2mV8FlO4AkUuq         w7cKGB3xuIYhGlWfogZJW/WIoIooWYFrWhWOvUZTbE/9/Lno8S7wpGXhKfBDAZqQNLUy         Hpu/6GOiZj89AJv1wkQsErM+TcRgn4kVDjrXM=
 
- Reply-to: pygame-users@xxxxxxxx
 
- Sender: owner-pygame-users@xxxxxxxx
 
What's the best way to convert to a gif animation? I have a list of Surfaces, that I will use as each frame.
Searching, it looked like PIL is the answer, but the installer requires python 2.2, while I have 2.5.
-- 
Jake