Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 3,269 for

psdimage

(0.07 sec)
  1. Перегляд PSD, PSB або AI | products.aspose.com

    Перетворення файлів Adobe PhotoShop та Illustrator, зображення та інші формати...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName...setReadOnlyMode(true); PsdImage image = null; try { image = (PsdImage) Image...

    products.aspose.com/psd/ua/view/
  2. Aspose.Imaging for .NET 3.2.0 Release Notes|Doc...

    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....( sourceFileName )) { var psdImage = ( Aspose . Imaging . FileFormats...FileFormats . Psd . PsdImage ) image ; var pngOptions = new PngOptions...

    docs.aspose.com/imaging/net/aspose-imaging-for-...
  3. FlattenImage | Aspose.PSD for .NET API Reference

    FlattenImage Psdimage.FlattenImage method Flattens all layers. public void FlattenImage () See Also class Psdimage na......FlattenImage PsdImage.FlattenImage method Flattens all layers...FlattenImage () See Also class PsdImage namespace Aspose.PSD.FileFormats...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  4. BlwhResource | Aspose.PSD for .NET API Reference

    BlwhResource Contents [ Hide ] BlwhResource class BlwhResource class is a resource of Black and White Adjustment Laye......= false ; using ( PsdImage im = ( PsdImage ) Image . Load ( sourceFileName...= false ; using ( PsdImage im = ( PsdImage ) Image . Load ( destinationFileName...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  5. Aspose.PSD 24.8.0 issue with particular documen...

    Hi! We’ve been testing Aspose.PSD 24.7.0 and 24.8.0 both produce a new error for a particular document. It works on 24.6.0 fyi The code is the following: var Psdimage = (Psdimage)Image.Load(psdFilePath); foreach (var …...is the following: var psdImage = (PsdImage)Image.Load(psdFilePath);...Load(psdFilePath); foreach (var layer in psdImage.Layers) { if (layer is TextLayer...

    forum.aspose.com/t/aspose-psd-24-8-0-issue-with...
  6. Height | Aspose.PSD for .NET API 参考

    获取图像高度...Height PsdImage.Height property 获取图像高度。 public override int Height...} 适当的价值 图像高度。 也可以看看 class PsdImage 命名空间 Aspose.PSD.FileFormats...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  7. [solved] After Resize and save I've a poor imag...

    I resize an image and save it to JPG format, and I end up with an image like the one below. even putting the high quality, I don’t get an image of the same standard, when saved by Photoshop Original imagem sizes: width…...KB) Code: using (PsdImage imageHI = (PsdImage)Image.Load(imagem...

    forum.aspose.com/t/solved-after-resize-and-save...
  8. Aspose.PSD for Java 19.12 - Release Notes|Docum...

    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.addExposureAdjustmen M:com...aspose.psd.fileformats.psd.PsdImage.addExposureAdjustmen(float)...

    docs.aspose.com/psd/java/aspose-psd-for-java-19...
  9. Error opening psd - Free Support Forum - aspose...

    The error occurs when loading the PSD, in the load method: Psdimage image = (Psdimage)Aspose.PSD.Image.Load(“c:\PSDfile”); Throws the following error: Unhandled exception. Aspose.PSD.CoreExceptions.ImageLoadException:…...the load method: PsdImage image = (PsdImage)Aspose.PSD.Image...

    forum.aspose.com/t/error-opening-psd/265605
  10. Image loading failed. System.InvalidCastExcepti...

    Trying to load the psd in the load throws the following error: > Unhandled exception. Aspose.PSD.CoreExceptions.ImageLoadException: Image loading failed. ---> System.InvalidCastException: Unable to cast object o…...stack trace --- Code: PsdImage image = (PsdImage)Aspose.PSD.Image...

    forum.aspose.com/t/image-loading-failed-system-...