Namespaces are one honking great idea—let's do more of those!
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
/*
|
||||
* Notice:
|
||||
* The image resize and resample code is based off of the "smart_resize_image"
|
||||
|
@@ -2,6 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
// TODO Add warning that rotate doesn't support lossless webp output
|
||||
|
||||
/**
|
||||
|
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
use function MicroHTML\INPUT;
|
||||
|
||||
class RotateImageTheme extends Themelet
|
||||
|
Reference in New Issue
Block a user