Convert image

xF2 Add-on Convert image 2.7

Compatible XF 2.x versions
2.0, 2.1
Convert image - là addon cho xenforo có chức năng chuyển đổi hình ảnh được liên kết thành tệp đính kèm. Nghĩa là khi bạn sử dụng liên kết hình ảnh bên ngoài nó sẽ tự động upload hình ảnh thành tệp đính kèm.

Description:

Converts hot linked images to attachments.

The Convert image add-on will convert hot linked images in messages to attachments. Hot linked images are those images that have been inserted using the Image icon in the editor toolbar.

(Example of hot linked image)

157016



(Example of attachment)

157017



(Example of Default image processor selection)


157884



(Example of Maximum attachment image dimensions selection)

157885



(Example of Options page)

pic005.jpg



Features:
  • Linked images are immediately converted after message is saved.
  • Images resizing is done with ImageMagick for best quality.
  • Images resized to maximum width and height settings in Admin Control Panel.
  • Setting for inserting full-size or thumbnail attachments.
  • Setting for temporary image path.
  • Setting for optional log file.
  • Links surrounding attachments automatically removed.
Installation:
  1. Download Andy-ConvertImage-2.3.zip and unzip it.
  2. Copy the src/addons/Andy/ConvertImage directory to your server.
  3. From the Admin Control Panel Install the add-on.
ImageMagick selection:

This add-on requires ImageMagick PECL extension to be enabled. Make sure the following is checked:

Admin control panel -> Setup -> Options -> Attachments -> Default Image Processor -> ImageMagick PECL extension

If you're not able to select ImageMagick PECL extension, contact your web host and ask them to install it.

Maximum attachment image dimensions selection:

Although the screenshot above says you can use 0 or blank, this add-on requires you to use a positive value for the Maximum attachment image dimensions settings. I suggest using 1600 x 1600.

Admin control panel -> Setup -> Options -> Attachments -> Maximum attachment image dimensions

Directory preparation:

Create a directory in your web root called /tmp/ and set permissions to 0755.

Example:
Code:
https://www.domain.com/tmp/
Author
Thơ Thẩn
Downloads
962
Views
962
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Thơ Thẩn

Latest updates

  1. See description

    Convert image v2.7 changes: Now using improved code to download hot linked images.