Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 3,269 for

psdimage

(0.04 sec)
  1. NoiseDistribution | Aspose.PSD for .NET API Ref...

    NoiseDistribution NoiseDistribution enumeration The distribution of noise filter. public enum NoiseDistribution Value......} } using ( var image = ( PsdImage ) Image . Load ( sourceFilte...); } using ( var image = ( PsdImage ) Image . Load ( outputPsd...

    reference.aspose.com/psd/net/aspose.psd.filefor...
  2. PSD文件中字符串字体更改 - Free Support Forum - aspose.com

    请问如何更换PSD文件中某一行文本的字体呢?...psd"; final PsdImage image = new PsdImage(500, 500); try /*JAVA:...

    forum.aspose.com/t/psd/269116
  3. Aspose.PSD for .NET 23.4 - 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....psd" ; using ( var image = ( PsdImage ) Image . Load ( sourceFile...()); } using ( var image = ( PsdImage ) Image . Load ( outputFile...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  4. BinarizeFixed | Aspose.PSD for .NET API 参考

    具有预定义阈值的图像的二值化...BinarizeFixed PsdImage.BinarizeFixed method 具有预定义阈值的图像的二值化 public...则赋值为255,否则为0。 也可以看看 class PsdImage 命名空间 Aspose.PSD.FileFormats...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  5. AddBrightnessContrastAdjustmentLayer | Aspose.P...

    添加亮度/对比度调整层...AddBrightnessContras PsdImage.AddBrightnessContras method 添加亮度/对比度调整层。...BrightnessContrastLa class PsdImage 命名空间 Aspose.PSD.FileFormats...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  6. AddChannelMixerAdjustmentLayer | Aspose.PSD for...

    使用默认参数添加通道混合器调整层...AddChannelMixerAdjus PsdImage.AddChannelMixerAdjus method 使用默认参数添加通道混合器调整层...class ChannelMixerLayer class PsdImage 命名空间 Aspose.PSD.FileFormats...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  7. CmykColorProfile | Aspose.PSD for .NET API 参考

    获取或设置 CMYK PSD 图像的 CMYK 颜色配置文件必须与 RgbColorProfile 配对以进行正确的颜色转换...CmykColorProfile PsdImage.CmykColorProfile property 获取或设置 CMYK...也可以看看 class StreamSource class PsdImage 命名空间 Aspose.PSD.FileFormats...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  8. Aspose.PSD for .NET 22.1 - Release Notes

    Aspose.PSD for .NET 22.1 - Release Notes – the latest updates and fixes....png" ; using ( var psdImage = (PsdImage)Image.Create( new PsdOptions()...CreateInstance(FillType.Color); psdImage.AddLayer(layer); VectorPath...

    releases.aspose.com/psd/net/release-notes/2022/...
  9. LnkeResource - Aspose.PSD for Java - API Reference

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....a predefined PSD PsdImage image = (PsdImage)Image.load(srcPsdPath);...Load the saved copy PsdImage image1 = (PsdImage)Image.load(dstPsdPath);...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  10. Example of using group layers in Aspose.PSD for...

    Using of Group Layer of PSD File via Python...a new PSD image using the PsdImage.create method. Then, we create...add_layer_group method of the PsdImage object. We provide the name...

    docs.aspose.com/psd/python-net/psd-group-layer/