JvM: Imagegif

Hi!
Ich wollte ein vorher erstelltes Bild mit folgendem Code abspeichern:

imagegif($image, 'daten/pinnwand.gif');

Als Ergebnis bekam ich aber nur:

Warning: ImageGif: No GIF support in this PHP build in /html/julian/tests/cms/inhalte/ pinnwand.ihe on line 39

Was mache ich falsch?

  1. Hallo,

    imagegif($image, 'daten/pinnwand.gif');

    Als Ergebnis bekam ich aber nur:

    Warning: ImageGif: No GIF support in this PHP build in /html/julian/tests/cms/inhalte/ pinnwand.ihe on line 39

    Die PHP-Installation von Dir oder Deinem Provider (je nachdem, wo Dus probierst) hat keine GIF-Unterstützung. Du musst also JPG oder PNG verwenden.

    Grüße,

    Christian

    1. Hallo,

      imagegif($image, 'daten/pinnwand.gif');

      Als Ergebnis bekam ich aber nur:

      Warning: ImageGif: No GIF support in this PHP build in /html/julian/tests/cms/inhalte/ pinnwand.ihe on line 39

      Die PHP-Installation von Dir oder Deinem Provider (je nachdem, wo Dus probierst) hat keine GIF-Unterstützung. Du musst also JPG oder PNG verwenden.

      Wie mache ich das???

      Grüße,

      Christian

      Danke schonmal,
      JvM

      1. Hallo JvM,

        Die PHP-Installation von Dir oder Deinem Provider (je nachdem, wo Dus probierst) hat keine GIF-Unterstützung. Du musst also JPG oder PNG verwenden.

        Wie mache ich das???

        Statt der Funktion imagegif imagepng oder imagejpeg nehmen und statt image/gif als Header image/png oder image/jpeg senden.

        Grüße,

        Christian

      2. Hi!

        Die PHP-Installation von Dir oder Deinem Provider (je nachdem, wo Dus probierst) hat keine GIF-Unterstützung. Du musst also JPG oder PNG verwenden.

        Wie mache ich das???

        Wie machst du was? JPG oder PNG verwenden? Die Funktionen für JPG oder PNG sind exakt gleich wie die für GIFs

        mfG
        brand