Merge pull request 'Make crop editor usable' (#22) from crop-editor into master

Reviewed-on: Public/pics#22
This commit is contained in:
2020-12-30 20:06:15 +01:00
7 changed files with 461 additions and 242 deletions

View File

@@ -164,6 +164,8 @@ class Thumbnail
$this->filename_suffix .= 's';
elseif ($this->crop_mode === self::CROP_MODE_SLICE_BOTTOM)
$this->filename_suffix .= 'b';
elseif ($this->crop_mode === self::CROP_MODE_BOUNDARY)
$this->filename_suffix .= 'e';
}
else
$this->filename_suffix = '';