Why when I add for example Stroke to the LayerGroup in the photoshop, after load I get empty effects List.
PsdLoadOptions loadOptions = new PsdLoadOptions();
loadOptions.LoadEffectsResource = true;
loadOptions.All…...after load I get empty effects list. PsdLoadOptions loadOptions...