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

Picture grabber, resizer and cropper

描述

Picgrab is a plugin that download, resize and crop an image on the fly.
Simply add the “resize” attribute in the img tag you want to grab & resize on your post.

E.g.
<img src=”http://farm4.static.flickr.com/3532/3243887563_700849f242.jpg” resize=”402×200c;66y” />
Once activated, the plugin replaces the attribute “src” on img tags containing the “resize” attribute with something like:

http://yoursite/wp-content/plugins/picgrab/resize.php?url=<coded characters>&size=<coded characters>
and removes the “resize” attribute.

The resize.php script included with plugin does the work to grab, crop and resize the image.
It also manages the cache.
The resize attribute format is:

[(x0,y0,xs,ys)]<xd>x|x<yd>|<xd>x<yd>[c[<crop>]][;<cachetime>]

e.g. 100x, x200, 100×50, 100×200c50, 100×200c

Refer to This post for more informations on resizer syntax.

PicGrab require Php version >=8, gd and curl libraries.

安裝

  1. Unzip into your /wp-content/plugins/ directory. If you’re uploading it make sure to upload the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. make sure picgrab/picscache folder is writable by all ( 777 permission )
  4. That’s it!

評價

There are no reviews for this plugin.

貢獻者及開發者

“Picture grabber, resizer and cropper” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者