Today I finally completed Super Image Plugin V1.5. Because the problem was discovered in time, I skipped versions 1.3 and 1.4. This version added the following functions:
1. Add the starting point of watermarking time for pictures in the article content, and you can set the time freely.
2. You can download the pictures in the links in the article content to your local computer and add watermarks.
3. The installation method has been changed, and the local image watermarking function can be completed without modifying the wp code.
Explain:
This version changes the installation method of the plug-in. It originally required modifying the code, but now it can save and watermark local and remote images without modifying the code. The principle is like this: A time starting point for watermarking local images is added under the ContentImageDown menu. After setting the time, when editing and publishing an article, the plug-in will automatically obtain the
and
The link in the tag, if the link is a picture, then get the modification time of the picture. If the modification time of the picture is greater than the set watermark time starting point, then no watermark will be printed, otherwise a watermark will be printed. During the watermarking operation, if the picture is successfully watermarked, a record file of "picture name.txt" will be generated. If the file exists, the watermarking operation will not be performed.
Install:
Starting from V1.4, you only need to activate the plug-in, set the 2nd item to Yes in "ContentImageDown", and set the 3rd item watermark time starting point, and you are done.
Super Image Plugin original functions:
* This plug-in can automatically add watermarks to pictures uploaded by WordPress
* You can add two types of image watermarks and text watermarks
* You can batch add watermarks to existing pictures
* Can automatically download and add watermarks to externally referenced images in article content
in addition:
* This plug-in has a picture backup function, that is, it backs up the picture before adding it, and can restore it to the state before adding the watermark at any time.
* Added the function of managing pictures online and deleting existing pictures in batches
* Text watermarks and image watermarks can be accurately positioned
* You can set the random position of the watermark
* You can determine whether to add watermark to the image according to the image size setting