ImageProc/bin/config.inc.php

12 lines
121 B
PHP
Raw Normal View History

2020-01-10 12:53:32 -07:00
<?php
// Configuration File
// Desired Image Dimensions
$imgWidth = "1600";
$imgHeight = "0";
$imgQuality = "75";
?>