{"id":31750169,"url":"https://github.com/invaderzim85/htmlpicturetablecreator","last_synced_at":"2025-10-09T15:27:12.161Z","repository":{"id":103369649,"uuid":"110362260","full_name":"InvaderZim85/HtmlPictureTableCreator","owner":"InvaderZim85","description":"Small tool to create a HTML-table for a list of pictures.","archived":false,"fork":false,"pushed_at":"2025-09-24T07:29:46.000Z","size":496,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-24T09:34:22.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InvaderZim85.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-11T16:45:49.000Z","updated_at":"2025-09-24T07:29:43.000Z","dependencies_parsed_at":"2023-07-08T21:02:41.758Z","dependency_job_id":null,"html_url":"https://github.com/InvaderZim85/HtmlPictureTableCreator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InvaderZim85/HtmlPictureTableCreator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvaderZim85%2FHtmlPictureTableCreator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvaderZim85%2FHtmlPictureTableCreator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvaderZim85%2FHtmlPictureTableCreator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvaderZim85%2FHtmlPictureTableCreator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InvaderZim85","download_url":"https://codeload.github.com/InvaderZim85/HtmlPictureTableCreator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvaderZim85%2FHtmlPictureTableCreator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001655,"owners_count":26083147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T15:27:04.682Z","updated_at":"2025-10-09T15:27:12.157Z","avatar_url":"https://github.com/InvaderZim85.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTML - Picture table creator\n\n## TOC\n- [Overview](#overview)\n- [Usage](#usage)\n- [For developers](#for-developers)\n- [ToDos](#todos)\n\n## Note\n\nThe program is now somewhat outdated and still relies on \"old\" technologies. In the near future I will therefore develop the program from scratch (.NET 8 + WinUI).\n\nSo stay tuned ;)\n\nCheers Zim\n\n## Overview\n\nWith this tool, you can create easily a *small* and *leightweight* HTML-page for a list of images. I've created this tool because I was tired to type everything on my own or use *heavy* tools to create a simple html page which shows only some images. With this tool I can create a html page, upload it to my webspace and share the link of the page with my friends to show them my images.\n\nYou can download the tool here: [HTML - Picture table creator](http://www.de-boddels.de/images/HtmlPictureTableCreator.zip)\n\n## Usage\n\nThe usage is really straigth forward:\n\n![window](http://www.de-boddels.de/images/window.png)\n\n1. Select your source (enter the path of the directory with the images or press the *Browse* button)\n2. Chose the option *Create thumbnails* if you want create thumbnails (smaller images)\n    - If you choose *Keep ratio*, you can set the with or the height and the ratio of the original image will be keeped\n    - Or you can select a defined ratio (4:3, 16:9, 16:10) and enter a width or height. The other value will be calculated automatically\n    - Or you can select *Custom* and set custom values for the width and the height.\n3. Choose the column count\n4. Set a header / title for the page\n5. Choose *Blank target* if the image behind the thumbnail should be opened in a new tab\n6. Select an image footer (the footer will be shown the thumbnail)\n    - Nothing: Thumbnail without a footer\n    - Image name: The name of the image\n    - Numbering: Numbering of the images e.g. 1/10, 2/10 and so on\n    - Image details: Shows details like the image name, the original size, the file size and the creation date\n    - Custom: If you choose *Custom*, you can click on the button *Footer* to add a custom footer for every image (The button *Footer* is only enabled if you choose *Custom*).\n7. Choose *Create archive* to create a zip-archive. The archive will be added as a link to the end of the page.\n8. Insert a name for the archive (spaces will be replaced by a underscore: \"My Archive\" \u003e \"My_Archive\")\n9. Choose *Open page* if the tool should open the page in your default browser at the end.\n\nAnd this is the result:\n\n![result](http://www.de-boddels.de/images/result.png)\n\n## For developers\n\nThe tool is created with .NET-Framework 4.7.\n\nFollowing NuGet-Packages are used:\n- [DotNetZip](https://github.com/haf/DotNetZip.Semverd) for the zip file creation\n- [Extended.Wpf.Toolkit](https://github.com/xceedsoftware/wpftoolkit) for the numeric up down box\n- [Microsoft.WindowsAPICodePack-Shell](http://code.msdn.microsoft.com/WindowsAPICodePack) for the *FolderBrowseDialog*\n    - Microsoft.WindowsAPICodePack-Core\n- [MunkiWinchester.WpfUtility](https://github.com/MunkiWinchester/WpfUtility) for the MVVN-Pattern\n- [NLog](http://nlog-project.org/) for logging\n    - NLog.Config\n    - NLog.Schema\n\n## ToDos\n\nThe tool is in a very early stadium and some *features* are missing :) The following things are on my todo list:\n\n- **General**\n    - Logging of exceptions into a file via NLog. At the moment the logging is really *rudimentary*\n    - ~~Possibility to add custom footers~~\n- **Design**\n    - Color-Chooser for the background / foreground color of the page\n    - Font-Dialog to choose a another font","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvaderzim85%2Fhtmlpicturetablecreator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvaderzim85%2Fhtmlpicturetablecreator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvaderzim85%2Fhtmlpicturetablecreator/lists"}