aspose-free-consulting / projects

The starting point for Aspose free consulting projects
5 stars 5 forks source link

the Effects of Layer Set don't work #414

Open jakefroz1 opened 2 months ago

jakefroz1 commented 2 months ago

when I use Aspose.PSD.Image.Load to load .psd, the Effects of 'Layers' can work, but 'Layer Set' can not I want to know if there are corresponding parameters

var loadOptions = new PsdLoadOptions()
            {
                LoadEffectsResource = true,
            };

        using var im = (PsdImage)Aspose.PSD.Image.Load(sourcePsdPath,loadOptions)
dimsa commented 2 months ago

@jakefroz1 could you please provide input file? Aspose.PSD supports not all effects. Could you please provide additional code with "Layer Set".

jakefroz1 commented 2 months ago

@jakefroz1 could you please provide input file? Aspose.PSD supports not all effects. Could you please provide additional code with "Layer Set".

Sorry,image is too large to upload and the 'Layer Set' means 'Floder' image

I don't konw if it load, when I just add a layer and use im.save(), the Effects of 'Floder' don't remain

dimsa commented 2 months ago

Could you please provide code that you use for the saving. And we additionally need Input file. If it's possible for you, could you please compress it and attach as a zip or use some temporary file sharing platoform and send me the url where I'll be able to download it. Thank you.