Chris Pugh wrote:
> 2009/11/14 Pablo Rodríguez <oi...@web.de>:
>> Hi there,
>>
>> is there any method to get the bbox of a given swf file in gfx?
>>
>> I mean something like:
>>
>>        import gfx
>>        swf =  gfx.open("swf", "file.swf")
>>        print swf.bbox
>>
>> (Sorry if this is enabled or obvious to you, but my distribution
>> openSUSE-11.1 doesn't seem to have the gfx module available when
>> compiling and I cannot check this.)
> 
> Presumsably you do have Python installed?
> 
>     python -V

Thanks for the reply, Chris.

Python is installed.

> If you do have Python, did you install the gfx module, as instructed here,
> 
>     http://www.swftools.org/gfx_tutorial.html

I requested to the openSUSE packagers to package the gfx module and it
is already available.

BTW, the packaged version is the stable one and seems to be buggy
(http://lists.gnu.org/archive/html/swftools-common/2009-07/msg00062.html)
with the gfx module, at least with openSUSE.

I wonder whether it would be better to release a stable version that
contains this patch.

Thanks for your help,


Pablo


Reply via email to