Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 4,813 for

psdimage

(0.34 sec)
  1. Aspose.PSD for .NET 24.3 - 发行说明|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....using ( var psdImage8 = ( PsdImage ) Image . Load ( sourceFile...using ( var psdImage16 = ( PsdImage ) Image . Load ( outputFile...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. Aspose.PSD for Java 23.10 - 发布说明|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....当具有形状图层时,在 PsdImage.Save 时引发空引用异常 错误 公共 API 更改...aspose.psd.fileformats.psd.PsdImage.setResolution(double,double)...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. .NET Aspose.PSD generates corrupted photoshop f...

    Hello. We have stumbled upon a situation where after opening a .psd file, saving it, and trying to open it in latest CreativeCloud (using latest PSD 27 version), the file fails to open with a generic error “the file is …...psd”; var psdImage = (PsdImage)Aspose.PSD.Image.Load(psdFilePath);...imageOptions = new PsdOptions(psdImage); psdImage.Save(psdSavePath , imageOptions);...

    forum.aspose.com/t/net-aspose-psd-generates-cor...
  4. Aspose.PSD.CoreExceptions.ImageSaveException: I...

    Hi Everytime i’m trying to save the following file i get the following error: Aspose.PSD.CoreExceptions.ImageSaveException: Image saving failed “System.ArgumentNullException: Value cannot be null. (Parameter ‘key’)” He…...psd”)) { if (image is PsdImage psdImage) { var imageOptions =...= new PsdOptions(psdImage); psdImage.Save(“Target.psd”, imageOptions);...

    forum.aspose.com/t/aspose-psd-coreexceptions-im...
  5. Aspose.PSD for .NET 19.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....options = new PsdOptions (( PsdImage ) img ) { FileFormatVersion...options = new PsdOptions (( PsdImage ) img ) { FileFormatVersion...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  6. Aspose.PSD for Python via .NET 24.1 - 发行说明|Docu...

    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....TRUECOLOR_WITH_ALPHA with PsdImage . load ( sourceFile , opt...TRUECOLOR_WITH_ALPHA with PsdImage . load ( sourceFile1 , opt...

    docs.aspose.com/psd/zh/net/aspose-psd-for-pytho...
  7. PSD ファイルをオンラインで編集 | products.aspose.com

    PSD アドビフォトショップファイルをオンラインで編集...PSD File using (PsdImage psdImage = (PsdImage)Image.Load("layers...psd")) { foreach (var layer in psdImage.Layers) { if (layer is TextLayer)...

    products.aspose.com/psd/jp/editor/
  8. PSB ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSB ファイルを開いて編集する...PSB File using (PsdImage psdImage = (PsdImage)Image.Load("layers...psb")) { foreach (var layer in psdImage.Layers) { if (layer is TextLayer)...

    products.aspose.com/psd/jp/editor/psb/
  9. There is a color difference in the picture - Fr...

    test-cp.zip (4.5 MB) When using version 25.11 of Aspose.PSD 16.jar, color deviation occurs when the image is zoomed in for viewing. The attached files include the image comparison files with deviation and the original P…...bytesPic)); Image image = PsdImage.load(new ByteArrayInputStream(bytesPsd)...if (!(image instanceof PsdImage psdImage)) { throw new RuntimeException("Loaded...

    forum.aspose.com/t/there-is-a-color-difference-...
  10. Pixel Data Manipulation using Aspose.PSD for C#...

    Example of how to directly and rapidly fast update raw pixel data using PSD C# API... You need to import the PsdImage and Layer classes from the...class in read mode. Create a PsdImage object by loading the stream...

    docs.aspose.com/psd/net/pixel-data-manipulation/