https://github.com/kingcc/image
Node.js Image Database
https://github.com/kingcc/image
image image-processing nodejs
Last synced: 4 months ago
JSON representation
Node.js Image Database
- Host: GitHub
- URL: https://github.com/kingcc/image
- Owner: kingcc
- Created: 2020-10-08T12:53:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T05:32:05.000Z (about 3 years ago)
- Last Synced: 2024-12-30T07:25:10.931Z (over 1 year ago)
- Topics: image, image-processing, nodejs
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Image
=====
EN/[中文](./README_CN.md)
Image database(semi-finished), put the pictures that need to be managed into the 'input' folder, execute 'npm i && npm run start' :
- Batch processing into JPEG format;
- Batch processing into progressive format;
- Batch removal of Exif and other metadata information;
- Batch compression;
- Images are renamed according to binary & tag;
To add more modules, please follow the structure of the 'Module' folder.
### Ref
#### Image Hash
https://stackoverflow.com/questions/4196453/simple-and-fast-method-to-compare-images-for-similarity
#### Image enlarger
- https://github.com/Wykerd/waifu2x-node
- https://github.com/Tenpi/waifu2x
- https://github.com/HighCWu/waifu2x-tfjs
- https://ojoy.zaps.dev/
#### Image Tags
#### More
https://github.com/hora-search/hora