@@ -215,7 +215,7 @@ private static function createThumbnailImage($im_out, $time, $options): ?string
215215 } elseif (isset ($ options ['2avif ' ])) {
216216
217217 $ outfile =TEMP_DIR .$ time .'.avif.tmp ' ;//一時ファイル
218- imageavif ($ im_out , $ outfile ,98 );
218+ imageavif ($ im_out , $ outfile ,90 );
219219
220220 } elseif (isset ($ options ['webp ' ])) {
221221
@@ -225,7 +225,7 @@ private static function createThumbnailImage($im_out, $time, $options): ?string
225225 } elseif (isset ($ options ['avif ' ])) {
226226
227227 $ outfile ='avif/ ' .$ time .'t.avif ' ;
228- imageavif ($ im_out , $ outfile ,90 );
228+ imageavif ($ im_out , $ outfile ,80 );
229229
230230 } elseif (isset ($ options ['thumbnail_webp ' ])) {
231231
@@ -235,7 +235,7 @@ private static function createThumbnailImage($im_out, $time, $options): ?string
235235 } elseif (isset ($ options ['thumbnail_avif ' ])) {
236236
237237 $ outfile =THUMB_DIR .$ time .'s.avif ' ;
238- imageavif ($ im_out , $ outfile ,90 );
238+ imageavif ($ im_out , $ outfile ,80 );
239239
240240 } else {
241241
0 commit comments