Home > Products > GIF to SWF Converter > User Guides

GIF to SWF Converter User Guides

  • Step by step tutorial
  • Command line conversion
  • Step 1. Install and add gif files

    Click here to download GIF to SWF Converter. After launching the program, you will see the window below. Add gif files(or bmp, png, jpeg files) you want to convert.


    Step 2. Preview gif file frame by frame

    You can play the gif file you selected, and also preview frame by frame.


    Step 3. Output setting

    Click <More info...> to get more output setting, include SWF version, background color, frame rate, image format, image quality and link to the specified URL.


    Step 4. Change output directory

    As default, the output swf file will save to the same directory of the original gif files. You can change to a specified directory.


    Step 5. Convert to swf files & Extract image serial

    Click <Start> button to start convert to swf files. Or click <Extract image serial> to save gif file as png (or bmp, jpeg) files frame by frame.

     

    Command line conversion

    gif to swf conversion:

    EXE <Source file> [Destination file]

    If parameter [Destination file] is missing, the output file will keep the original name and save to default directory which can config in software's option.

    Example 1:
    "C:\Program Files\ThunderSoft\GIF to SWF Converter\Gif2SWF.exe" "C:\test.gif"

    Example 2:
    "C:\Program Files\ThunderSoft\GIF to SWF Converter\Gif2SWF.exe" "C:\test.gif" "c:\dest.swf"


    gif image serial extraction:

    EXE <Source file> [Destination directory] <Image format> [Image quality]

    If parameter [Destination directory] is missing, the output file will save to default directory which can config in software's option.
    Parameter <Image format> must be one of these types: PNG; JPEG; BITMAP.

    Example 1:
    "C:\Program Files\ThunderSoft\GIF to SWF Converter\Gif2SWF.exe" "C:\test.gif" PNG

    Example 2:
    "C:\Program Files\ThunderSoft\GIF to SWF Converter\Gif2SWF.exe" "C:\test.gif" "c:\" JPEG 95