這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Scissors and Watermark

描述

This plugin adds cropping, resizing, and rotating functionality to WordPress’ image upload and management dialogs. Scissors also allows automatic resizing of images when they are uploaded and supports automatic and manual watermarking of images. Additionally, images that are resized in the post editor are automatically resampled to the requested size using bilinear filtering when a post is saved, which improves the perceived image quality while reducing the amount of data transferred at the same time.

Custom image size supported!

Check settings of this plugin after activation. Watermarking function must be set before using!

Please note that WordPress versions 3.4.2 and older are not supported!

This plugin builds on the plugin Scissors Continued v2.1. Many thanks to huiz, stephanreiter and samuelaguilera.

螢幕截圖

  • Cropping a picture from within WordPress
  • Extended media settings for automatic resizing, cropping, and watermarking

安裝

Scissors and Watermark is available in the official plugin repository. To make a manual installation, follow these steps:

  1. Extract the contents of the Scissors zip-archive you downloaded.
  2. Upload the extracted scissors folder to your /wp-content/plugins/ directory.
  3. Activate the plugin in the ‘Plugins’ menu in WordPress.
  4. Configure the plugin in WordPress’ media settings.

Automatic resizing of the full-size image at upload-time can be configured in WordPress’ media settings. You can specify a maximum width and a maximum height in pixels for this to take effect (a width/height of 0 disables image resizing in that particular dimension).

Watermarking can also be configured and enabled in WordPress’ media settings: Supply an image that you want to be embedded into newly uploaded images, specify its alignment, size, and margin, and you’re all set!

評價

閱讀全部7個評價

貢獻者及開發者

“Scissors and Watermark” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Scissors and Watermark 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

TDDO

  • Check function “Scissors TinyMCE Plugin for WordPress”
  • If any of intermediate image size is lower than original(uploaded) image size, this size is hidden from cropping option.
  • Apply watermark to intermediate size without ‘full’ size

3.2.1

  • Temporarily disabled option “Skip watermarking of images” before upload due to “swfu” error.
  • Bug resolved – https://wordpress.org/support/topic/crop-fails-temp-image-of-0kb-created?replies=1.
  • Plugin will re-create all image sizes after the adding a new custom size and crop this image with the new custom size.
    – https://wordpress.org/support/topic/plugin-scissors-and-watermark-custom-images-not-resizing-on-re-crop?replies=1
  • “Reset” watermarks function bug resolved – https://wordpress.org/support/topic/remove-old-watermark?replies=6
  • Chang “Reset” to “Reset watermarks”.
  • Correct depricated function “wp_shrink_dimensions” instead of “wp_constrain_dimensions”.
  • WordPress version 3.4.2 and older is no longer supported. Please, use plugin version 3.0.

3.2

  • Resolved – https://wordpress.org/support/topic/plugin-scissors-and-watermark-notices-and-errors?replies=8
  • Added “Reset” button to watermarking function. It resets watermark on an image.
  • Deleted “Custom” option from watermarking function and added checkboxes for each of every custom image size. This upgrade should resolve these topics:
    – https://wordpress.org/support/topic/plugin-scissors-and-watermark-watermark-for-custom-sizes?replies=1
    – https://wordpress.org/support/topic/plugin-scissors-continued-watermark-logo-appears-twice?replies=1
    – https://wordpress.org/support/topic/plugin-scissors-continued-doesnt-work-on-wp-33?replies=6
  • Tested watermarking function with PNG, JPG and GIF watermark files and it seems that works correctly.
  • Added “Notice message” for set the plugin after activation.

3.1

  • All functions are added to new metabox called “Scissors and Watermark” due to major changes in WP 3.5.
  • Depricated “force a reload of the thumbnail…” at line 174 in file scissors.js.

3.0

  • Remove jquery.pack.js file
  • Change memory_limit to 64M
  • Add a hack for cropping of custom image sizes – scissors_admin_head(), scissors_crop(); thanks to madisn and davidstinemetze
  • Updated jQuery jCrop plugin to latest version 0.9.10
  • Add rounding up to scissorsSelected(id, c) function in scissors.js file
  • Fixed load_text_domain(), thanks to Daniele
  • Replaced attribute_escape() with esc_attr(), thanks to Daniele