Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,972 for

psdimage

(0.07 sec)
  1. PSD ファイルを PNG ファイルに変換する | products.aspose.com

    アドビフォトショップ PSD ファイルを PNG に変換...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/jp/convert/to-png/
  2. PSD ファイルを JPG ファイルに変換する | products.aspose.com

    アドビフォトショップファイルを JPG に変換...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/jp/convert/to-jpg/
  3. 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.... First, we will create a PsdImage specifying its height and...class. First, we will create a PsdImage specifying its height and...

    docs.aspose.com/psd/net/drawing-images/
  4. Edit PSD document via .NET | products.aspose.com

    C# source code to edit the PSD file on .NET Framework, .NET Core....Cast it into a PsdImage Use the instance of PsdImage for access to...using the Save method of the PsdImage instance. System Requirements...

    products.aspose.com/psd/net/editor/psd/
  5. 用Python从头开始创建PSD或PSB图像|Documentation

    演示Aspose.PSD for Python如何从头创建Psd图像...psd import PsdImage 指定输出文件名和路径: outputFile = ....psd" 使用所需尺寸创建PSD图像: with PsdImage ( 500 , 500 ) as img : 添加...

    docs.aspose.com/psd/zh/zh/python-net/create-psd...
  6. 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-...
  7. Working with Layers|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....** **has been added in a ** PsdImage **class to adds the layer...instance of an image using the PsdImage class with specified width...

    docs.aspose.com/psd/net/working-with-layers/
  8. PSD ファイルを TIFF 形式に変換する | products.aspose.com

    PSD ファイルを Tiff に変換するサービス...NET using (PsdImage image = (PsdImage)Image.Load(sourceFileName))...sourceFileName) { try (PsdImage image = (PsdImage) Image.load(sourceFileName))...

    products.aspose.com/psd/jp/convert/to-tiff/
  9. 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...
  10. Արտահանել PSD-ն GIF-ին Java-ում

    Java-ում PSD-ն GIF-ի փոխարկելու համար տես այս հոդվածը: Դուք կարող եք Adobe Photoshop-ի բնիկ ֆայլի ձևաչափը PSD վերածել GIF-ի մի քանի API զանգերի միջոցով՝ հետևելով այս հոդվածում ներկայացված քայլերին և ծածկագրին:...Image դասը Փոխեք Image օբյեկտը PsdImage դասի Ստեղծեք GifOptions օբյեկտը...օբյեկտի մեջ, այն փոխակերպելով PsdImage դասի և ստեղծելով GifOptions:...

    kb.aspose.com/hy/psd/java/export-psd-to-gif-in-...