imagealphablending

(PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8)

imagealphablendingSet the blending mode for an image

Beschreibung

imagealphablending(GdImage $image, bool $enable): bool

imagealphablending() allows for two different modes of drawing on truecolor images. In blending mode, the alpha channel component of the color supplied to all drawing function, such as imagesetpixel() determines how much of the underlying color should be allowed to shine through. As a result, gd automatically blends the existing color at that point with the drawing color, and stores the result in the image. The resulting pixel is opaque. In non-blending mode, the drawing color is copied literally with its alpha channel information, replacing the destination pixel. Blending mode is not available when drawing on palette images.

Parameter-Liste

image

Ein GdImage-Objekt, das von einer der Funktionen zur Bilderzeugung, z. B. imagecreatetruecolor(), zurückgegeben wurde.

enable

Whether to enable the blending mode or not. On true color images the default value is true otherwise the default value is false

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

Changelog

Version Beschreibung
8.0.0 image erwartet nun eine GdImage-Instanz; vorher wurde eine Ressource erwartet.

Beispiele

Beispiel #1 imagealphablending() usage example

<?php
// Create image
$im imagecreatetruecolor(100100);

// Set alphablending to on
imagealphablending($imtrue);

// Draw a square
imagefilledrectangle($im30307070imagecolorallocate($im25500));

// Output
header('Content-Type: image/png');

imagepng($im);
imagedestroy($im);
?>

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

2024 Suns Participant Critique: Damion Lee. Gentleman, he can waive a towel!

Enable us toward introduce yet another contemporary contributor in direction of Vivid Aspect, and our minute in opposition to throughout the Pacif ...

Geschrieben von RyanDunn am 28.11.2025 02:20:45
Forum: ASP, PERL, CGI, C und alles andere
Who would the Suns address within an Advancement Draft?

I'm 's July, and enable me inform on your own, it's Really just about anything out below inside the , the thermometer virtually burst at 118 withi ...

Geschrieben von RyanDunn am 28.11.2025 02:19:30
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
In spite of suspension, Miamis Thomas Bryant can order his championship

DENVERhe NBA will let suspended Miami Warm heart Thomas Bryant in direction of quickly be in just Denver's arena Thursday evening hence he can get ...

Geschrieben von RyanDunn am 28.11.2025 02:18:52
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
3 a long time in the past presently, the Cincinnati Bengals drafted

Upon this day, a few yrs in the past, the Cincinnati Bengals retained the initially in general select within the 2020 NFL of we dive into it, let ...

Geschrieben von RyanDunn am 28.11.2025 02:18:01
Forum: SQL / Datenbanken