Home
last modified time | relevance | path

Searched refs:thumbnail (Results 151 – 169 of 169) sorted by path

1234567

/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2316 » getid3.thumbnail.php has been removed from the distribution and
2477 getid3.thumbnail.php (thanks Christian Fritz)
/plugin/mediathumbnails/
H A DREADME.md2 Extracts a thumbnail from media files (ODT, DOCX, PPTX, PDF, JPG, etc.) in a media library and show…
H A Ddokuwiki_plugin_page.wiki13 tags : images, media, mediamanager, thumbnail, odt, pdf
54 In default settings, a click in the thumbnail will have your browser download the media file.
60 <code>{{thumbnail>media_path_and_filename}}</code>
70 **Example:** <code>{{thumbnail>main:media_namespace:presentation.pptx}}</code>
72thumbnail of the Powerpoint presentation in your wiki page. The thumbnail image will be stored wit…
78 The name of the thumbnail will be: <code>{original_filename}.thumb{thumb_max_dimension}.{image_suff…
94thumbnail image at a specific path (see config setting `thumb_paths`). It will not generate any im…
111 | ::: | array, default: | **array("Thumbnails/thumbnail.png", "docProps/thumbnail.jpeg")** |
112 ^ **link_to_media_file** | Should a click on the thumbnail start the media file download? ||
114 ^ **show_no_thumb_error** | In case no thumbnail was found, do you want an error message be shown? …
[all …]
H A Dplugin.info.txt6 desc Extracts a thumbnail from media files (ODT, DOCX, PPTX, PDF, JPG, etc.) in a media library a…
H A Dsyntax.php67 $thumb = new thumbnail($mediapath_file,$this);
H A Dthumb_engines.php11 private ?thumbnail $thumbnail = null; variable in thumb_engine
13 public function __construct(thumbnail $thumbnail) { argument
14 $this->thumbnail = $thumbnail;
18 return $this->thumbnail->getSourceFilepath();
22 return $this->thumbnail->getFilepath();
26 return $this->thumbnail->getMaxDimension();
109 public function __construct(thumbnail $thumbnail, array $thumb_paths) { argument
110 parent::__construct($thumbnail);
H A Dthumbnail.php15 class thumbnail { class
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1631 .thumbnail {
1634 html[dir='ltr'] .thumbnail {
1637 html[dir='rtl'] .thumbnail {
1641 #thumbnailView > a:last-of-type > .thumbnail {
1645 #thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
1649 .thumbnail:not([data-loaded]) {
1668 a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
1669 .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
1673 a:focus > .thumbnail > .thumbnailSelectionRing,
1674 .thumbnail:hover > .thumbnailSelectionRing {
[all …]
H A Dviewer.js9620 var thumbnail = new _pdf_thumbnail_view.PDFThumbnailView({
9630 _this._thumbnails.push(thumbnail);
H A Dviewer.js.map1thumbnail","defaultViewport","disableCanvasToImageConversion","setPageLabels","_ensurePdfPageLoade…
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js26 thumbnail: true, property in AnonymousFunction2ec5ab380200.defaults
77 if (this.core.s.thumbnail && this.core.$items.length > 1) {
462 if (this.core.s.thumbnail && this.core.$items.length > 1) {
H A Dlg-thumbnail.min.js4thumbnail:!0,animateThumb:!0,currentPagerPosition:"middle",thumbWidth:100,thumbContHeight:100,thum… property in AnonymousFunction2a202f8a0200.b
/plugin/photogallery/phpThumb/
H A DREADME.md4 phpThumb() - The PHP thumbnail generator
H A DphpThumb.config.php.default43 …g mode will be FORCED -- ONLY debug output will be presented, no actual thumbnail (to avoid accide…
60 … // disable thumbnail caching (not rec…
118 $PHPTHUMB_CONFIG['imagemagick_use_thumbnail'] = true; // If true, use ImageMagick's "-thumbnail" r…
133 // embedded EXIF thumbnail will be used (if available) or an "image too large" notice will be displ…
151thumbnail will be output in this format (if available in your version of GD or ImageMagick). This …
152 $PHPTHUMB_CONFIG['output_maxwidth'] = 0; // default maximum thumbnail width. If this is zero…
153 $PHPTHUMB_CONFIG['output_maxheight'] = 0; // default maximum thumbnail height. If this is zero…
170 … true thumbnail is covered up with $PHPTHUMB_CONFIG['nohotlink_fill_color'] before text is applied…
177 … true thumbnail is covered up with $PHPTHUMB_CONFIG['nohotlink_fill_color'] before text is applied…
184 $PHPTHUMB_CONFIG['background_hexcolor'] = 'FFFFFF'; // Default background color when thumbnail aspe…
[all …]
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt36 * phpThumb.demo.random.php - select & display a random thumbnail
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt52 * [bugfix: G123] improved default thumbnail filename
69 * [bugfix: G64] Can't put thumbnail into a frame
70 * [bugfix: #1014] PDF thumbnail not rendered correctly
569 thumbnail width (^x), thumbnail height (^y) and caret (^^)
882 the thumbnail, or overlays the thumbnail on another
889 percentage of the thumbnail size [must be < 0.5]
1255 * Now tries to create thumbnail with ImageMagick if
1261 thumbnail was available
1396 * Bugfix: EXIF thumbnail caching was broken
1430 large images (usually >1600x1200). EXIF thumbnail
[all …]
H A Dphpthumb.faq.txt62 thumbnail (Photoshop for example) which phpThumb can use as an
68 generated thumbnail (so I can put it in the <img> width/height)?
137 don't actually see the thumbnail, I just get a browser image
139 thumbnail images pop into place really fast.
169 EXIF thumbnail as the image source, which is usually about
177 Q: Can I save the generated thumbnail to a file?
180 thumbnail to whatever filename you want.
195 To disable off-server thumbnail blocking, just set:
242 Q: How do I write the output thumbnail back to a database instead
320 parameter of phpThumb to specify which page to thumbnail.
[all …]
H A Dphpthumb.readme.txt197 new = create new image, not thumbnail of existing image.
202 w = max width of output thumbnail in pixels
203 h = max height of output thumbnail in pixels
341 the thumbnail, or overlays the thumbnail on another
348 percentage of the thumbnail size [must be < 0.5]
389 ^x = thumbnail width in pixels
390 ^y = thumbnail height in pixels
502 thumbnail and not do any additional processing
530 fit thumbnail into "maxb" bytes (compression
538 file = if set then thumbnail will be rendered to this
[all …]
/plugin/photogallery/
H A Dscript.js17 thumbnail:true,

1234567