Color management

Hey everyone,

how is everyone approaching color management between Mac Simulator and iOS? I’m finding that the colors on my device are washed out compared to what I see in the Simulator and in my graphic application. How are you approaching the problem?

Thanks,

Gianmichele

This seems to be the case all the time when developing for android.

I’m using windows and yes the colors are a lot better on a monitor then on a phone. 

After a couple apps dev’d like that i started to understand i need to make my colors lighter or darker so i can have them like i want on a device. 

Other than that i really don’t have another solution. 

Good luck!

Well, after a lot of reading and a few tests I’ve found that the solution is simply to work in sRGB space and be sure that your application exports png and jpg in that colour space.

This seems to be the case all the time when developing for android.

I’m using windows and yes the colors are a lot better on a monitor then on a phone. 

After a couple apps dev’d like that i started to understand i need to make my colors lighter or darker so i can have them like i want on a device. 

Other than that i really don’t have another solution. 

Good luck!

Well, after a lot of reading and a few tests I’ve found that the solution is simply to work in sRGB space and be sure that your application exports png and jpg in that colour space.