On Thu, 02 Nov 2006 04:49:09 -0000, alf <[EMAIL PROTECTED]> wrote:

> Dmitry Borisov wrote:
>
>> I would suggest creating BMP files and then using the make_video.py  
>> script
>> to put them together.
>> Of course you can create those BMP on fly and do not have it even saved  
>> as
>> BMP. It will require some rework on make_video.py script.
>> Dmitry/
>>
>>
>
> This is fine. I was more asking about actual image operations. Are there
> any pygame or other libraries in pymedia which would allow to do so.
> I heard about PythonMagic (ImageMagic) and PIL or *SDL_image*.
>
> Anything you could recommend?

PIL will probably do ok for you. It has image rescaling functions that are
easy to use. I'm not sure how good the filtering/anti-aliasing is though
(without it you may get rippling aliasing effects on slow zooms or pans)

The documentation is pretty good for PIL:
     http://www.pythonware.com/library/pil/handbook/index.htm

See:
     Image.Transform
     Image.fromBuffer
     Image.fromString
     Image.Save

-- 
| Matt Hammond
| Research Engineer, Tech. Group, BBC, Kingswood Warren, Tadworth, Surrey,  
UK
| http://kamaelia.sf.net/
| http://www.bbc.co.uk/rd/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users

Reply via email to