mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-10 18:14:25 +02:00
Prepare tagging v0.3
This commit is contained in:
@@ -88,6 +88,7 @@ class CImage {
|
||||
}
|
||||
}
|
||||
$subdir = str_replace('/', '-', dirname($this->imageName));
|
||||
$subdir = '.' ? '_.' : $subdir;
|
||||
return $this->saveFolder . '/' . $subdir . '_' . $parts['filename'] . '_' . round($this->newWidth) . '_' . round($this->newHeight) . $crop . $cropToFit . $crop_x . $crop_y . $quality . $filters . '.' . $parts['extension'];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user