Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,591 for

psdimage

(0.02 sec)
  1. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via C#...creating a new PSD image with PsdImage.Create . Then, a new LayerGroup...using AddLayerGroup from the PsdImage object. The group layer is...

    docs.aspose.com/psd/net/psd-group-layer/
  2. Aspose.PSD

    Java Package (class library) to read, write, edit, convert Adobe Photoshop® (PSD, PSB) & Adobe Illustrator® (AI) vector graphics via Java API....PSD from Scratch PsdImage psdImage = new PsdImage ( 300 , 300 );...graphics = new Graphics ( psdImage ); graphics . clear ( Color...

    releases.aspose.com/psd/java/
  3. Aspose.PSD for .NET 24.6 - 发行说明|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....PsdImage.AddGradientMapAdjust T:Aspose...t.psd" ); using ( PsdImage im = ( PsdImage ) Image . Load ( sourceFile...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  4. Aspose.PSD for .NET 21.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....} using ( var image = new PsdImage ( 500 , 500 )) { FillLayer...); } using ( var image = ( PsdImage ) Image . Load ( outputFilePsd...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-7...
  5. Create PSD or PSB Image From Scratch using Pyth...

    Example of how the Aspose.PSD for Python can create Psd Image from scratch...psd import PsdImage Specify the output file name...the desired dimensions: with PsdImage ( 500 , 500 ) as img : Add...

    docs.aspose.com/psd/python-net/create-psd-psb-i...
  6. 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...
  7. 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...
  8. 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...
  9. 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/
  10. 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...