HEIC Support

説明

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.

インストール

  1. heic-support のフォルダーを /wp-content/plugins/ ディレクトリーにアップロードする。
  2. Activate the plugin through the Plugins screen (Plugins → Installed Plugins).

サーバが ImageMagick7を提供しているかを確認するには、プラグインを有効化後に「メディア→HEIC Support」のページを確認してください。

評価

1件のレビューをすべて表示

貢献者と開発者

HEIC Support はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“HEIC Support” は5ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“HEIC Support” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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 形式のコピーを作成します。