Packages from andrewgjohnson · Transparency log

  • PHP

    andrewgjohnson/agjgd

    AgjGd extends the functionality of PHP’s GD library. It is a single class, \AndrewGJohnson\AgjGd, with functionality exposed via public static methods

  • PHP

    andrewgjohnson/imageblendedcolorallocate

    imageblendedcolorallocate is a function that will allocate a new blended color based on two existing allocated colors for your PHP GD images

  • PHP

    andrewgjohnson/imagecolorallocatefromstring

    imagecolorallocatefromstring is a function that will allocate a color based on a string for your PHP GD images

  • PHP

    andrewgjohnson/imagegradientrectangle

    imagegradientrectangle is a function that will draw a gradient filled rectangle on your PHP GD images

  • PHP

    andrewgjohnson/imagettftextblur

    imagettftextblur is a drop-in replacement for imagettftext with added parameters to add blur, glow and shadow effects to your PHP GD images

  • PHP

    andrewgjohnson/imagettftextgradient

    imagettftextgradient is a drop-in replacement for imagettftext with added parameters to add gradient coloring effects to your PHP GD images

  • PHP

    andrewgjohnson/linebreaks4imagettftext

    linebreaks4imagettftext is a function to automatically insert line breaks into your text while using PHP’s imagettftext() function