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

15 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2025-03-15 20:20:41 +01:00
# web-helper -> Image Helper
A collection of utilities and helper utilities to work with images.
2025-03-15 20:31:03 +01:00
## [1. Compare Images Helper](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/compare)
2025-03-15 20:20:41 +01:00
This is a little tool to compare images in two different folders, to determine if they are the same or not.<br />
2025-03-15 20:31:03 +01:00
[Go to Compare Images Helper](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/compare)
2025-03-15 20:20:41 +01:00
2025-03-15 20:31:03 +01:00
## [2. Create Placeholder Helper (Simple Version)](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/create-placeholder-simple)
2025-03-15 20:20:41 +01:00
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 />
2025-03-15 20:31:03 +01:00
[Go to Create Placeholder Helper (Simple Version)](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/create-placeholder-simple)
2025-03-15 20:20:41 +01:00
&nbsp;
## License
2025-03-15 20:31:03 +01:00
[GPL 3 License](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/LICENSE)