I want to load psd file and copy a layer from the psd to another psd created from by PsdImage
like following:
PsdImage image = (PsdImage)Image.Load(sourceFile)
PsdImage anotherImage = new PsdImage(100, 200);
anotherIma…...doesn’t work when the layer is Smart Object, what should I do? yaroslav...anotherImage was saved with smart object from another image. Code...