內容簡介
這個外掛擴展了 WordPress 在圖像編輯上已經具有的能力。
它目前的焦點在於 API 的開發,為開發人員提供操作特定圖像大小的強大工具。
您可以通過調用 Improved_Image_Editor::register_image_size_info() 來實現。在這裡,您可以指定以下參數:
– quality
– zoom
– filters(正在開發中)
它還包括以下插件的功能:
– Gmagick
– Improved GD Image Editor
– WP_Image(即將包含)
未來計劃是建立一個設置頁面,以便用戶可以自己選擇圖像大小的設置。
我還有想法擴展當前圖像編輯器 UI,增加選擇每個圖像大小的焦點點選擇和構建焦點點的自動檢測。我們添加每個功能時的主要重點都是構建一個合適的 API,以便在某些時候可以將其整合到 WordPress 中。
外掛標籤
開發者團隊
原文外掛簡介
This plugin extend the power WordPress already have when it comes to image editing.
It currently focuses on the API side to give developers great tools to manipulate specific image sizes.
You can do this by calling Improved_Image_Editor::register_image_size_info(). Here you can specify the following arguments:
– quality
– zoom
– filters (work in progress)
It also includes the functionality of the following plugins I build:
– Gmagick
– Improved GD Image Editor
– WP_Image (will be included soon)
Future plans are to build a settings page so users can select the settings per image size themself.
I also have ideas to extend the current image editor UI with options to select the focus point per image size and build auto detection of the focus point. With every feature we add the main focus will be to build a decent API for it so at certain points it could be integrated in WordPress itself.
