瀏覽代碼

[Administration] Produits > photo : correctif orientation image (données EXIF non prises en compte)

feature/rotating_product
Guillaume Bourgeois 5 月之前
父節點
當前提交
1b577fc6a9
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      common/helpers/Upload.php

+ 3
- 0
common/helpers/Upload.php 查看文件

@@ -58,6 +58,9 @@ class Upload
if ($width > 500) {
$image = Yii::$app->image->load($path_file);

// fix exif orientation
$image->rotate(array_values([0, 0, 0, 180, 0, 0, 90, 0, -90])[@exif_read_data($path_file)['Orientation'] ?: 0]);

// big
if ($width > 1600) {
$image->resize(1600)->save($dir_file . $file_name . '-big.' . $file->extension);

Loading…
取消
儲存