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

Image Cropping Leaves Black Space on Some Images #82

Open jrg94 opened 4 years ago

jrg94 commented 4 years ago

Now that we scale images by width, we sometimes crop beyond the y-limit on images. As a result, a black space emerges on images which are smaller in height than the expected crop. I think we'll need to rework this to perform a horizontal crop so images are never resized to have a smaller height than the target size.