Jump to content
Baguette Ninja

Color problem with texture viewer 2

Recommended Posts

Hi everyone,

im here to ask you why when i transform a .png into a .paa (1920*1080), the color change.

I dont know why but it's really annoying.

Thanks for reading (sorry for my bad english, i'm not english)

 

https://www.cjoint.com/c/JHitcvm5zEL --> link for picture of my problem (left: .paa; right: .png it's the same image on left and right)

Share this post


Link to post
Share on other sites

.paa must always be in 2^n resolution. i.e. 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096 etc. are the only valid pixel dimensions for converting images to .paa.

So you will either have to crop or rescale the image to e.g. 2048*2048, 2048*1024, 1024*1024 etc. etc. etc. before converting to .paa

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×