Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 4,754 for

psdimage

(0.06 sec)
  1. Перетворення PSD в PNG | products.aspose.com

    Перетворення файлів Adobe PhotoShop PSD в PNG...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/ua/convert/to-png/
  2. Převést PSD PSB nebo AI | products.aspose.com

    Převod obrázků souborů Adobe PhotoShop a Illustrator a další formáty...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/cz/convert/
  3. PSB をオンラインで開く | products.aspose.com

    Aspose.PSD のパワーを使って PSB を開いてください...NET using (PsdImage image = (PsdImage)Image.Load(sourcePsbFileName))...sourcePsbFileName) { try (PsdImage image = (PsdImage) Image.load(sourcePsbFileName))...

    products.aspose.com/psd/jp/psb/
  4. Aspose.PSD for .NET 23.4 - 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....psd" ; using ( var image = ( PsdImage ) Image . Load ( sourceFile...()); } using ( var image = ( PsdImage ) Image . Load ( outputFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  5. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : Psdimage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof...bounds: for (Layer layer : psdImage.getLayers()) { if (layer instanceof...

    forum.aspose.com/t/layer-group-export-image-err...
  6. Edit PSD document via .NET | products.aspose.com

    C# source code to edit the PSD file on .NET Framework, .NET Core....Cast it into a PsdImage Use the instance of PsdImage for access to...using the Save method of the PsdImage instance. System Requirements...

    products.aspose.com/psd/net/editor/psd/
  7. Aspose.PSD for .NET 21.7 - 发行说明|Documentation

    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....} using ( var image = new PsdImage ( 500 , 500 )) { FillLayer...); } using ( var image = ( PsdImage ) Image . Load ( outputFilePsd...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Working with Layers|Documentation

    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....** **has been added in a ** PsdImage **class to adds the layer...instance of an image using the PsdImage class with specified width...

    docs.aspose.com/psd/net/working-with-layers/
  9. How to Convert PNG to PSD in Java

    This article guides on how to convert PNG to PSD in Java. It has the IDE settings, the programming steps, and a runnable sample code to change PNG to PSD in Java....object Create an object of the PsdImage and set its size Declare a...FileStream followed by creating a PsdImage object and declaring and initializing...

    kb.aspose.com/psd/java/how-to-convert-png-to-ps...
  10. Creating, Opening and Saving Images|Documentation

    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....the AddLayer method of the PsdImage class to add an image into...instance of an image using the PsdImage class with a specified width...

    docs.aspose.com/psd/net/creating-opening-and-sa...