Gimage Versions Save

A PHP library for easy image handling. 🖼

1.5.2

7 years ago

1.5.1

8 years ago

Added support for line-height for GText class. Example:

<?php
$text = new GText('Lorem ipsum dolor sit amet, consectetur adipiscing elit.');
$text->setWidth(400);
$text->setHeight(250);

// set line-height
$text->setLineHeight(1.2);

1.5.0

8 years ago