Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 3,591 for

psdimage

(0.02 sec)
  1. Aspose.PSD for .NET 19.6 - 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....options = new PsdOptions (( PsdImage ) img ) { FileFormatVersion...options = new PsdOptions (( PsdImage ) img ) { FileFormatVersion...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-6...
  2. Working With Drawing Images|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....simple shapes in an instance of PsdImage or any inherited from Image...

    docs.aspose.com/psd/net/working-with-drawing-im...
  3. Convert PSD to GIF using C#

    This article assists on how to convert PSD to GIF using C#. You can configure the environment and write an application to export PSD to GIF using C# by following the steps and sample code given in this guide....Cast the loaded image to the PsdImage class Create an object off...method, change its type to PsdImage, create an object of the GifOptions...

    kb.aspose.com/psd/net/convert-psd-to-gif-using-...
  4. 将psd文件保存为jpg文件是描边丢失 - Free Support Forum - aspo...

    image.jpg (273.2 KB) modified_file.jpg (76.8 KB) image.png (68.0 KB) psd file: FN Connect 远程访问 - 飞牛私有云 fnOS...添加此参数来修复此问题: using (PsdImage image = (PsdImage)Image.Load("file...

    forum.aspose.com/t/psd-jpg/309621
  5. Export PSD to GIF in Java

    Refer to this article for converting PSD to GIF in Java. You can convert the Adobe Photoshop native file format PSD to GIF with a few API calls by following the steps and code shared in this article....Change the Image object to the PsdImage class Create the GifOptions...object, transforming it to the PsdImage class, and creating the GifOptions...

    kb.aspose.com/psd/java/export-psd-to-gif-in-java/
  6. Manipulating Photoshop Formats|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....PsdImage class to achieve this functionality...convert/cast the image to PsdImage. Create an instance of the...

    docs.aspose.com/psd/java/manipulating-photoshop...
  7. Creating, Opening and Saving Images|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 AddLayer method of the PsdImage class to add an image into...instance of image using the PsdImage class with specified width...

    docs.aspose.com/psd/java/creating-opening-and-s...
  8. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API...io library, as well as the PsdImage and Layer classes from the...a new PSD image using the PsdImage class constructor and provide...

    docs.aspose.com/psd/python-net/pixel-data-manip...
  9. Smart Filter Manipulation in Aspose.PSD for С#|...

    Examples of how to use Smart Filters in PSD File...Load method and cast it to a PsdImage object. Save the original...layer from the PSD image using psdImage.Layers[1] . Apply the sharpenFilter...

    docs.aspose.com/psd/net/smart-filters/
  10. How to Convert PNG to PSD using C#

    This article guides on how to convert PNG to PSD using C#. It provides information about setting the environment, a list of steps, and a runnable sample code to develop PNG to PSD converter using C#....Create a PSD image by using the PsdImage class and provide output image...is commenced by creating a PsdImage by providing the output image...

    kb.aspose.com/psd/net/how-to-convert-png-to-psd...