set theme classes

This commit is contained in:
Shish
2020-02-04 00:46:36 +00:00
parent 81cd320928
commit e46b319295
35 changed files with 103 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ require_once "config.php";
*/
class ImageIO extends Extension
{
/** @var ImageIOTheme */
protected $theme;
const COLLISION_OPTIONS = ['Error'=>ImageConfig::COLLISION_ERROR, 'Merge'=>ImageConfig::COLLISION_MERGE];
const EXIF_READ_FUNCTION = "exif_read_data";