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)
(Example of attachment)
Features:
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
Although the screenshot below 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
Options page:
Installation:
Create a directory in your web root called /misc/ and set permissions to 0755.
Example:
Code:
https://www.domain.com/tmp/
Question and Answers:
Q: Some hot linked image are not converted, why is this?
A: If a hot linked image is either too small or too large, or the dimensions are not able to be read, those images are not converted and will require manual conversion.
Q: Why isn't GD supported?
A: GD does a terrible job of creating large images.
Q: Can files in the /tmp/ directory be deleted?
A: Yes.
Q: Are attachments reused, meaning if the same attachment is located in several posts does each one use up disk space?
A: Each attachment is saved separately, however this is not a problem these days as disk space is so inexpensive.
Q: I'm getting a server error when trying to convert an animated gif.
A: Increase the PHP max_execution_time. you need at least 90 seconds.
Q: Does this add-on convert hot linked images in other areas besides posts?
A: No.
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)
(Example of attachment)
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.
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
Although the screenshot below 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
Options page:
Installation:
- Download Andy-ConvertImage-1.7.zip and unzip it.
- Copy the src/addons/Andy/ConvertImage directory to your server.
- From the Admin Control Panel Install the add-on.
Create a directory in your web root called /misc/ and set permissions to 0755.
Example:
Code:
https://www.domain.com/tmp/
Question and Answers:
Q: Some hot linked image are not converted, why is this?
A: If a hot linked image is either too small or too large, or the dimensions are not able to be read, those images are not converted and will require manual conversion.
Q: Why isn't GD supported?
A: GD does a terrible job of creating large images.
Q: Can files in the /tmp/ directory be deleted?
A: Yes.
Q: Are attachments reused, meaning if the same attachment is located in several posts does each one use up disk space?
A: Each attachment is saved separately, however this is not a problem these days as disk space is so inexpensive.
Q: I'm getting a server error when trying to convert an animated gif.
A: Increase the PHP max_execution_time. you need at least 90 seconds.
Q: Does this add-on convert hot linked images in other areas besides posts?
A: No.