Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 8,645 for

layer

(0.09 sec)
  1. Manipulating Photoshop Formats|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....] Color Replacement in PSD Layers Aspose.PSD for Java allows...change background color of each layer of a PSD file. Please use the...

    docs.aspose.com/psd/java/manipulating-photoshop...
  2. 公共 API Aspose.Diagram 6.8.0 的变化|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....Diagram API 来设置或获取Layer的Color CheckBox,请查看此代码示例: C#...Initialize a new Layer class object Layer layer = new Layer (); // Set...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  3. Aspose.PSD for .NET 21.11 - Release Notes|Docum...

    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....adding the existing text layer to a layer group Bug PSDNET-988 ...adding the existing text layer to a layer group string outputPsd...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  4. How to Join Layers using Geometry or Attribute|...

    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....How to Join Layers using Geometry or Attribute Contents [ Hide...information from different layers based on a common attribute...

    docs.aspose.com/gis/net/how-to-join-layers/
  5. Aspose.PSD for .NET 23.6 - 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....Support of Threshold Adjustment Layer Feature PSDNET-149 Support of...Selective Color Adjustment Layer Feature PSDNET-801 Ability to...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-6...
  6. Aspose.PSD for .NET 22.3 - 发布说明|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....Layers.LayerGroup.IsOpen 移除的 API:...foreach ( var layer in image . Layers ) { if ( layer is LayerGroup...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. Aspose.PSD for .NET 21.5 - 发行说明|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....var layer in psdImage . Layers ) { layer . Resize ( layer . Width...Width * 5 / 4 , layer . Height / 2 ); } psdImage . Save ( outputPath...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Aspose.PSD for Java 20.5 - 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....Adjustment Layer Resource) Feature PSDJAVA-200 Support of Layer Masks...Masks for Layer Groups Feature PSDJAVA-195 Fix saving PSD image...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  9. Retrieve All Layers from the Visio Diagram in P...

    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....Retrieve All Layers from the Visio Diagram in PHP Contents [...- Retrieve All Layers To Retrieve All Layers using Aspose.Diagram...

    docs.aspose.com/diagram/java/retrieve-all-layer...
  10. Psd-java The saved psd file cannot be opened - ...

    After deleting the Layers and introducing a new smartobject and saving the file, I cannot open the saved PSD file using Photoshop. // 加载 PSD 文件 String materialPath = “ZNDX.psd”; PsdImage materImage = (PsdImage) Image.…...4:05am 1 After deleting the layers and introducing a new smartobject...; // 获取现有图层并转换为列表 List<Layer> layers = new ArrayList<>(Arrays...

    forum.aspose.com/t/psd-java-the-saved-psd-file-...