This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This UIImage extension for resize image to be fit for WhatsApp sticker | |
// By Faris Albalawi | |
// Stickers must be exactly 512x512 pixels. | |
// Tray image must be exactly 96x96 pixels. | |
// TO MAKE TRY IMAGE | |
let tryayImage = yourImage!.StickerSize96() |