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

psdimage

(0.24 sec)
  1. 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...
  2. Does the psd-java plugin have this function? - ...

    image.png (114.0 KB) I really need this feature。This feature is called Save for Web... loadOptions); PsdImage psdImage = (PsdImage) image) { PngOptions...Type.TruecolorWithAlpha); psdImage.save(destName, Options); }...

    forum.aspose.com/t/does-the-psd-java-plugin-hav...
  3. Aspose.PSD for .NET 21.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....= null ; using ( PsdImage image = ( PsdImage ) Image . Load (..."out_Zip16bit.psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-9...
  4. Aspose.PSD for .NET 19.5 - 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.... 0001 ; var im = ( PsdImage ) Image . Load ( sourceFileName...tolerance = 0 . 0001 ; var im = ( PsdImage ) Image . Load ( sourceFileName...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-5...
  5. Aspose.PSD for Java 21.5 - 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.convert(com.aspose.psd.imageoptions...aspose.psd.fileformats.psd.PsdImage.getImage2Export(com.aspose...

    docs.aspose.com/psd/java/aspose-psd-for-java-21...
  6. Psd-java The saved psd file cannot be opened - ...

    After deleting the layers and introducing a new smartobject and saving the file, I cannot open the saved PSD file using Photoshop. // 加载 PSD 文件 String materialPath = “ZNDX.psd”; Psdimage materImage = (Psdimage) Image.…...psd”; PsdImage materImage = (PsdImage) Image.load(materialPath);...= "ZNDX.psd"; PsdImage materImage = (PsdImage) Image.load(materialPath);...

    forum.aspose.com/t/psd-java-the-saved-psd-file-...
  7. AsposePSD states that a valid PSD file is not a...

    This python script from aspose.psd import Image from aspose.psd.fileformats.psd import Psdimage from aspose.psd.fileformats.psd.layers.smartobjects import SmartObjectLayer from aspose.psd.imageloadoptions import PsdL…...psd import PsdImage from aspose.psd.fileformats...image: if isinstance(image, PsdImage): psd_image = image print(f"Searching...

    forum.aspose.com/t/asposepsd-states-that-a-vali...
  8. .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...
  9. 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...
  10. Public API Changes in Aspose.Imaging for .NET 1...

    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 . PartialPixelLoader Class...Imaging. FileFormats .Psd. PsdImage . PartialPixelLoader .#ctor(Aspose...

    docs.aspose.com/imaging/net/public-api-changes-...