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…...AllowWarpRepaint = true; PsdImage psdFile = PsdImage.Load(assetPath, loadOptions)...loadOptions) as PsdImage; foreach (var layer in psdFile.Layers)...