説明
Allows .heic uploads to the Media Library. Creates a .webp copy of .heic images when they are uploaded. An optional feature replaces the original upload instead of creating a copy.
Creation of .webp copies usually works on servers running ImageMagick 7 or above. Check Settings → Media → HEIC Support after activating to see if your server provides ImageMagick.
インストール
heic-support
のフォルダーを/wp-content/plugins/
ディレクトリーにアップロードする。- Activate the plugin through the Plugins screen (Plugins → Installed Plugins).
サーバが ImageMagick7を提供しているかを確認するには、プラグインを有効化後に「メディア→HEIC Support」のページを確認してください。
評価
2023年1月11日
It would be better if you can add an option to generate JPEG files when uploading
貢献者と開発者
変更履歴
2.0.0
- [Added] Add filters around the webp format and image/webp mime type strings so they can be changed by other developers.
- [Added] Adds an optional feature to replace .heic images rather than create a copy. A switch enables the feature at Settings → Media.
- [Fixed] Updates an error message to stop mentioning a specific minimum version of ImageMagick. It was not accurate, and other dependencies like libheif could be missing that prevent conversions from working.
- [Changed] Moves all plugin settings from Media → HEIC Support to Settings → Media.
- [Changed] Changes the tested up to version to 6.2.0.
- [Removed] Removes the menu at Media → HEIC Support.
1.0.1
- [修正済] PHP7.2以下で解析エラーが発生するバグを修正しました。
- [変更] テスト済みバージョンを6.1.1までに変更します。
1.0.0
- [追加] 初公開版。Wordpress に
.heic
サポートを追加します。ImageMagic7以降がインストールされている場合、メディアライブラリにアップロードされた.heic
画像の.webp
形式のコピーを作成します。