MidflightDigital / XX--STARLiGHT--twopointzero

Repository for the XX -STARLiGHT- twopointzero theme for Project Outfox and StepMania 5.1-git
GNU General Public License v3.0
64 stars 10 forks source link

Avoid stretching images. #38

Closed TheT113 closed 9 months ago

TheT113 commented 2 years ago

There are a lot of places where images are stretched, distorting their aspect ratio, when instead centering them and padding them with empty space would be a lot more preferable.

For example, in Wheel Type: Jukebox, groups without Jackets will stretch the Banner image to a square.

On Wheel Type: Wheel, Banners will be stretched to fit the 256x80 standard ratio, even if the banners aren't originally that size.

Inorizushi commented 2 years ago

Thanks for catching these, I thought I covered all of the resizing code for the group/song graphics but looks like I missed a couple. I'll have it fixed in a couple hours.

TheT113 commented 2 years ago

I did notice another weird one; when you select a song with a non-standard Jacket size, it does display the Jacket correctly, but then briefly stretches it before the song starts.

Inorizushi commented 1 year ago

Fixed as of https://github.com/MidflightDigital/XX--STARLiGHT--twopointzero/commit/008e3173543a14812b13e6c64dbaf73086109c32

Sorry for the extreme delay