Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,269 for

psdimage

(6.53 sec)
  1. Muunna PSD → PNG | products.aspose.com

    Muunna Adobe PhotoShop PSD -tiedostot PNG-muotoon...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/fl/convert/to-png/
  2. Muunna PSD → TIFF | products.aspose.com

    Palvelu muuntaa PSD-tiedostoja Tiff...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/fl/convert/to-tiff/
  3. AddLayer | Aspose.PSD for .NET API 参考

    添加图层...AddLayer PsdImage.AddLayer method 添加图层。 public void AddLayer...; using ( var image = new PsdImage ( width , height )) { var...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  4. Aspose.Imaging for .NET 17.12 - Release Notes|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... psd "; using (PsdImage image = (PsdImage)Image.Load(embeddedIccProfilePs))...sourceIcc; using (PsdImage image = (PsdImage)Image.Load(embeddedIccProfilePs))...

    docs.aspose.com/imaging/net/aspose-imaging-for-...
  5. ReplaceNonTransparentColors | Aspose.PSD for .N...

    ReplaceNonTransparentColors FillLayer.ReplaceNonTransparentColors method Replaces all non-transparent colors with new...... [C#] using ( PsdImage image = ( PsdImage ) Image . Load (...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  6. Aspose.PSD for .NET 19.7 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....reading using ( PsdImage image = ( PsdImage ) Image . Load (...sourcesFiles [ i ]; using ( PsdImage image = ( PsdImage ) Image . Load (...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-7...
  7. Convert PSD to Tif occurs exception - Free Supp...

    Recently, we upgrade the Aspose.PSD.dll from version 23.7.0.0 to version 23.9.0.0, but when we try to convert a PSD to Tif, an System.Exception: ‘Attempt to write 0 bits’ occurs, here is the sample code and file. static…...Image psdImage = null; try { psdImage = Aspose.PSD.Image...Image.Load(@"photo-11.psd"); psdImage.Save(@"output.tif", new Aspose...

    forum.aspose.com/t/convert-psd-to-tif-occurs-ex...
  8. 占用内存过大如何解决 - Free Support Forum - aspose.com

    var opti=new Aspose.PSD.ImageOptions.PsdOptions(); opti.Source = new Aspose.PSD.Sources.FileCreateSource(@"C:\001.psd", false); opti.ColorMode = ColorModes.Rgb; opti.CompressionMethod = C…...Version =4; psdImage = (PsdImage)Aspose.PSD.Image.Create(opti...Layer layer = new Layer(str); psdImage.AddLayer(layer); //10mb的图片,占用内存能达400mb左右...

    forum.aspose.com/t/topic/275983
  9. Text layer problem - Free Support Forum - aspos...

    When I change the text in my psd file with c# language, the properties of the font change. The text layer in the PSD file seems to have changed. When we enter to correct the text, it returns to its original state. Can y…...psd”; try { using (PsdImage psdImage = (PsdImage)Image.Load(bePSD))...Load(bePSD)) { foreach (var layer in psdImage.Layers) { if (layer is TextLayer)...

    forum.aspose.com/t/text-layer-problem/271717
  10. An error was reported after importing the Aspos...

    20230719101217.png (111.1 KB)...= true, }; using (PsdImage img = (PsdImage)Image.Load(input,...

    forum.aspose.com/t/an-error-was-reported-after-...