Generate HTML Table with thumbnails from jpg images

Creates an html table that contains the thumbnails (and links) of the jpg images of a whole director
다운로드 수: 4.1K
업데이트 날짜: 2008/2/11

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

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

인용 양식

Theodoros Giannakopoulos (2024). Generate HTML Table with thumbnails from jpg images (https://www.mathworks.com/matlabcentral/fileexchange/18687-generate-html-table-with-thumbnails-from-jpg-images), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0