Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/negrel/bulkcompress.photos
Bulk compress photos.
https://github.com/negrel/bulkcompress.photos
compress-images compress-photos deno fresh preact
Last synced: 4 days ago
JSON representation
Bulk compress photos.
- Host: GitHub
- URL: https://github.com/negrel/bulkcompress.photos
- Owner: negrel
- License: mit
- Created: 2024-01-04T13:12:25.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T12:19:55.000Z (5 months ago)
- Last Synced: 2024-06-19T22:12:57.795Z (5 months ago)
- Topics: compress-images, compress-photos, deno, fresh, preact
- Language: TypeScript
- Homepage: https://www.bulkcompress.photos
- Size: 369 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :camera: Bulk compress photos
Source code of https://www.bulkcompress.photos.
[![push](https://github.com/negrel/bulkcompress.photos/actions/workflows/push.yaml/badge.svg)](https://github.com/negrel/bulkcompress.photos/actions/workflows/push.yaml)
## Why ?
Recently, I stumbled upon
[this reddit post](https://www.reddit.com/r/SideProject/comments/18u925v/i_made_a_tool_in_2_hours_it_made_me_1000_so_far)
where the OP says he made $1000 from his image compressor. He built it in 2
hours. After carefully analyzing the website, I figured it couldn't be too hard
to make my own.Objectives were to build the **fastest** image compressor with:
- no upload nor sign up
- no images limit
- no file size limit
- a privacy-friendly approachhttps://www.bulkcompress.photos is the result of my work.
## Getting started
Ensure `deno` is installed and run the following command:
```
deno task start
# or
make start
```### Building the project
```shell
make build
```## Contributing
If you want to contribute to `bulkcompress.photos` to add a feature or improve
the code contact me at
[[email protected]](mailto:[email protected]), open an
[issue](https://github.com/negrel/bulkcompress.photos/issues) or make a
[pull request](https://github.com/negrel/bulkcompress.photos/pulls).## :stars: Show your support
Please give a :star: if this project helped you!
[![buy me a coffee](.github/images/bmc-button.png)](https://www.buymeacoffee.com/negrel)
## :scroll: License
MIT © [Alexandre Negrel](https://www.negrel.dev/)