PHP Classes

File: config/image.php

Recommend this page to a friend!
  Classes of Wang   Tagydes   config/image.php   Download  
File: config/image.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 513 bytes
 

Contents

Class file image Download
<?php

return array(

   
/*
    |--------------------------------------------------------------------------
    | Image Driver
    |--------------------------------------------------------------------------
    |
    | Intervention Image supports "GD Library" and "Imagick" to process images
    | internally. You may choose one of them according to your PHP
    | configuration. By default PHP's "GD Library" implementation is used.
    |
    | Supported: "gd", "imagick"
    |
    */

   
'driver' => 'gd'

);