From e3e5251a10bdd9c31fea74a03890f49a4b5654ae Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 20 Mar 2021 17:50:12 +0100 Subject: [PATCH 1/5] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..13364b8 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# ImgurAutoUploader + +> A software that allows you edit and upload screenshots to Imgur + +## Usage + 1. Start the .exe file in the Release folder. + 1. Take a screenshot with the windows screenshot tool by pressing `Win + Shift + S` + 1. After that you should see a popup in the bottom right corner of your screen. + 1. Then you can either upload the image directly to Imgur or Edit it by clicking on the preview image. + * In the editor you can use the mouse wheel to change the pen size. + * To erase stuff you have to click the right and left mouse button at the same time. + +## Contributing +Contributions, issues and feature requests are welcome! From b78544991526dde7721c6a94a553e318e09fabbc Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 20 Mar 2021 17:50:36 +0100 Subject: [PATCH 2/5] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..96b2e79 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Stone_Red + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From b55415b3b9eb4c0077713d5a5174903dcb6d10c3 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 20 Mar 2021 17:51:57 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 13364b8..572f080 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ > A software that allows you edit and upload screenshots to Imgur ## Usage - 1. Start the .exe file in the Release folder. - 1. Take a screenshot with the windows screenshot tool by pressing `Win + Shift + S` - 1. After that you should see a popup in the bottom right corner of your screen. - 1. Then you can either upload the image directly to Imgur or Edit it by clicking on the preview image. - * In the editor you can use the mouse wheel to change the pen size. - * To erase stuff you have to click the right and left mouse button at the same time. +1. Start the .exe file in the Release folder. +1. Take a screenshot with the windows screenshot tool by pressing `Win + Shift + S` +1. After that you should see a popup in the bottom right corner of your screen. +1. Then you can either upload the image directly to Imgur or Edit it by clicking on the preview image. + * In the editor you can use the mouse wheel to change the pen size. + * To erase stuff you have to click the right and left mouse button at the same time. ## Contributing Contributions, issues and feature requests are welcome! From a2ed708f34a8f97ea1b7eab411d87ece9c271691 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:00:07 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 572f080..12ec9b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ImgurAutoUploader -> A software that allows you edit and upload screenshots to Imgur +> An app that allows you edit and upload screenshots to Imgur ## Usage 1. Start the .exe file in the Release folder. From 8ccf553893ef9635c7fa4d8295a667ff792b4521 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 20 Mar 2021 18:03:17 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 12ec9b3..25d5d02 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,8 @@ * In the editor you can use the mouse wheel to change the pen size. * To erase stuff you have to click the right and left mouse button at the same time. +### Keep in mind +You cannot delete images that you have uploaded to Imgur as they are not linked to an account! + ## Contributing Contributions, issues and feature requests are welcome!