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

#1363 Command line delete image with dependencies
Author: user rdlsz24
Date created:
Type: question
Visibility: Everybody read only
Assigned to:
State: opened Help

Hi guys, great product you have here. I may have missed it, but is there a way to delete an image from a swf file via command line and then save it? Something like: -removeImageWithDependencies <infile> <outfile> <imagetodelete> Thanks, Rob
admin
I guess this should do the trick: java -jar ffdec.jar -removeCharacterWithDependencies <infile> <outfile> <imageId>
State: new→opened