Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,296 for

psdimage

(0.2 sec)
  1. RelinkToFile | Aspose.PSD for .NET API 参考

    将链接的智能对象重新链接到新文件 之后不需要调用UpdateModifiedContent 方法...format ); using ( PsdImage image = ( PsdImage ) Image . Load (...formatExt ; using ( PsdImage image = ( PsdImage ) Image . Load (...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  2. Prefix | Aspose.PSD for .NET API Reference

    Prefix PathStructure.Prefix property Gets or sets the path prefix. public string Prefix { get ; set ; } Property Valu......psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  3. Aspose.Imaging for .NET 19.1 - Release Notes|Do...

    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.AddBrightnessContras(System...Aspose.Imaging.FileFormats.Psd.PsdImage.AddChannelMixerAdjus Method...

    docs.aspose.com/imaging/net/aspose-imaging-for-...
  4. Aspose.Imaging for .NET 19.1 - Release Notes

    Aspose.Imaging for .NET 19.1 - Release Notes – the latest updates and fixes....PsdImage.AddBrightnessContras(System...Aspose.Imaging.FileFormats.Psd.PsdImage.AddChannelMixerAdjus Method...

    releases.aspose.com/imaging/net/release-notes/2...
  5. AdjustGamma | Aspose.PSD for .NET API Reference

    AdjustGamma Psdimage.AdjustGamma method (1 of 2) Gamma-correction of an image. public override void AdjustGamma ( flo......AdjustGamma PsdImage.AdjustGamma method (1 of 2) Gamma-correction...coefficient See Also class PsdImage namespace Aspose.PSD.FileFormats...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  6. GradientColorPoint | Aspose.PSD for .NET API 参考

    初始化GradientColorPointaspose.psd.fileformats.psd.layers.fillsettings/gradientcolorpoint类的新实例... using ( var psdImage = ( PsdImage ) Image . Load ( sourceFilePath...BlendingOptions layerBlendOptions = psdImage . Layers [ 1 ]. BlendingOptions...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  7. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Python...loadOpt ) as image : psdImage = cast ( PsdImage , image ) Next, you...of the PSD image using the psdImage.layers[0] syntax. This gives...

    docs.aspose.com/psd/python-net/graphics-api/
  8. Export PSD layers as separate PNG files, while ...

    I have this test code that exports PSD layers as PNG images, but by default it seems the tool exports the entire layer. What I’ve been unable to find in the documentation is a way to crop the exported layer to the same s…...PsdImage; import com.aspose.psd.imageoptions...caste it into PsdImage PsdImage psdImage = (PsdImage) Image.load(strPSD);...

    forum.aspose.com/t/export-psd-layers-as-separat...
  9. VectorShapeOriginSettings | Aspose.PSD for .NET...

    初始化VectorShapeOriginSettingsaspose.psd.fileformats.core.vectorpaths/vectorshapeoriginsettings类的新实例...psd" ; using ( PsdImage image = ( PsdImage ) Image . Load (...PsdOptions ()); } using ( PsdImage image = ( PsdImage ) Image . Load (...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  10. Aspose.psd python text layers issues - Free Sup...

    from aspose.psd.fileformats.psd import Psdimage from aspose.psd.fileformats.psd.layers import TextLayer from aspose.psd import Color from aspose.pycore import cast psdFilePath = “template.psd” def main(): source_fi…...psd import PsdImage from aspose.psd.fileformats...output_file = “Output.psd” with PsdImage.load(source_file) as img:...

    forum.aspose.com/t/aspose-psd-python-text-layer...