exelix11 / SwitchThemeInjector

Create custom themes for the nintendo switch !
GNU General Public License v2.0
956 stars 60 forks source link

PNG on Player Select page #47

Closed chronoss09 closed 4 years ago

chronoss09 commented 4 years ago

Hi !

I think you must add a PNG pic on Player page, for some raison, with "Transparant Playerselect 90% Scale", we can't make a JPG file, it compress the picture and its not good. with PNG, we can a Transparant backgroung and it will be good.

Sory for my english :(

exelix11 commented 4 years ago

For that you'll have to manually convert the png to dds. Use Dxt1 with alpha compression. (Only Dxt1 is supported)

It used to convert it automatically but the converter has been removed in latest release for compatibility with 32 bit versions of windows and linux

chronoss09 commented 4 years ago

I have W64b

chronoss09 commented 4 years ago

Thanks, i use this http://www.easy2convert.com/png2dds/ and it work :+1: