Projects
- imagettftextblur is a drop in replacement for imagettftext with added parameters to add blur, glow and shadow effects to your PHP GD images.
- imagettftextgradient is a drop in replacement for imagettftext with an added parameter to add gradient coloring effects to your PHP GD images.
- imageblendedcolorallocate is a function that will allocate a new blended color based on two existing allocated colors for your PHP GD images.
- imagecolorallocatefromstring is a function that will allocate a color based on a string for your PHP GD images.
- imagegradientrectangle is a function that will draw a gradient filled rectangle on your PHP GD images.
- linebreaks4imagettftext is a function to automatically insert line breaks into your text while using PHP’s imagettftext function.