Title: HEIC Support
Author: Corey Salzano
Published: <strong>16 نوامبر 2022</strong>
Last modified: 22 اکتبر 2025

---

جستجوی افزونه‌ها

![](https://ps.w.org/heic-support/assets/banner-772x250.jpg?rev=2818643)

![](https://ps.w.org/heic-support/assets/icon.svg?rev=2975603)

# HEIC Support

 توسط [Corey Salzano](https://profiles.wordpress.org/salzano/)

[دانلود](https://downloads.wordpress.org/plugin/heic-support.2.1.4.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/heic-support/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/heic-support/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/heic-support/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/heic-support/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/heic-support/)

## توضیحات

Allows .heic uploads to the Media Library. Creates .webp or .jpg copies of .heic
images when they are uploaded. An optional feature replaces the original upload 
instead of creating a copy.

Creation of .webp or .jpg copies usually works on servers running ImageMagick 7 
or above. Check Settings  Media  HEIC Support after activating to see if your server
provides ImageMagick.

## عکس‌های صفحه

 * [[
 * The settings are located at Settings  Media  HEIC Support in the dashboard.

## نصب

 1. Upload the entire `heic-support` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** screen (**Plugins  Installed Plugins**).

Check the page at Media  HEIC Support after activating to see if your server provides
ImageMagick 7.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/b8b5d05f16c9f7a56e2e008a523e8bbb27f52a91f8692e8265f2831d7063f2d7?
s=60&d=retro&r=g)

### 󠀁[Great Plugin | Gets the Job Done](https://wordpress.org/support/topic/great-plugin-gets-the-job-done-10/)󠁿

 [Generosus](https://profiles.wordpress.org/generosus/) 12 جولای 2024

Out of curiosity (and for future planning), we installed this plugin to confirm 
it effectively converts HEIC images to either JPG or WebP images. Well, it certainly
does! This plugin works out-of-the-box and gets the job done. Simply make sure your
host server has the ImageMagick module installed and activated. The plugin’s installation
instructions provide the necessary guidance to verify the module is installed. Thank
you for this great plugin!

![](https://secure.gravatar.com/avatar/d032f66d7c1de2b875cb27a7d92a5a1cd0b9fda2ddb9d9c79bc16d36898f9c5c?
s=60&d=retro&r=g)

### 󠀁[Very useful and easy to set up](https://wordpress.org/support/topic/very-useful-and-easy-to-set-up-2/)󠁿

 [is0ph](https://profiles.wordpress.org/is0ph/) 19 مارس 2024

If your contributors are Mac users, this plugin makes their lives (and yours) easier.

![](https://secure.gravatar.com/avatar/08ef5ef50515fd55bba25c9a6a1174cf6859682e463f3326f09d030685bc9347?
s=60&d=retro&r=g)

### 󠀁[Finally someone is willing to launch a plugin for HEIC support, thank you](https://wordpress.org/support/topic/finally-someone-is-willing-to-launch-a-plugin-for-heic-support-thank-you/)󠁿

 [sheldonng](https://profiles.wordpress.org/sheldonng/) 11 ژانویه 2023

It would be better if you can add an option to generate JPEG files when uploading

 [ خواندن تمامی 3 نقد و بررسی‌ ](https://wordpress.org/support/plugin/heic-support/reviews/)

## توسعه دهندگان و همکاران

“HEIC Support” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Corey Salzano ](https://profiles.wordpress.org/salzano/)

“HEIC Support” به 6 زبان ترجمه شده است. با تشکر از [مترجمین](https://translate.wordpress.org/projects/wp-plugins/heic-support/contributors)
برای همکاری و کمک‌هایشان.

[ترجمه “HEIC Support” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/heic-support)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/heic-support/), check
out the [SVN repository](https://plugins.svn.wordpress.org/heic-support/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/heic-support/) by
[RSS](https://plugins.trac.wordpress.org/log/heic-support/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 2.1.4

 * [Fixed] Makes sure the test runs before the settings output is generated.
 * [Changed] Changes the tested up to version to 6.8.3.

#### 2.1.3

 * [Changed] Changes the tested up to version to 6.6.2.

#### 2.1.2

 * [Fixed] Shows better error output when ImageMagick is installed on the server
   but conversions cannot be completed.
 * [Fixed] Uses a unique file name when creating test images in the uploads folder.
 * [Changed] Changes the tested up to version to 6.4.0.

#### 2.1.1

 * [Added] Adds a screenshot of the plugin settings.
 * [Fixed] Fixes a bug in the replace feature that prevented it from working in 
   certain environments. See https://wordpress.org/support/topic/replace-does-not-
   work-because-of-file-type/
 * [Changed] Changes the tested up to version to 6.3.2.

#### 2.1.0

 * [Added] Adds .jpg support. Adds a setting to toggle whether images are converted
   to webp or jpg. Defaults to webp.
 * [Added] Show the settings section at Settings  Media even if ImageMagick is not
   installed. Explain to users that their host does not provide the library.
 * [Fixed] Removes layers from the icon .svg file.
 * [Changed] Changes the tested up to version to 6.3.1.

#### 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

 * [Fixed] Fixes a bug that caused a parse error in PHP versions less than or equal
   to 7.2.
 * [Changed] Changes the tested up to version to 6.1.1.

#### 1.0.0

 * [Added] First public version. Adds `.heic` support to WordPress. If ImageMagick
   7 or above is installed, creates `.webp` copies of `.heic` images uploaded to
   the Media Library.

## اطلاعات

 *  نگارش **2.1.4**
 *  Last updated **7 ماه پیش**
 *  نصب‌های فعال **4,000+**
 *  نگارش وردپرس ** 5.9 یا بالاتر **
 *  Tested up to **6.8.5**
 *  زبان‌ها
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/heic-support/)، [English (UK)](https://en-gb.wordpress.org/plugins/heic-support/)،
   [English (US)](https://wordpress.org/plugins/heic-support/)، [German](https://de.wordpress.org/plugins/heic-support/)،
   [Japanese](https://ja.wordpress.org/plugins/heic-support/)، [Russian](https://ru.wordpress.org/plugins/heic-support/)،
   و [Swedish](https://sv.wordpress.org/plugins/heic-support/).
 *  [به زبان خودتان ترجمه کنید](https://translate.wordpress.org/projects/wp-plugins/heic-support)
 * Tags
 * [heic](https://fa.wordpress.org/plugins/tags/heic/)[iphone](https://fa.wordpress.org/plugins/tags/iphone/)
   [webp](https://fa.wordpress.org/plugins/tags/webp/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/heic-support/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 3 5-ستاره     ](https://wordpress.org/support/plugin/heic-support/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/heic-support/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/heic-support/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/heic-support/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/heic-support/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/heic-support/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/heic-support/reviews/)

## مشارکت کنندگان

 *   [ Corey Salzano ](https://profiles.wordpress.org/salzano/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/heic-support/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://coreysalzano.com/donate/)