2017 © Pedro Peláez
 

library imagettftextgradient

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

image

andrewgjohnson/imagettftextgradient

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

  • Wednesday, June 6, 2018
  • by andrewgjohnson
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 100 % Grown

The README.md

imagettftextgradient

MIT License Current Release Contributors Packagist Downloads Issues Patreon, (*1)

, (*2)

Description

imagettftextgradient is a drop in replacement for imagettftext with an added parameter to add gradient coloring effects to your PHP GD images., (*3)

Patreon - Become a Patron, (*4)

imagettftextgradient is an agjgd project., (*5)

Usage

With Composer

This project offers support for the Composer dependency manager. You can find the imagettftextgradient package online on packagist.org., (*6)

Install using Composer

Either run this command:, (*7)

composer require andrewgjohnson/imagettftextgradient

or add this to the require section of your composer.json file:, (*8)

"andrewgjohnson/imagettftextgradient": "1.*"

Without Composer

To use without Composer add an include to the imagettftextgradient.php source file., (*9)

include_once 'source/imagettftextgradient.php';

Examples

// standard method to add text to a GD image
imagettftext($im, 20, 0, 0, 0, $color, $font, $string);

// this will work the exact same as the line above
imagettftextgradient($im, 20, 0, 0, 0, $color, $font, $string);

// method to add text with gradient coloring effects to a GD image
imagettftextgradient($im, 20, 0, 0, 0, $color, $font, $string, $gradient_color);

There are other examples included in the GitHub repository and on imagettftextgradient.agjgd.org., (*10)

Help Requests

Please post any questions in the discussions area on GitHub if you need help., (*11)

If you discover a bug please enter an issue on GitHub. When submitting an issue please use our issue template., (*12)

Contributing

Please read our contributing guidelines if you want to contribute., (*13)

You can contribute financially by becoming a patron at patreon.com/agjopensource to support imagettftextgradient and other agjgd.org projects., (*14)

Patreon - Become a Patron, (*15)

Acknowledgements

This project was started by Andrew G. Johnson (@andrewgjohnson)., (*16)

Full list of contributors: * Andrew G. Johnson (@andrewgjohnson), (*17)

Our security policies and procedures comes via the atomist/samples project. Our issue templates comes via the tensorflow/tensorflow project. Our pull request template comes via the stevemao/github-issue-templates project. The mountains photo comes via Gabriel Garcia Marengo., (*18)

Changelog

You can find all notable changes in the changelog., (*19)

The Versions

06/06 2018

dev-master

9999999-dev http://imagettftextgradient.org

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

  Sources   Download

MIT

The Requires

  • php >=5.0.0
  • ext-gd *

 

image gd images graphics

04/06 2018

v1.0.3

1.0.3.0 http://imagettftextgradient.org

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

  Sources   Download

MIT

The Requires

  • php >=5.0.0
  • ext-gd *

 

image gd images graphics

10/04 2018

v1.0.2

1.0.2.0 http://imagettftextgradient.org

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

  Sources   Download

MIT

The Requires

  • php >=5.0.0
  • ext-gd *

 

image gd images graphics

10/04 2018

v1.0.1

1.0.1.0 http://imagettftextgradient.org

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

  Sources   Download

MIT

The Requires

  • php >=5.0.0
  • ext-gd *

 

image gd images graphics

17/03 2017

v1.0.0

1.0.0.0 https://github.com/andrewgjohnson/imagettftextgradient

imagettftextgradient is a drop in replacement for imagettftext with an added parameter to add gradient coloring effects to your PHP GD images.

  Sources   Download

MIT

The Requires

  • php >=5.0.0
  • ext-gd *

 

image gd images graphics