TheRenegadeCoder / image-titler

An image title generator using The Renegade Coder style
https://therenegadecoder.com
GNU General Public License v3.0
17 stars 6 forks source link

Change the Way Cropping Works by Resizing Images First #55

Closed jrg94 closed 4 years ago

jrg94 commented 4 years ago

Right now, the code works by cropping images down to 1920x960. Obviously, if an image is twice that size, we will actually only crop a section of that photo first. A resize might be in order.

This change needs to be done while supporting custom sizing (#30).