Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Encode manipulator to make sure to interlace image if necessary #2

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix code style
konnng-dev committed Jan 26, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 1d50e744468dec66d69bcba47f65a14d6a934637
1 change: 0 additions & 1 deletion src/Manipulators/Encode.php
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ public function run(ImageInterface $image): ImageInterface
->place($image, 'top-left', 0, 0);
}


if (in_array($format, ['png', 'pjpg'], true)) {
$shouldInterlace = true;