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.

#2396 Setting anti-aliasing when exporting a vector to a raster image
Author:
DearFox

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new 

Currently, when exporting vector sprites or frames as bitmaps, they always have pixel
anti-aliasing. My suggestion is to add a setting during export that allows you to turn
pixel smoothing on and off.

"Currently, when exporting vector sprites or frames as bitmaps, they always have pixel
anti-aliasing. My suggestion is to add a setting during export that allows you to turn
pixel smoothing on and off." - DearFox. Please, JPEXS?
I tried to set antialiasing off on sample large SWFs, but unfortunately,
it produced many of incorrectly drawn vertical lines,
which makes it really unusable.
Java probably has some rendering bugs or I don't know how that happens :-(.
add this: set J2D_D3D_NO_HWCHECK=true and -Dsun.java2d.opengl=true for intel hd graphics
4000, please, JPEXS?
kubapl2004: Please DO NOT SPAM MULTIPLE ISSUES with the same topics, otherwise I'll ban
you!
Create your own issue next time, where we can talk.
You can enable J2D_D3D_NO_HWCHECK=true in your ffdec.bat or ffdec.sh (its present from
nightly 3144, but commented out). I cannot place it to ffdec.exe, use the bat file
instead.
sun.java2d.opengl=true option can be enabled in Advanced settings (search for
hwAcceleratedGraphics or now called "Hardware accelerated graphics")