Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 3,296 for

psdimage

(0.06 sec)
  1. Aspose.PSD for .NET 20.9 - 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....PsdImage.SmartObjectProvider Removed....psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-9...
  2. Bold formatting moved from one text portion to ...

    Hi! We are trying to process the file from the archive attached using Aspose.PSD 22.7.0. After executing the code below, opening the generated file in Photoshop and letting it update the text layer, the bold formatting…...(image is PsdImage psdImage) { foreach (var layer in psdImage.Layers)...imageOptions = new PsdOptions(psdImage); psdImage.Save(file + "-aftersave...

    forum.aspose.com/t/bold-formatting-moved-from-o...
  3. Memory leak while loading and saving PSD files ...

    Hi, We are having a memory leakage problem. Our application uses Aspose.PSD lib to load a PSD file and update some layers and save that file as JPEG image. Memory usage starts to increase with the use of this functional…..."); using PsdImage psd = (PsdImage)Image.Load(psdStream...not found!"); using PsdImage psd = (PsdImage)Image.Load(psdStream...

    forum.aspose.com/t/memory-leak-while-loading-an...
  4. Aspose.PSD for .NET 24.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....using ( var psdImage8 = ( PsdImage ) Image . Load ( sourceFile...using ( var psdImage16 = ( PsdImage ) Image . Load ( outputFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-3...
  5. Aspose.Imaging for Java 18.8 - 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....instanceof PsdImage )) { return ; } PsdImage psdImage = ( PsdImage...image ; Layer [] layers = psdImage . getLayers (); for ( int...

    docs.aspose.com/imaging/java/aspose-imaging-for...
  6. PathStructure | Aspose.PSD for .NET API Reference

    PathStructure PathStructure constructor Initializes a new instance of the PathStructure class. public PathStructure (......psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  7. Aspose.Imaging for Java 3.2.0 Release Notes

    Aspose.Imaging for Java 3.2.0 Release Notes – the latest updates and fixes.... PsdImage psdImage = ( com . aspose . imaging...imaging . fileformats . psd . PsdImage ) image ; com . aspose . imaging...

    releases.aspose.com/imaging/java/release-notes/...
  8. Saving Image is taking too much of time - Free ...

    log.info("Saving Creatives with name " + loggerName); pngOptions.setColorType(PngColorType.TruecolorWithAlpha); Psdimage.resize(720,1280); Psdimage.save(new FileOutputStream(outputFileName)); …...TruecolorWithAlpha); psdImage.resize(720,1280); psdImage.save(new Fil...FileOutputStream(outputFileName)); psdImage.save(new FileOutputStream(outputFileName)...

    forum.aspose.com/t/saving-image-is-taking-too-m...
  9. LclrResource | Aspose.PSD for .NET API 参考

    类 LclrResource 此资源包含有关图层列表中图层颜色的信息是 PS只是... using ( PsdImage img = ( PsdImage ) Image . Load ( sourceFilePath...PsdOptions ()); } using ( PsdImage img = ( PsdImage ) Image . Load ( outputFilePath...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  10. AddInvertAdjustmentLayer | Aspose.PSD for .NET ...

    AddInvertAdjustmentLayer Psdimage.AddInvertAdjustmentLayer method Adds an invert adjustment layer. public InvertAdjus......AddInvertAdjustmentL PsdImage.AddInvertAdjustmentL method Adds...psd" ; using ( var im = ( PsdImage ) Image . Load ( filePath...

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