Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 3,266 for

psdimage

(0.06 sec)
  1. ArcShape | Aspose.PSD for .NET API Reference

    ArcShape Contents [ Hide ] ArcShape class Represents an arc shape. public sealed class ArcShape : PieShape , IOrdered...... PsdImage ( 500 , 500 )) { //Create...

    reference.aspose.com/psd/net/aspose.psd.shapes/...
  2. Brightness Contrast Adjustment Layer|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.... The PsdImage class contains a factory method...BrightnessContrastLa brightnessContrastLa = psdImage.addBrightnessContras(15, 27);...

    docs.aspose.com/psd/java/layer-types/adjustment...
  3. How to Convert PSD to TIFF in Java

    This topic demonstrates the process of how to convert PSD to TIFF in Java. You can swiftly export PSD to TIFF in Java using simple and easy to manage steps using Aspose.PSD for Java....Instantiate an object of the PsdImage class to load the source PSD...

    kb.aspose.com/psd/java/how-to-convert-psd-to-ti...
  4. ResourceBlock - Aspose.PSD for Java - API Refer...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....LeadingMode PsdColorPalette PsdImage PsdVersion ResourceBlock ResourceBlock...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  5. DrawRectangles | Aspose.PSD for .NET API 参考

    绘制一系列由RectangleFaspose.psd/rectanglef结构指定的矩形... PsdImage ( 500 , 500 )) { //创建一个Gr...

    reference.aspose.com/psd/zh/net/aspose.psd/grap...
  6. ImageOptionsBase - Aspose.PSD for Java - API Re...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....is not installed PsdImage image = (PsdImage)Image.load(srcPsdPath);...

    reference.aspose.com/psd/java/com.aspose.psd/Im...
  7. VsmsResource | Aspose.PSD for .NET API 参考

    初始化VsmsResourceaspose.psd.fileformats.psd.layers.layerresources/vsmsresource类的新实例...psd" ) { using ( var psdImage = ( PsdImage ) Image . Create ( new...CreateInstance ( FillType . Color ); psdImage . AddLayer ( layer ); VectorPath...

    reference.aspose.com/psd/zh/net/aspose.psd.file...
  8. Layer effect hidden - Free Support Forum - aspo...

    using Aspose.PSD.FileFormats.Psd.Layers; using Aspose.PSD.FileFormats.Psd; using Aspose.PSD; string path = @“d:”; string psdFile = Path.Combine(path, “test2.psd”); string psdFileSave = Path.Combine(path, “test2-resu…...lic”); using (var pfile = (PsdImage)Aspose.PSD.Image.Load(psdFile))...

    forum.aspose.com/t/layer-effect-hidden/264493
  9. Convert PSD to PSB via C# | products.aspose.com

    Sample code for PSD to PSB C# conversion. Use API example code for batch PSD files to PSB conversion within VB.NET, Asp.NET or any .NET based application....method Cast the Image object to PsdImage Call the Image.Save method...

    products.aspose.com/psd/psd-to-psb/
  10. Figure | Aspose.PSD for .NET API 参考

    图形状的容器... PsdImage ( 500 , 500 )) { //创建并初始化一个Graphics类的实例...

    reference.aspose.com/psd/zh/net/aspose.psd/figure/