Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo authored Sep 7, 2021
1 parent 96cd024 commit 284a506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ composer require joppuyo/jpeg-xl-encode
$source = '/absolute/path/to/source.jpeg';
$destination = '/absolute/path/to/destination.jxl';
$options = [
'encoding': 'lossy',
'quality': 80,
'encoding' => 'lossy',
'quality' => 80,
];
try {
\Joppuyo\JpegXlEncode\Encoder::encode($source, $destination, $options);
Expand Down

0 comments on commit 284a506

Please sign in to comment.