From ad307ea27f93ae241bfb10857c7f08f0ddd9066f Mon Sep 17 00:00:00 2001 From: LoganDark Date: Sat, 12 Jun 2021 20:16:43 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2142671..f879eaa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # profile-img +Script for changing your profile icon on Windows 10 AME. +## Usage +You can download the script by going to the [latest release](https://git.ameliorated.info/LoganDark/profile-img/releases/latest) and downloading `profile-img.zip` from the Downloads section. + +Alternatively, you could clone the repository: + + git clone https://git.ameliorated.info/LoganDark/profile-img.git + +To run the script, simply drag and drop an image file onto it. You can also run it from a CMD prompt like so: + + C:\Users\user> "Downloads\profile-img.bat" "Downloads\ame_icon.bmp" + +### Invalid image file type +Since the Creator's Update, JPEG files have been saving as .JFIF instead. You will have to rename them to use them with the script. The script also will not accept any of the more exotic extensions for JPEG or BMP files, so you may have to rename the file if your extension is nonstandard. + +This is a preventative measure so you don't accidentally replace your icon with a non-image by dragging over the wrong file. Non-images will show up blank and are almost certainly not what you want. \ No newline at end of file