Code covered by the BSD License  

Highlights from
Generate HTML Table with thumbnails from jpg images

Be the first to rate this file! 7 Downloads (last 30 days) File Size: 2.74 KB File ID: #18687
image thumbnail

Generate HTML Table with thumbnails from jpg images

by Theodoros Giannakopoulos

 

10 Feb 2008 (Updated 11 Feb 2008)

Creates an html table that contains the thumbnails (and links) of the jpg images of a whole director

Editor's Notes:

This file was selected as MATLAB Central Pick of the Week

| Watch this File

File Information
Description

This function generates an html file that contains a table with
thumbnails (and respective links) of the images stored in a provided
directory.

ARGUMENTS:
 - Dir: the directory name in which the images are stored
 - HtmlName: the name of the html file to be generated
 - TSize: The size (in pixels) of the thumbnails images to be generated (the largest of the two dimensions (width or height), depending on the image orientation
  - imagesPerRow: The number of thumbnails per row in the html page.

Example:
>> createThumbnailTable('images', 'examples.html', 180, 5);

----------------------------------------
 Theodoros Giannakopoulos
 Dep. of Informatics and Telecommunications
 University of Athens
 http://www.di.uoa.gr/~tyiannak

MATLAB release MATLAB 7.5 (R2007b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
image thumbnails Theodoros Giannakopoulos 22 Oct 2008 09:47:15
html Theodoros Giannakopoulos 22 Oct 2008 09:47:15
table Theodoros Giannakopoulos 22 Oct 2008 09:47:15
thumbs Theodoros Giannakopoulos 22 Oct 2008 09:47:15
image processing Theodoros Giannakopoulos 22 Oct 2008 09:47:15
utility Theodoros Giannakopoulos 22 Oct 2008 09:47:15
potw Cristina McIntire 07 Nov 2008 13:01:49
pick of the week Jiro Doke 11 Feb 2011 20:14:55

Contact us at files@mathworks.com