i’m making psd.
using Aspose.PSD.FileFormats.Psd.Layers;
using Aspose.PSD.FileFormats.Psd;
using Aspose.PSD;
string Path = @“d:”;
string psdFile = Path.Combine(Path, “test.psd”);
string psdFileSave = Path.Combine(p…...string path = @“d:”; string psdFile = Path.Combine(path, “test...string psdFileSave = Path.Combine(path, “test2.psd”); new License()...