On Sat, Nov 03, 2012 at 09:54:46AM +0100, Pablo Beltran <[email protected]>
wrote:
> Movieclips created by using SWFTools have a lot of children of two types:
> Shape and TextBlock.
>
> Is there any way to identify jpeg and png images?
Run
swfextract file.swf
.
It will print out lines like:
[-j] 22 JPEGs: ID(s) 237, 239, 241, 243,
[-p] 1 PNGs: ID(s) 642
Those are the IDs that contain JPEGs and PNGs.
If you run
swfdump -u file.swf
it will tell you which IDs are used by Shapes:
[002] 44 DEFINESHAPE defines id 0643
uses IDs: 642
I.e., in this case, ID 0643 is drawing a PNG.
Matthias
---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an
existing subscription, please kindly point your favourite web browser
at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>