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 issues](/flash/images/issue_list.png)
#1647 Copying to Clipboard no longer supports transparency
Author:
radzo73
![user user](/flash/images/user.png)
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: GUI
State: closed ![Help](/flash/images/help.png)
![Help](/flash/images/help.png)
> What steps will reproduce the problem?
-use "Take Snapshot into Clipboard"
-Try to paste it somewhere (e.g Paint 3D, GIMP, Photoshop)
-it won't have an alpha channel/transparency
> What is the expected output? What do you see instead?
I expect the image in the clipboard to have transparency. It does not. It doesn't even
have an alpha channel.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
Windows 10, JPEXS 14.1 release.
> Please provide any additional information below. If the problem is related to a SWF
file, attach it here, otherwise we can't help you.
Copying to clipboard with transparency ironically works with prior versions (e.g 14.0)
I disabled it because it displayed an exception in the log.
But it seems that despite the exception, the image is still copied.
Related link:
https://stackoverflow.com/questions/59140881/error-copying-an-image-object-to-the-clipboar
d
In the nightly build 1856, I ignore the exception output and transparency is used again.
State: new→upgraded
State: upgraded→closed