Everything works just as intended but I'm pretty sure there's a more effective way of a accomplishing what I'm doing.
Let's put some context:
For images like this:
it's pretty easy to do
Code: Select all
convert image.png -fuzz 10% -transparent white tmp.png
In scenarios like the one shown above, I literally just open GIMP and use the free select tool and do all the common alpha layer, blah, blah. I really don't like this because I'm trying my best to stick to the terminal and make scripts later on with this...
Later on I transfer the files to my phone to open an android app called "Wemoji" to be able to add the stickers to WhatsApp. I'm pretty sure there's some professional/experienced sticker makers out there with scripts or more efficient ways to accomplish all this process.
Hope I made myself clear, I'm really looking forward to make a lot of sticker memes with this as I've seen many pals making awful ones haha.
Thanks for the help.