Skip to content

Commit

Permalink
fix png transparent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy authored Dec 21, 2023
1 parent 0520a3d commit 002f33f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Conversions/Actions/PerformManipulationsAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public function execute(
}

$image = Image::useImageDriver(config('media-library.image_driver'))
->loadFile($conversionTempFile)
->format('jpg');
->loadFile($conversionTempFile);

try {
$conversion->getManipulations()->apply($image);
Expand Down

0 comments on commit 002f33f

Please sign in to comment.