Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,648 for

alpha

(0.1 sec)
  1. Supprimer l’arrière-plan d’une image avec Java

    Cet article explique comment supprimer l’arrière-plan d’une image avec Java. Il comprend la configuration de l’environnement de développement, une liste d’étapes et un exemple de code pour créer un outil de suppression d’arrière-plan avec Java....format PNG avec une transparence alpha Les étapes ci-dessus décrivent...

    kb.aspose.com/fr/imaging/java/remove-background...
  2. Updating Text Layer Removes All Layer Effects -...

    Hello When I update the text on a TextLayer using update_text(), all the FX (layer effects) applied to the layer are removed. After exporting the file to PNG, the updated text appears plain, without any of the original …...TRUECOLOR_WITH_ALPHA psd.save("output.png", png_options)...

    forum.aspose.com/t/updating-text-layer-removes-...
  3. Python का उपयोग करके फोटो पर हस्ताक्षर डालें

    इस लेख का पालन करें ताकि आप Python का उपयोग करके फोटो पर हस्ताक्षर डाल सकें। इसमें IDE सेट करने के चरण, एक सूची और एक नमूना कोड शामिल है जो दिखाता है कि Python का उपयोग करके फोटो पर हस्ताक्षर कैसे डालें।...पिक्सल्स को पारदर्शी करें (alpha = 0) बदले हुए पिक्सल्स को सिग्नेचर...

    kb.aspose.com/hi/imaging/python/put-signature-o...
  4. Formatierung von Präsentationstext in .NET|Aspo...

    Formatieren und gestalten Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET. Passen Sie Schriftarten, Farben, Ausrichtung und mehr an....Absatz transparent machen: int alpha = 50 ; using ( var presentation...Color = Color . FromArgb ( alpha , Color . Black ); presentation...

    docs.aspose.com/slides/de/net/text-formatting/
  5. Создать документ презентации|Документация Aspos...

    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.... Alpha () { Val = 38000 }) { Val =...RgbColorModelHex ( new D . Alpha () { Val = 38000 }) { Val =...

    docs.aspose.com/slides/ru/net/create-a-presenta...
  6. 아카이브

    아카이브...0f); int32_t alpha = 150, red = 200, green = 200...::Drawing::Color::FromArgb(alpha, red, green, blue)); // 수정에서...

    blog.aspose.com/ko/slides/add-watermark-to-powe...
  7. فسپاس پی اِس دی برای .نت ۲۰.۱۱ - یادداشت نسخه|D...

    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....var pixel = pixels [ i ]; var alpha = ( int )( pixel & 0 xff000000...(~( pixel & 0 x00ffffff )) | alpha ; } innerImage . SaveArgb32Pixels...

    docs.aspose.com/psd/fa/net/aspose-psd-for-net-2...
  8. 在 Python 中为演示文稿添加水印|Aspose.Slides for Python 文档

    了解如何在 Python 中管理 PowerPoint 和 OpenDocument 演示文稿的文字和图片水印,以标示草稿、机密信息、版权等。...设置水印文字颜色 要设置水印文字的颜色,请使用以下代码: alpha = 150 red = 200 green = 200...drawing . Color . from_argb ( alpha , red , green , blue ) 居中文字水印...

    docs.aspose.com/slides/zh/python-net/watermark/
  9. Ajouter des filigranes aux présentations en Jav...

    Gérez les filigranes texte et image dans les présentations PowerPoint et OpenDocument sous Node.js pour indiquer un brouillon, des informations confidentielles, des droits d’auteur, et plus encore....filigrane, utilisez ce code : let alpha = 150 ; let red = 200 ; let...Color" , red , green , blue , alpha )); Centrer le filigrane texte...

    docs.aspose.com/slides/fr/nodejs-java/watermark/
  10. Ajouter des filigranes aux présentations en PHP...

    Gérez les filigranes texte et image dans les présentations PowerPoint et OpenDocument en PHP pour indiquer un brouillon, des informations confidentielles, des droits d'auteur, etc....filigrane, utilisez ce code : $alpha = 150 ; $red = 200 ; $green..., $red , $green , $blue , $alpha ); $fillFormat = $watermarkFrame...

    docs.aspose.com/slides/fr/php-java/watermark/