I am trying to evaluate the area of a plane region defined by the inequality $|x+2y|+|3x+4y|\le 5$. I have plotted the graph of this inequality using an online tool (see image above), but I am unsure how to proceed with calculating the area.
I am hoping someone can provide me with a method to evaluate the area of this plane region, whether it be through geometric or algebraic techniques. Any help or insight would be greatly appreciated. Thank you in advance.

Hint.
Making $u = x+2y,\ v = 3x+4y$ we have $|u|+|v|\le 5$ and in coordinates $(u,v)$ the area is 50. Introducing the area correction due to the coordinates transformation we have
$$ \left(\matrix{du\\ dv }\right)=\left(\matrix{1 & 2\\ 3 & 4}\right)\left(\matrix{dx\\ dy }\right) $$
and $\left|\det\left(\matrix{1 & 2\\ 3 & 4}\right)\right| = 2$ hence
$$ \text{area}\left(|x+2y|+|3x+4y|\le 5\right) = \frac{50}{2}=25 $$