Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 4,822 for

psdimage

(0.7 sec)
  1. Aspose.PSD(26.2, JDK17)替换 PSD 智能对象内容后导出 JPG。 部分...

    问题概述 我们在 Java 服务端使用 Aspose.PSD(26.2, JDK17)替换 PSD 智能对象内容后导出 JPG。 部分带“变形(Warp)”的智能对象在导出图里看起来未应用变形。但把替换后的 PSD 用 Photoshop 打开后,只要进入“变形”菜单(不做任何编辑),画面会立刻恢复正确变形效果。 环境信息 Aspose.PSD for Java: 26.2 Java: 17 OS: macOS(服务端运行) 处…...→ updateModifiedConten() → psdImage.save(…jpg) 最小复现场景 原始 PSD 中某智能对象(如图层...渲染”的标准调用顺序/示例代码? 期望结果 替换智能对象内容后,psdImage.save(…jpg/png) 直接得到与 Photoshop...

    forum.aspose.com/t/aspose-psd-26-2-jdk17-psd-jp...
  2. Aspose.PSD for Net 加载PSD文件出错 Image.Load :Arithm...

    版本: 问题: 我有一个PSD文件在Image.Load时直接加载异常。 异常原因: Arithmetic operation resulted in an overflow. 在 Aspose.PSD.Image.(StreamContainer , LoadOptions ) 在 Aspose.PSD.Image.Load(String filePath) 在 PSDTest.Program.Main(Strin…...psd" using (var image = (PsdImage)Image.Load(psdFilePath)) {...

    forum.aspose.com/t/aspose-psd-for-net-psd-image...
  3. Aspose.PSD for Java 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" ; PsdImage image = ( PsdImage ) Image . load (..."/files-input/inputv5.psd" ; PsdImage imageTestEmail = ( PsdImage ) Image . load...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  4. Having issues processing long files using Aspos...

    Hey I am processing a long file using azure batcha and aspose.psd. Error Message: Image loading failed. Inner Exception: Expected positive number of bytes. (Parameter ‘requestedCount’) Service: Aspose.PSD Operation: …...true }; using (PsdImage psdImage = (PsdImage)Image.Load(context...

    forum.aspose.com/t/having-issues-processing-lon...
  5. How to create YouTube thumbnail generator progr...

    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....to begin with: PsdImage psdImage = new PsdImage(1280, 720); If...drawing ): Layer graphicLayer = psdImage.addRegularLayer(); Graphics...

    docs.aspose.com/psd/java/how-to-create-youtube-...
  6. Smart Filter Manipulation in Aspose.PSD for Pyt...

    Examples of how to use Smart Filters in PSD File...load() method and casts it to a PsdImage object. The original image...method, and then cast to a PsdImage object. The original image...

    docs.aspose.com/psd/python-net/smart-filters/
  7. Using Adjustment Layer for PSD Enhancements|Doc...

    Examples of using adjustment layer via Aspose.PSD for Python...loading the PSD image using the PsdImage.load() method. We then set...using the save() method of the PsdImage class. This code provides...

    docs.aspose.com/psd/python-net/adjustment-layer...
  8. The Color Overlay effect is not being applied -...

    When i generate image the Color Overlay effect is not being applied. Could you please help me on this?...Load(sourceFile)) { var psd = (PsdImage)image; var names = psd.Layers...

    forum.aspose.com/t/the-color-overlay-effect-is-...
  9. Using Adjustment Layer for PSD Enhancements|Doc...

    Examples of using adjustment layer via Aspose.PSD for Java...loading the PSD image using the PsdImage.load() method. Then, we set...using the save() method of the PsdImage class. This provides a basic...

    docs.aspose.com/psd/java/adjustment-layer-enhan...
  10. Convert AI to PDF|Documentation

    Check how Aspose.PSD for Python can manipulate convert AI Images to PDF... You can use the PsdImage class provided by Aspose.PSD...result as a PDF file using the PsdImage.save method. With Aspose.PSD...

    docs.aspose.com/psd/python-net/convert/ai-to-pdf/