1
This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
web-helper/image/README.md
2025-03-15 20:31:03 +01:00

15 lines
1.0 KiB
Markdown

# web-helper -> Image Helper
A collection of utilities and helper utilities to work with images.
## [1. Compare Images Helper](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/compare)
This is a little tool to compare images in two different folders, to determine if they are the same or not.<br />
[Go to Compare Images Helper](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/compare)
## [2. Create Placeholder Helper (Simple Version)](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/create-placeholder-simple)
This is a little tool, which copies a placeholder image for an array of strings containing the new filename. This is the simple version with no other dependencies, there is also an advanced version using an excel file.<br />
[Go to Create Placeholder Helper (Simple Version)](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/create-placeholder-simple)
&nbsp;
## License
[GPL 3 License](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/LICENSE)