Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 4,754 for

psdimage

(0.07 sec)
  1. Rendition with layer effects - Free Support For...

    Is it possible to create a rendition of a layer with the layer effects applied?...following example: try (PsdImage image = (PsdImage)Image.load(inputFilePath))... loadOptions); PsdImage psdImage = (PsdImage) image; List<Layer>...

    forum.aspose.com/t/rendition-with-layer-effects...
  2. PSD ファイルを PNG ファイルに変換する | products.aspose.com

    アドビフォトショップ PSD ファイルを PNG に変換...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/jp/convert/to-png/
  3. Unable to save unchanged PSD - Free Support For...

    Hi! The attached file is a simplification of an actual file we are trying to edit using Aspose.PSD v25.4.0 Even with no changes, I’m not being able to save the PSD file back to disk. I’m running the following code: …...LoadEffectsResource = true; using (PsdImage image = (PsdImage)Image.Load(@opt.Psd...Aspose.PSD.FileFormats.Psd.PsdImage. (StreamContainer , e ) at...

    forum.aspose.com/t/unable-to-save-unchanged-psd...
  4. PSD ファイルを BMP ファイルに変換する | products.aspose.com

    アドビフォトショップ PSD ファイルを BMP に変換...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/jp/convert/to-bmp/
  5. Drawing Images|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.... First, we will create a PsdImage specifying its height and...class. First, we will create a PsdImage specifying its height and...

    docs.aspose.com/psd/net/drawing-images/
  6. Drawing Images|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.... First, we will create a PsdImage specifying its height and...class. First, we will create a PsdImage specifying its height and...

    docs.aspose.com/psd/java/drawing-images/
  7. Aspose.PSD - text wrapped on shape not being ma...

    ConsoleApp1.zip (237.3 KB) Attached is example code of trying to fill in some text layers for a PSD. One of the layers - DisplayName - is wrapped on a circle. The code properly replaces the text for the layer, but it is…...psd import PsdImage from aspose.psd.fileformats...output_file, new_text): with PsdImage.load(source_file) as img:...

    forum.aspose.com/t/aspose-psd-text-wrapped-on-s...
  8. Working With Drawing Images|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....simple shapes in an instance of PsdImage or any inherited from Image...

    docs.aspose.com/psd/java/working-with-drawing-i...
  9. 档案

    档案...在 PSD 文件中添加填充层: 使用页面尺寸初始化 PsdImage 类的实例 创建 FillLayer 类的实例 设置图层的显示名称...psd"); using (var image = new PsdImage(100, 100)) { FillLayer colorFillLayer...

    blog.aspose.com/zh/psd/add-fill-layer-in-photos...
  10. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via Java...a new PSD image using the PsdImage.create() method. Then, initialize...addLayerGroup method of the PsdImage object. Provide the desired...

    docs.aspose.com/psd/java/psd-group-layer/