AW: Is RGB on Mac something else as RGB on windows?
J. Landman Gay
jacque at hyperactivesw.com
Fri Sep 12 14:05:21 EDT 2014
On 9/12/2014, 11:32 AM, Tiemo Hollmann TB wrote:
> The more I am testing, the
> more I get confused what happens with the RGB on Mac.
Does the problem exist if the images are jpg instead of png? Can you
change your images to jpg? I've seen the problem with png images, and
since I didn't need to match exact RGB, I only needed a visual match,
changing the screengamma on a Mac was enough to fix it. I did this:
on setScreenGamma
if the platform = "macOS" then
set the screengamma to 1.7
else
set the screengamma to 2.23
end if
end setScreenGamma
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list