前言介紹
- 這款 WordPress 外掛「ImgMarkFactory」是 2024-12-19 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2024-12-20,距離現在已有 135 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
ntuummm |
外掛標籤
watermark | watermarking | bulk watermark | image watermark | image protection |
內容簡介
### 摘要
ImgMarkFactory 是一個使用者友善的外掛程式,可以有效幫助您將浮水印添加到圖像中。透過直觀的介面,您可以同時為多張圖像加上浮水印,並即時預覽更改。
### 問與答
1. ImgMarkFactory 的主要功能有哪些?
- 可同時處理最多 3 張圖像
- 支援文字浮水印
- 即時預覽,可進行拖放式定位
- 可調整透明度設定
- 支援自訂浮水印定位
- 支援 PNG 和 JPG 格式
- 互動預覽模式
- 支援最大檔案大小為 500KB
2. ImgMarkFactory 目前的功能和限制是什麼?
- 每小時最多可匯出 20 張圖像
- 匯出品質固定為 70%
- 批次大小:一次最多處理 3 張圖像
- 每張圖像檔案大小限制 ≤ 500KB
- 所有文字浮水印都固定字型大小
- 支援格式僅限 PNG 和 JPG/JPEG
3. ImgMarkFactory 的系統需求為何?
- PHP GD Library
- WordPress 5.0 或更新版本
- PHP 7.2 或更新版本
4. ImgMarkFactory 連接的外部服務是什麼?
- 服務提供者:ImgMarkFactory API
- 功能:處理圖像浮水印並生成最終的帶浮水印的圖像匯出
- 傳送的資料:包括 Base64 格式的圖像檔案本身、解析度、檔案名稱、浮水印文字顏色、浮水印透明度、浮水印文字位置、畫布大小
5. ImgMarkFactory 不會存儲哪些資料?
- 不會存儲圖像本身、包括檔案名稱、內容、或副本。只會記錄檔案大小以進行流量監控。
6. 在使用 ImgMarkFactory 時,何時會傳送資料?
- 當更改浮水印文字、位置、透明度、顏色或畫布大小時會傳送資料
- 使用者按下「套用浮水印」後也會傳送資料
7. ImgMarkFactory 提供的服務 URL 及其目的是什麼?
1. https://api.ntuummm.com/api/free/v1/generate-image-with-watermark-preview
- 目的:生成帶有浮水印預覽的圖像
- 傳送的資料:包括 Base64 格式的圖像本身、解析度、浮水印文字、浮水印文字顏色、浮水印透明度、浮水印文字位置、畫布大小
2. https://api.ntuummm.com/api/free/v1/export-images-with-watermark
- 目的:生成並匯出帶有浮水印的最終圖像
- 傳送的資料:包括 Base64 格式的圖像本身、解析度、檔案名稱、浮水印文字、浮水印文字顏色、浮水印透明度、浮水印文字位置、畫布大小
8. ImgMarkFactory 提供的兩個服務端點之間的主要差異是什麼?
- generate-image-with-watermark-preview:專注於生成使用者調整設定時的浮水印即時預覽
- export-images-with-watermar:在使用者確認並按下「套用浮水印」後生成並傳遞最終匯出的圖像
9. 使用 ImgMarkFactory 外掛之前,使用者需要點擊同意什麼?
- 使用者需要審閱並同意 ImgMarkFactory API 的隱私政策。
原文外掛簡介
ImgMarkFactory is a user-friendly plugin that helps you add watermarks to your images efficiently. With its intuitive interface, you can watermark multiple images simultaneously while previewing changes in real-time.
Key Features
Process up to 3 images simultaneously
Text watermarks
Real-time preview with drag-and-drop positioning
Adjustable opacity settings
Custom watermark positioning
Supports PNG and JPG formats
Interactive preview mode
Supports images up to 500KB
Current Features and Limitations
Export Limit: 20 images per hour
Export Quality: Fixed at 70%
Batch Size: Process up to 3 images at once
File Size Limit: Each image must be ≤ 500KB
Font Size: Fixed font size for all text watermarks
Formats Supported: PNG and JPG/JPEG only
System Requirements
PHP GD Library
WordPress 5.0 or higher
PHP 7.2 or higher
External Services
This plugin connects to a third-party API provided by ImgMarkFactory API to process images with watermark overlays and export the final result.
Service Provider: ImgMarkFactory API
What It Does: Processes image watermarking and generates the final watermarked image export.
What Data is Sent:
Image file itself as Base64
Image resolution
Image name
Watermark text color
Watermark opacity
Watermark text position
Canvas size
File size (used solely for monitoring traffic and adjusting service capacity)
What Data is NOT Stored:
The image file itself, including file names, content, or copies, is never stored. Only the file size is logged for traffic monitoring.
When Data is Sent:
Data is sent whenever the watermark text, position, opacity, color, or canvas size is changed.
When the user clicks “Apply Watermark”
Service URL(s):
https://api.ntuummm.com/api/free/v1/generate-image-with-watermark-preview
Purpose:
Generates a real-time preview of the image with the watermark applied.
How It Works:
When users adjust watermark settings (e.g., text, position, color, opacity, or canvas size), this endpoint processes the image and generates a preview.
Allows users to see an up-to-date preview before final export.
Data Sent:
Image itself as Base64
Image resolution
Watermark text
Watermark text color
Watermark opacity
Position of the watermark text
Canvas size
https://api.ntuummm.com/api/free/v1/export-images-with-watermark
Purpose:
Generates and exports the final image with the watermark applied.
How It Works:
When users click “Apply Watermark” to save the image, this endpoint processes the request and delivers the final watermarked image.
Data Sent:
Image itself as Base64
Image resolution
Image name
Watermark text
Watermark text color
Watermark opacity
Position of the watermark text
Canvas size
Additional Information:
File size is logged for traffic monitoring and service capacity adjustments.
No actual image content, file names, or copies are stored by the service.
Key Differences Between Endpoints:
generate-image-with-watermark-preview:
Focuses on generating real-time previews of the watermark while the user adjusts settings.
export-images-with-watermark:
Generates and delivers the final exported image after the user confirms and clicks “Apply Watermark”
Terms of Service and Privacy Policy:
Privacy Policy
Users must review and agree to the privacy policy of the ImgMarkFactory API before using this plugin.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「ImgMarkFactory」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Watermark WP Image Protect 》Watermark WP Image Protect 可以將您網站上的所有圖片打上浮水印。與其他打浮水印的技術和外掛不同,原始圖像不受影響,您無需編輯或重新上傳圖像,一切都是...。
PhotoBerry Studio for Photographers – Image Selection, Proofing, Watermarking & Client Management 》總結:「PhotoBerry Studio - 專為攝影師設計的全面 WordPress 外掛,提供圖庫創建、展示和水印功能。」, , 問題:, 1. PhotoBerry Studio 主要針對哪個群體...。
Dynamic Watermark 》, 您可以將自訂的浮水印應用於您上傳資料夾中的所有圖片。, 此外掛會即時在您的圖片上渲染浮水印;換句話說,它不會更改任何資料,並且還可以在已經上傳的圖...。