Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
ThumbnailPluginThumbnails for everyone | ||||||||
Line: 6 to 6 | ||||||||
On this page:
Syntax Rules | ||||||||
Changed: | ||||||||
< < |
%THUMBNAIL{ name="filename" variant="size" }% | |||||||
> > | %THUMBNAIL{ name="filename" variant="size" }% | |||||||
Given an image file name, returns the name of its thumbnail file of the given size. | ||||||||
Line: 26 to 25 | ||||||||
Used with the AttachLinkPlugin and ImgPlugin, it becomes easy to do things like display hyperlinks to images as thumbnails of that image. Examples below. But if that's what you want, use %THUMBVIEW instead. Note that the THUMBNAILPLUGIN_ENABLE preference controls thumbnail generation on upload; it does not control expansion of the %THUMBNAIL and %THUMBVIEW variables. | ||||||||
Changed: | ||||||||
< < |
%THUMBVIEW{ name="filename" variant="size" topic="topic" web="web" caption="string" cpos="position" align="string" border="" height="" width="" id="" class="" link="filename" ltopic="topic" lweb="web" fullpath="" }% | |||||||
> > | %THUMBVIEW{ name="filename" variant="size" topic="topic" web="web" caption="string" cpos="position" align="string" border="" height="" width="" id="" class="" link="filename" ltopic="topic" lweb="web" fullpath="" }% | |||||||
This is a lot simpler than it looks, as all the defaults are reasonable. | ||||||||
Line: 46 to 44 | ||||||||
| ||||||||
Added: | ||||||||
> > | attachutil | |||||||
Added: | ||||||||
> > | The ThumbnailPlugin distribution also includes attachutil, which is a utility script for manipulating attachments. Although it has special support for ThumbnailPlugin, it is generally useful, especially for refactoring topics. (Perhaps someone would like to package it as a separate Contrib.) | |||||||
Added: | ||||||||
> > | attachutil is located in the tools directory, and has the following commands:
| |||||||
This plugin requires the GD![]() ![]() | ||||||||
Line: 87 to 131 | ||||||||
%THUMBVIEW{"foo.jpg" caption="foo revealed"}%
is about as complex as is ordinarily needed. | ||||||||
Added: | ||||||||
> > | alias attach='/blah/twiki/tools/attachutil attach' alias list='/blah/twiki/tools/attachutil list' ln -s /blah/twiki/tools/attachutil hide attach TestTopic100 *.jpg *.png list TestTopic100 '*.png' ./hide TestTopic100 'Secret*.png' /blah/twiki/tools/attachutil thumb 100 200 400 TestTopic100 'My*.png' | |||||||
Plugin Settings | ||||||||
Changed: | ||||||||
< < | Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>% , i.e. %NEWPLUGIN_SHORTDESCRIPTION% | |||||||
> > | Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. %NEWPLUGIN_SHORTDESCRIPTION% | |||||||
| ||||||||
Line: 109 to 160 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Line: 116 to 168 | ||||||||
Plugin Info
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Line: 133 to 186 | ||||||||
Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences http://TWiki.org/cgi-bin/view/Plugins/AttachmentPlugin![]() ![]() ![]() | ||||||||
Added: | ||||||||
> > |
-- TWiki:Main.TimotheLitt![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
ThumbnailPluginThumbnails for everyone | ||||||||
Line: 19 to 19 | ||||||||
The thumbnail's size will be determined from the preference variable THUMBNAILPLUGIN_SIZE, which defaults to 150 (pixels). | ||||||||
Added: | ||||||||
> > | The preference variables can be set in the containing topic, your home topic, the containing web's WebPreferences topic, or the site WebPreferences topics. If a preference is set in multiple places, the value closest to the topic using the plugin will be used. | |||||||
Use multiple sizes for accessibility as well as for esthetics. However, they do take time to generate, so don't go too wild. | ||||||||
Changed: | ||||||||
< < | Used with the AttachLinkPlugin and ImgPlugin, it becomes easy to do things like display hyperlinks to images as thumbnails of that image. Examples below. | |||||||
> > | Used with the AttachLinkPlugin and ImgPlugin, it becomes easy to do things like display hyperlinks to images as thumbnails of that image. Examples below. But if that's what you want, use %THUMBVIEW instead.
Note that the THUMBNAILPLUGIN_ENABLE preference controls thumbnail generation on upload; it does not control expansion of the %THUMBNAIL and %THUMBVIEW variables.
%THUMBVIEW{ name="filename" variant="size" topic="topic" web="web" caption="string" cpos="position" align="string" border="" height="" width="" id="" class="" link="filename" ltopic="topic" lweb="web" fullpath="" }%
This is a lot simpler than it looks, as all the defaults are reasonable.
| |||||||
This plugin requires the GD![]() ![]() | ||||||||
Line: 52 to 78 | ||||||||
Of course, neither of the previous methods support multiple sizes as easily, nor are they as well abstracted from the attachment implementation. | ||||||||
Added: | ||||||||
> > | The easiest, and recommended use is:
%THUMBVIEW{"foo.jpg"}%
This will display a default sized thumbnail of foo, making it clickable to the full-sized version.
%THUMBVIEW{"foo.jpg" caption="foo revealed"}%
is about as complex as is ordinarily needed. | |||||||
Plugin SettingsPlugin settings are stored as preferences variables. To reference a plugin setting write%<plugin>_<setting>% , i.e. %NEWPLUGIN_SHORTDESCRIPTION% | ||||||||
Line: 61 to 97 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
Plugin Installation Instructions |
Line: 1 to 1 | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Changed: | |||||||||||||||||||||||||||||||||||||
< < | -- TimotheLitt - 21 Dec 2008 | ||||||||||||||||||||||||||||||||||||
> > | ThumbnailPluginThumbnails for everyoneOn this page:
Syntax Rules%THUMBNAIL{ name="filename" variant="size" }%
Given an image file name, returns the name of its thumbnail file of the given size.
Normally, you don't give the size, as it will default from a preference variable. But if you want an especially large (or small) icon selectively, the syntax allows for that.
This plugin can be enabled on a per-topic, web, or site basis using the THUMBNAILPLUGIN_ENABLE preference variable.
When this plugin is enabled for a topic, any image attachment that is saved will have one or more thumbnails autogenerated for it. Image attachments types currently supported are: .jpg .gif .png
The thumbnail's size will be determined from the preference variable THUMBNAILPLUGIN_SIZE, which defaults to 150 (pixels).
Use multiple sizes for accessibility as well as for esthetics. However, they do take time to generate, so don't go too wild.
Used with the AttachLinkPlugin and ImgPlugin, it becomes easy to do things like display hyperlinks to images as thumbnails of that image. Examples below.
This plugin requires the GD![]() ![]() CAVEATThis is a working prototype. Because of limitations of the current plugin interface, thumbnail auto-creation is unclean.
Examples%ATTACHMENT{"foo.jpg" label="%IMG{"%THUMBNAIL{"foo.jpg"}%" align="left" }%"}%
This is equivalent to the previously-required HTML markup
<a href="%ATTACHURL%/foo.jpg"><img src="%ATTACHURL%/foo_thumbnail_150.jpg" align="left" /></a>
or the slightly better:
%ATTACHMENT{ "foo.jpg" label="%IMG{ "foo_thumb_150.jpg" align="left" width="40" class="none" }%}%
Of course, neither of the previous methods support multiple sizes as easily, nor are they as well abstracted from the attachment implementation.
Plugin SettingsPlugin settings are stored as preferences variables. To reference a plugin setting write%<plugin>_<setting>% , i.e. %NEWPLUGIN_SHORTDESCRIPTION%
Plugin Installation InstructionsNote: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
Plugin Info
![]() ![]() ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | -- TimotheLitt - 21 Dec 2008 |