JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#2019 Exporting .SWF to .GIF is missing shapes in .GIF
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: GIF
State: opened Help

> What steps will reproduce the problem? Exporting to .GIF > What is the expected output? Same as the .SWF (see attachment) >What do you see instead? don't see the below and up part in the .GIF > What version of the product are you using? Is it "nightly build"? v18.4.0 >Which operating system do you have? Windows 10 > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. As far as I can found out it doesn't include the 'defineshape (3)' in the 'shapes' folder.
Downloadalert.swf (61 KiB)
admin
The preview in FFDec displays all the shapes ignoring the fact that some of them are outside of SWF defined rectangle. In GIF export it restricts the image to the SWF bounds (700x450 pixels here) If you want the red border on top and bottom be visible in export, you need either resize rectangle using freetransform tool or change SWF rectangle or both. Or we could implement some selection on export to decide whether to export only SWF rectangle or "everything".
State: new→opened
Type: bug→question