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         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to