An open API service indexing awesome lists of open source software.

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

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