tinypng-uploader
Version:
tinypng uploader
11 lines (9 loc) • 486 B
Markdown
# TinyPNG-uploader
Tiny PNG uploader to bulk upload and replace existing image into recursive folder structure.
# TODO
- [ ] read recursive folder name as terminal argument
- [ ] Find all images with supported file image extension (use config.IMAGE_EXTENSIONS)
- [ ] Validate image size(use config.IMAGE_SIZE), log error IF exceed.
- [ ] upload files using queue (use this variable to config.QUEUE_SIZE)
- [ ] download all files to respective file path.
- [ ] log error IF any occurs.