Releases: nptr/msstyleEditor
Releases Β· nptr/msstyleEditor
V 2.1.1.0
- automatically convert image resources between straight and premultiplied alpha (#108)
- imported images are assumed to be straight alpha (as per PNG specification), and thus converted to premul. alpha.
- exported images are assumed to be premultiplied alpha and thus converted to PNG standard conforming straight alpha.
- STREAM resources (DWMxxxxxx classes) are never converted, because they already come as straight alpha.
- added a readonly edit box to the control preview (#152)
V 2.1.0.1
V 2.1.0.0
V 2.0.1.0
- added support for animation properties (see "animations" class).
- added search options for
FILENAME
andFONT
. - displaying font ID next to font names for easier cross referencing.
- added basic command line support again (feature got lost with version 2.0.0.0 rewrite).
V 2.0.0.8
- correctly (de)serialized margin properties. Order is supposed to be LRTB (#120).
The GUI still shows everything in LTRB order but with the correct values. - fixed consecutive loads & saves failing (#121).
- implemented the image hotkeys properly (#123).
It'sCtrl + <Num>
now and works from everywhere in the application. I suggest using the control key on the right side of the keyboard for best ergonomics.