swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] [PATCH] Various features (exportasset etc.) for jpeg2s


From: Moriyoshi Koizumi
Subject: [Swftools-common] [PATCH] Various features (exportasset etc.) for jpeg2swf
Date: Wed, 30 Mar 2005 17:36:35 +0900

Hi!

Attached is a patch for jpeg2swf, which adds the following
features:

1. making the resulting swf file importable as a runtime shared asset.

  Running with -e <name> 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.

  Although these don't affect the displayed output at all, this would be
  useful in conjunction with -e option.

Hope it will officially be part of the program.

Regards,
Moriyoshi

Attachment: jpec2swf-various-options-20050330.patch.diff.gz
Description: GNU Zip compressed data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]