Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako authored Aug 18, 2022
1 parent 73d170b commit 4148c18
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 @@ -37,7 +37,7 @@ EXIFタグで向きが設定された画像を[READ PICTURE FILE](https://doc.4d

前述したようにEXIFタグを確認することはできますが,画像を補正するために回転する方法がありません。

SVGの*transform*で回転させることもできますが,**アフィン変換**による回転になるため,画素数が多い写真の回転はそこそこ時間がかかります。
SVGの*transform*で回転させることもできますが,**アフィン変換**による処理になるため,画素数が多い写真の回転はそこそこ時間がかかります。

`90`°または`270`°の回転さえできれば良いことを考えると,もっとシンプルな方法が理想的です。

Expand Down Expand Up @@ -68,6 +68,6 @@ status:=Rotate image(image; rotate; format)

<img width="499" alt="0" src="https://user-images.githubusercontent.com/1725068/185328997-1a2633b3-2231-454d-a8b2-25d13d9da0a2.png">

#### 追記
## 追記

CONVERT PICTUREで別の(EXIFタグをサポートしていない)画像形式に変換すれば,`0`°の回転を適用するのと同じ結果が得られるのでは・・・

0 comments on commit 4148c18

Please sign in to comment.