tools is the public distribution repository for the ihapus tool collection.
This repository hosts public-facing product pages, release notes, license files,
and binary downloads for lightweight Windows utilities maintained by ihapus.
Website:
https://ihapus.github.io/tools/
Releases:
https://github.com/ihapus/tools/releases
| Tool | What it does | Platform | Download | Docs |
|---|---|---|---|---|
| ImageBatcher | Batch resize and compress JPG and PNG images for Windows workflows | Windows | Latest releases | Product page |
| WinScope | Portable Windows window inspector for HWND, class, title, rectangle, and process metadata | Windows | Latest releases | Product page |
- public downloads stay separate from private source code
- each tool gets its own public-facing documentation
- GitHub Releases remain the primary download channel
- GitHub Pages provides searchable product pages and release entry points
tools/
README.md
docs/
index.html
imagebatcher/
winscope/
ImageBatcher/
README.md
CHANGELOG.md
LICENSE
THIRD_PARTY_NOTICES.txt
WinScope/
README.md
CHANGELOG.md
RELEASE_NOTES_1.0.0.md
- Windows batch image resizer and compressor
- useful for e-commerce image prep, JPG/PNG compression, and repeated export tasks
- public product page:
https://ihapus.github.io/tools/imagebatcher/ - release downloads:
https://github.com/ihapus/tools/releases
- portable Windows window inspector
- useful for HWND lookup, class/title capture, transient UI inspection, and event log export
- public product page:
https://ihapus.github.io/tools/winscope/ - release downloads:
https://github.com/ihapus/tools/releases
More tools can be added later using the same structure.