Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 717 for

smartobjectlayer

(0.04 sec)
  1. AsposePSD states that a valid PSD file is not a...

    This python script from aspose.psd import Image from aspose.psd.fileformats.psd import PsdImage from aspose.psd.fileformats.psd.layers.smartobjects import Smartobjectlayer from aspose.psd.imageloadoptions import PsdL…...smartobjects import SmartObjectLayer from aspose.psd.imageloadoptions...layers): if isinstance(layer, SmartObjectLayer): print(f” Found Smart...

    forum.aspose.com/t/asposepsd-states-that-a-vali...
  2. Aspose.PSD for .NET 23.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....})) { SmartObjectLayer smartObjectLayer = ( SmartObjectLayer ) psdImage...( double ) newHeight / smartObjectLayer . Height ; var newWidth...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-7...
  3. Aspose.PSD for Java 23.12 - 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....SmartObjectLayer.#ctor(com.aspose.psd.system...try ( SmartObjectLayer smartLayer = new SmartObjectLayer ( stream...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  4. Aspose.PSD for .NET 23.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....Layers ) { if ( layer is SmartObjectLayer && layer . Name == "sucai1"...) { SmartObjectLayer smartObjectLayer = ( SmartObjectLayer ) layer...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. Aspose.PSD .net for python issues with missing ...

    Hi, I’m experiencing issues with effects in psd files that are missing when saving the psd as png. Here an example psd file where “PLACEHOLDER1” and “Layer 733” have effects that go missing. Hope there is a simple fix f…...Check if the layer is a SmartObjectLayer and if its name is in...if is_assignable(layer, SmartObjectLayer) and layer.display_name...

    forum.aspose.com/t/aspose-psd-net-for-python-is...
  6. Aspose.PSD for .NET 23.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....})) { SmartObjectLayer smartObjectLayer = ( SmartObjectLayer ) psdImage...( double ) newHeight / smartObjectLayer . Height ; var newWidth...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  7. Aspose.PSD for Java 23.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....)) { SmartObjectLayer smartObjectLayer = ( SmartObjectLayer ) psdImage...( double ) newHeight / smartObjectLayer . getHeight (); int newWidth...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  8. 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…...instanceof SmartObjectLayer) { SmartObjectLayer smartObjectLayer = (SmartObjectLayer)...(SmartObjectLayer) layer; System.out.println("智能对象名称: " + smartObjectLayer...

    forum.aspose.com/t/layer-group-export-image-err...
  9. Aspose.PSD for .NET 23.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....sourceFile )) { SmartObjectLayer smartObj = ( SmartObjectLayer ) image...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-5...
  10. Aspose.PSD for .NET 21.3 - 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.... Layers [ i ] as SmartObjectLayer ; if ( smart != null &&...image . Layers [ i ] as SmartObjectLayer ; if ( smart != null &&...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-3...