diff --git a/app/Models/Image.php b/app/Models/Image.php index 0bf18079..eda8edb4 100644 --- a/app/Models/Image.php +++ b/app/Models/Image.php @@ -137,7 +137,7 @@ class Image extends Model } if (isset($coverType['width']) && isset($coverType['height'])) { - $command .= " -thumbnail ${coverType['width']}x${coverType['height']}^ -gravity center -extent ${coverType['width']}x${coverType['height']}"; + $command .= " -thumbnail ${coverType['width']}x${coverType['height']} -gravity center -extent ${coverType['width']}x${coverType['height']}"; } $command .= ' "'.$image->getFile($coverType['id']).'"';