LoginSignup
2
3

More than 3 years have passed since last update.

iOSで写真を撮るとHEICという拡張子のファイルになります。
これはHEIFという形式のファイルでJPEGよりも高圧縮ということで採用されています。
Windows10だと問題なく表示できますが、JPEGやPNGでしか扱えないツールでは困ります。

そんなときは ImageMagick を使って変換します。

下記からインストール
https://imagemagick.org/script/download.php

high dynamic-range imaging を含んだインストーラーが必要ですので Windowsの場合は ImageMagick-7.0.9-2-Q16-HDRI-x64-static.exe になります。他のOSは良しなに。macosの場合はsipsでしょうけど。

そしてフォルダ丸ごと一発変換できます。

magick mogrify -format jpg *.heic
2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3