From: kramm Date: Sun, 3 Apr 2005 11:06:21 +0000 (+0000) Subject: Patch from Moriyoshi Koizumi: X-Git-Tag: release-0-7-0~134 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=2461474cd35510d9bc3ad9056ddd23e20a46b731;hp=2461474cd35510d9bc3ad9056ddd23e20a46b731;p=swftools.git Patch from Moriyoshi Koizumi: 1. making the resulting swf file importable as a runtime shared asset. Running with -e creates a movie containing one sprite whose contents would all be put in the root if without -e. The result will show up in the same way as that with no option. 2. fitting images to the document's bounding box. Running with the -f option makes the images to the document's bounding box, while they are centered with their original size by default. 3. offseting images by arbitrary distance. -x (--xoffset) and -y (--yoffset) options determine the offsets of the produced images. For example, offsetting an image by -320px means moving the registration point 320px right of the image's left border on the screen. ---