Hello and welcome,
There are plenty of ways to resize an image… Like keeping ratio, or not.
Here are some params that work for me.
{:convert, "-resize 256x144^ -gravity center -extent 256x144 -format png", :png}
The syntax is for waffle, but You can guess what I am using.