Browse Source

Update 'README.md'

master
LoganDark 2 years ago
parent
commit
ad307ea27f
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      README.md

+ 16
- 0
README.md View File

@ -1,2 +1,18 @@
# profile-img # 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.

Loading…
Cancel
Save