Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 3,269 for

psdimage

(0.08 sec)
  1. IsFontAllowed | Aspose.PSD for .NET API 参考

    确定是否允许使用字体指定的字体名称...timesReplacement ); using ( PsdImage image = ( PsdImage ) Image . Load (...

    reference.aspose.com/psd/zh/net/aspose.psd/font...
  2. Aspose.PSD.FileFormats.Psd | Aspose.PSD for .NE...

    The namespace handles Psd file format processing.... PsdImage Defines the PsdImage class that provides...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  3. RasterImage - Aspose.PSD for Java - API Reference

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....Description class PsdImage Defines the PsdImage class that provides...Constructor and Description PsdImage ( RasterImage rasterImage)...

    reference.aspose.com/psd/java/com.aspose.psd/cl...
  4. PSD文件读取图层名称乱码 - Free Support Forum - aspose.com

    用Java代码加载PSD文件后,读取图层名乱码 image.png (14.8 KB) 代码: Image image =Image.load(path); Psdimage Psdimage = (Psdimage) image; for(int i=0; i < Psdimage.getLayers().length; i++ ) { System.out.println(Psdimage.getLayers()[i].…...load(path); PsdImage psdImage = (PsdImage) image; for(int...for(int i=0; i < psdImage.getLayers().length; i++ ) { System.out.println(psdImage...

    forum.aspose.com/t/psd/270240
  5. DuplicateLayer | Aspose.PSD for .NET API Reference

    DuplicateLayer SmartObjectLayer.DuplicateLayer method Creates a new smart object layer by coping this one. Notice tha......psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...innerPsdImage = innerImage as PsdImage ; if ( innerPsdImage != null...

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

    Aspose.PSD for .NET 20.8 - Release Notes – the latest updates and fixes....0 , 0 } }; using (PsdImage image = (PsdImage)Image.Load(sourceFilePath))...0 , 0 } }; using (PsdImage image = (PsdImage)Image.Load(sourceFilePath))...

    releases.aspose.com/psd/net/release-notes/2020/...
  7. Aspose.Imaging for Java 19.6 - Release Notes|Do...

    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" ; PsdImage im = ( PsdImage ) Image . load ( sourceFileName..."ComplexGradientFillL_after.psd" ; PsdImage im = ( PsdImage ) Image . load ( sourceFileName...

    docs.aspose.com/imaging/java/aspose-imaging-for...
  8. Edit PSD File in Java

    Follow this tutorial to edit PSD file in Java. It discusses the IDE setup, the steps, and a runnable sample code to create a PSD photo editor using Java....Initialize an instance of the PsdImage class to load the input PSD...in Java . It works with the PsdImage class to access the input...

    kb.aspose.com/psd/java/edit-psd-file-in-java/
  9. Updating Text Layer Removes All Layer Effects -...

    Hello When I update the text on a TextLayer using update_text(), all the FX (layer effects) applied to the layer are removed. After exporting the file to PNG, the updated text appears plain, without any of the original …...psd import PsdImage from aspose.psd.fileformats...psd") as image: psd = cast(PsdImage, image) # Find the first TextLayer...

    forum.aspose.com/t/updating-text-layer-removes-...
  10. NewSmartObjectViaCopy | Aspose.PSD for .NET API...

    NewSmartObjectViaCopy SmartObjectProvider.NewSmartObjectViaCopy method Creates a new smart object layer by coping the......psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...innerPsdImage = innerImage as PsdImage ; if ( innerPsdImage != null...

    reference.aspose.com/psd/net/aspose.psd.filefor...