Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 886 for

adjustment layers

(0.18 sec)
  1. How to Use Warp in Aspose.PSD|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....Warp effect for a Smart Layer and adjust the type and intensity...standard Warp effect to a Smart Layer. Result: The code example below...

    docs.aspose.com/psd/net/how-to-use-warp-in-aspo...
  2. Adjust DICOM images via .NET | products.aspose.com

    Try our On-Premise document APIs to Adjust DICOM image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....NET Adjust Dicom PPTX DOCX XLSX PDF ODP DICOM Adjust DICOM...Build your own .NET apps to Adjust DICOM image files using server-side...

    products.aspose.com/imaging/net/adjust/dicom/
  3. Convert PSD to PNG in Java | PSD to PNG Convert...

    Programmatically, convert PSD to PNG in Java with Aspose.PSD for Java. Convert PSD Layers to PNG images in Java. Java PSD API...Designers can export Photoshop layers as PNG images in Adobe Photoshop...grants the ability to modify layer properties, apply watermarks...

    blog.aspose.com/psd/convert-psd-to-png-in-java/
  4. Aspose.PSD for Java 20.2 - 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....different colors text in Text Layer Feature PSDJAVA-97 Support of...of clbl resource (Layer resource contains info about Blend clipping...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  5. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....Represents an object in the drawing layer, such as an AutoShape, textbox...Description Adjustments { get; } Provides access to the adjustment raw...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Smart Filter Manipulation in Aspose.PSD for Jav...

    Examples of how to use Smart Filters in PSD File...code retrieves the regular layer from the PSD image using psdImage...sharpenFilter to the regular layer three times. Finally, the updated...

    docs.aspose.com/psd/java/smart-filters/
  7. Smart Filter Manipulation in Aspose.PSD for Pyt...

    Examples of how to use Smart Filters in PSD File...the regular layer from the PSD image using im.layers[1]. A loop...sharpenFilter to the regular layer three times. Finally, the updated...

    docs.aspose.com/psd/python-net/smart-filters/
  8. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...size; i++) { CadLayerTable layer = (CadLayerTable) cadImage.getLayers()...getLayers().get_Item(i); layer.setLineWeight((short) 0); } CadRasterizationOpti...

    forum.aspose.com/t/cad-pdf/314511
  9. Aspose.Total for Python via .NET|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.... cropping, rotating, and adjusting image parameters, as well...complex tasks like color adjustment, watermarking, and format...

    docs.aspose.com/total/python-net/
  10. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = new LoadOptions(); load…...size; i++) { CadLayerTable layer = (CadLayerTable) cadImage.getLayers()...getLayers().get_Item(i); layer.setLineWeight((short) 0); } DwgOptions...

    forum.aspose.com/t/dwg-dwg/314402