You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.1 KiB

2 years ago
2 years ago
  1. # profile-img
  2. Script for changing your profile icon on Windows 10 AME.
  3. ![profile-img Screenshot](data/banner.png)
  4. ## Usage
  5. 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.
  6. Alternatively, you could clone the repository:
  7. git clone https://git.ameliorated.info/LoganDark/profile-img.git
  8. To run the script, simply drag and drop an image file onto it. You can also run it from a CMD prompt like so:
  9. C:\Users\user> "Downloads\profile-img.bat" "Downloads\ame_icon.bmp"
  10. ### Invalid image file type
  11. 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.
  12. 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.