Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,754 for

psdimage

(0.04 sec)
  1. Փոխակերպեք PSD-ն GIF-ի՝ օգտագործելով C#

    Այս հոդվածը օգնում է, թե ինչպես փոխարկել PSD-ն GIF-ի, օգտագործելով C#: Դուք կարող եք կարգավորել միջավայրը և գրել ծրագիր՝ PSD-ն GIF-ին արտահանելու համար՝ օգտագործելով C#՝ հետևելով այս ուղեցույցում տրված քայլերին և օրինակելի կոդը:...Հեռարձակեք բեռնված պատկերը PsdImage դասին Ստեղծեք օբյեկտ GifOptions...Load մեթոդը, փոխեք դրա տեսակը PsdImage-ի, ստեղծեք GifOptions դասի...

    kb.aspose.com/hy/psd/net/convert-psd-to-gif-usi...
  2. 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/
  3. 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/
  4. 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/
  5. 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...
  6. Modify SmartObject PSD - Free Support Forum - a...

    Hello, I purchased an Aspose Python PSD OEM license to perform a specific task, but I’m unable to achieve the expected result. I need support to resolve this. When I try to replace the content of a smart object, the re…...psd import PsdImage from aspose.psd.fileformats...load_options) as image: # Cast vers PsdImage pour accéder aux layers psd_image...

    forum.aspose.com/t/modify-smartobject-psd/313972
  7. 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/
  8. Արտահանել 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-...
  9. Ինչպես փոխարկել PNG-ը PSD-ին՝ օգտագործելով C#

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել PNG-ը PSD-ին՝ օգտագործելով C#: Այն տրամադրում է տեղեկատվություն շրջակա միջավայրը կարգավորելու, քայլերի ցանկի և գործարկվող օրինակելի կոդի մասին՝ C#-ի միջոցով PNG-ից PSD փոխարկիչ մշակելու համար:...Ստեղծեք PSD պատկեր՝ օգտագործելով PsdImage դասը և տրամադրեք ելքային պատկերի...C# : Գործընթացը սկսվում է PsdImage-ի ստեղծմամբ՝ ապահովելով ելքային...

    kb.aspose.com/hy/psd/net/how-to-convert-png-to-...
  10. 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-...