PHP Classes

File: examples/_config.php

Recommend this page to a friend!
  Classes of Jose Luis Quintana   GImage PHP Canvas to Image   examples/_config.php   Download  
File: examples/_config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: GImage PHP Canvas to Image
Create and compose canvas images from other images
Author: By
Last change: refactor: minor project docs updates
Date: 1 year ago
Size: 290 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of GImage.
 *
 * (c) Jose Quintana <https://joseluisq.net>
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the file LICENSE.
 */

define('BASE_PATH', dirname(__FILE__));
define('ROOT_PATH', dirname(BASE_PATH));