[AndyB] Convert image all

[AndyB] Convert image all 5.8

No permission to download
XF Compatibility
  1. 2.2.x
  2. 2.3.x
Short Description
Convert all hot linked images into attachments with Images resizing done using ImageMagick and maximum dimensions set to 1600x1600. Requires ImageMagick PECL extension installed on server; contact web host for assistance if needed. Install via Admin Control Panel and use /misc/ directory for temporary files.
Description:

Converts all hot linked images to attachments.

The Convert image all 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)
03202120_03.jpg


(Example of attachment)
03202120_04.jpg

Features:

  • 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.
Requirements:

This add-on requires ImageMagick PECL extension installed on your server. Check if you can select this:

Admin control panel -> Setup -> Options -> Attachments -> Default Image Processor -> ImageMagick PECL extension
03202120_05.jpg


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.
03202120_06.jpg

Installation:

  1. Download Andy-ConvertImageAll-1.3.zip and unzip it.
  2. Copy the src/addons/Andy/ConvertImageAll directory to your server.
  3. From the Admin Control Panel Install the add-on.
Directory preparation:

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

Example



Code:

https://www.domain.com/tmp/
How to use:

In your browser add 'convertimageall' to your forum URL.

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?
  • 03202120_06.webp
    03202120_06.webp
    7.2 KB · Views: 0
Author
anne51
Views
676
Extension type
zip
File size
22.4 KB
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

Latest updates

  1. 5.8 - changelog
    Added code to prevent server error if embedded meta data is empty.
  2. 5.7 - changelog
    Updated regex to fix issue with multiple IMG tags on same line.
  3. 5.5 - changelog
    Fixed issue with try / catch code.

More resources from anne51

Xinterio - Interior Design WordPress Theme + RTL A
Transform your interior design vision into reality with Xinterio
Ecomus - Ultimate Shopify OS Theme A
a highly flexible, easy-to-use theme made for multiple products & purposes.
TableTrack - The Complete SaaS Restaurant Management Solution A
tailored to meet the unique branding and operational needs of any dining establishment.

Similar resources

[AndyB] Convert image A
Converts hot linked images to attachments.
[AndyB] Convert image by domain M
Converts hot linked images to attachments by selected domain.
[AndyB] Convert image media gallery A
Converts media gallery tags to attach tags.
Top