-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,18 @@ Source code of https://www.bulkcompress.photos. | |
|
||
## 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. | ||
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 approach | ||
|
||
- no upload nor sign up | ||
- no images limit | ||
- no file size limit | ||
- a privacy-friendly approach | ||
|
||
https://www.bulkcompress.photos is the result of my work. | ||
|
||
|
@@ -37,8 +39,9 @@ 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 | ||
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). | ||
|
||
|
@@ -51,4 +54,3 @@ Please give a :star: if this project helped you! | |
## :scroll: License | ||
|
||
MIT © [Alexandre Negrel](https://www.negrel.dev/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters