Creating Graphics using GD LIBRARY

Hello , i want to create graphics using image gd sector …

Do you have a question about this, @oussamataali97?

<?php
$image = imagecreatetruecolor(1,1);
?>

Ta-da. Graphics.

Seriously though. If you have an actual, specific question that isnt “do this for me”, we’ll be glad to help.

3 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.