Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Nota dell'editore: 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
Cita come
Theodoros Giannakopoulos (2026). Generate HTML Table with thumbnails from jpg images (https://it.mathworks.com/matlabcentral/fileexchange/18687-generate-html-table-with-thumbnails-from-jpg-images), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione 1.0.0.0 (2,74 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0.0 |