Initial Code commit
This commit is contained in:
parent
baee58c2a9
commit
9daf5fd298
@ -1,14 +1,14 @@
|
|||||||
# web-helper -> Image Helper
|
# web-helper -> Image Helper
|
||||||
A collection of utilities and helper utilities to work with images.
|
A collection of utilities and helper utilities to work with images.
|
||||||
|
|
||||||
## [1. Compare Images Helper](https://github.com/nikolas-schwarz/web-helper/tree/main/image/compare)
|
## [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 />
|
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://github.com/nikolas-schwarz/web-helper/tree/main/image/compare)
|
[Go to Compare Images Helper](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/compare)
|
||||||
|
|
||||||
## [2. Create Placeholder Helper (Simple Version)](https://github.com/nikolas-schwarz/web-helper/tree/main/image/create-placeholder-simple)
|
## [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 />
|
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://github.com/nikolas-schwarz/web-helper/tree/main/image/create-placeholder-simple)
|
[Go to Create Placeholder Helper (Simple Version)](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/image/create-placeholder-simple)
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT License](https://github.com/nikolas-schwarz/web-helper/blob/main/LICENSE)
|
[GPL 3 License](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/LICENSE)
|
||||||
|
@ -18,4 +18,4 @@ I can not guaranty that the program is working with a newer version. Please feel
|
|||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT License](https://github.com/nikolas-schwarz/web-helper/blob/main/LICENSE)
|
[GPL 3 License](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/LICENSE)
|
||||||
|
@ -16,6 +16,6 @@ I can not guaranty that the program is working with a newer version. Please feel
|
|||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT License](https://github.com/nikolas-schwarz/web-helper/blob/main/LICENSE)
|
[GPL 3 License](https://projects.nisch.codes/nischcodes/web-helper/src/branch/main/LICENSE)
|
||||||
|
|
||||||
Font used in Placeholder Image: https://www.dafont.com/8bit-wonder.font
|
Font used in Placeholder Image: https://www.dafont.com/8bit-wonder.font
|
||||||
|
Reference in New Issue
Block a user