Releases: AlEscher/EasyAvatar
Releases · AlEscher/EasyAvatar
1.3 Release
1.2 Release
- Now supports URIs containing base64 encoded images (e.g.
data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAA........
) - Check for file size (Teamspeak limits this to 200 KB)
1.1 Release
Added new functionality:
- Supports various image formats thanks to FreeImage
- Image resizing while also keeping correct aspect ratio
- Deleting local image file after we're done
- Supports GIFs aswell (Resizing doesn't work)
1.0 Release
First release of the plugin.
All core functionality including:
- Generating all hashes needed to properly register our Avatar (Base64 of clientID, MD5 of image file)
- Getting URL from your clipboard
- Downloading the image and uploading it to the Server to be used as your Avatar
is tested working.
Currently not implemented:
- Image resizing