mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
Issue with half-pixel values causing blurry fonts is fixed in Design Framework 1.2.0
This commit is contained in:
parent
7288fd7c6b
commit
b4639b3ffb
1 changed files with 0 additions and 3 deletions
|
|
@ -125,9 +125,6 @@ class ImageGenerationService
|
||||||
|
|
||||||
$imagick->setImageType(Imagick::IMGTYPE_GRAYSCALE);
|
$imagick->setImageType(Imagick::IMGTYPE_GRAYSCALE);
|
||||||
|
|
||||||
// Sharpen the image to make blurry text more defined
|
|
||||||
$imagick->sharpenImage(0.7, 0.5);
|
|
||||||
|
|
||||||
if ($quantize) {
|
if ($quantize) {
|
||||||
$imagick->quantizeImage(2, Imagick::COLORSPACE_GRAY, 0, true, false);
|
$imagick->quantizeImage(2, Imagick::COLORSPACE_GRAY, 0, true, false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue