Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-05 Thread tbodine via use-livecode
Bug report filed. See bug 22156 . -- Tom -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Phil Davis via use-livecode
As it turns out, the Remove script uses the sips command. (* Remove ©2009 Apple, Inc. Use sips to remove embedded profile and color management data from an image. *) on run     display dialog "Remove the embedded profile from an image."     set chosenFile to choose

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
Tom, see answer below > Am 04.06.2019 um 23:02 schrieb tbodine via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Mark and Matthias, > > This workaround looks promising! > > While I don't have Mojave to test against, I do find problem images have > many different colorSync

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread tbodine via use-livecode
Mark and Matthias, This workaround looks promising! While I don't have Mojave to test against, I do find problem images have many different colorSync profiles. Matthias, after you have stripped out the profile, what does Preview's Info screen show as the ColorSync Profile data? I'm thinking it

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
Hi again, found out how to remove a color sync profile. Just had to drag the png to the file /library/scripts/colorsync/Remove.app. I´ve imported that modified png into the app and created a new standalone. Tried the new standalone now about 10 times w/o a problem. Seems that fixed it.

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Mark Waddingham via use-livecode
On 2019-06-04 19:36, Matthias Rebbe via use-livecode wrote: Btw., how do i strip the profiles out? Working with graphics is not so my stuff. The 'sips' command seems to do the trick (from Terminal): sips -d profile --deleteColorManagementProperties ~/Downloads/Background_mit_Rand_.png If

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
Hello Mark, preview´s info pane shows me Color model : RGB (i am not sure if it is Color model, my German Mac OS shows Farbmodell: RGB) Color Sync Profile : LG Ultrawide Btw., how do i strip the profiles out? Working with graphics is not so my stuff. Matthias Matthias Rebbe free

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Mark Waddingham via use-livecode
This is a strange issue as it sounds like it is sporadic... The only OS specific code the engine uses when decompressing images is when the image has an embedded colour profile. So I guess the question is whether the images which are ‘breaking’ have such a thing in them. I think preview’s info

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
What i forgot. Here´s the link to the complete stack https://dl.qck.nu/?dl=DropUpload.zip Matthias Rebbe free tools for Livecoders: https://instamaker.dermattes.de https://winsignhelper.dermattes.de

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
Those are some screenshots how my app looks since Mojave. i put them in one image to show the difference. The normal/correct look is the orange one on the right. The other 2 are how the app looks when it is displayed wrong. The app even showed white once, but i did not make a screenshot of it.

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread tbodine via use-livecode
Thanks for that info, Matthias. Please clarify: Is the image you posted a screenshot of three separate png files or one composite image? If separate, what are the differences between the files? (Strikes me as odd that the black is only a part of the image. In my cases, users see entire

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
This occured on Mac in the standalone after i upgraded to Mojave. I am not sure, but i think I noticed it also in the IDE after i changed the png, but only once. But i might be wrong. Tried now also with dark mode. It´s the same. Matthias Matthias Rebbe free tools for Livecoders:

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread hh via use-livecode
> Matthias R. wrote: > Mostly after a restart of the app, sometimes after 2 - 4 restarts > the png was correctly displayded (orange). > Tried with paint compression set to png also, but without success. Just out of interest: Happened this in the standalone only, not in the IDE? Happened this on

Re: Black boxes replace images in Mojave (Was "No subject")

2019-06-04 Thread Matthias Rebbe via use-livecode
I noticed this behaviour also. But in my case it was sporadic and the png was not always black. When it happened then most of the time the png was black, but sometimes also white and sometimes also something like ruby coloured. See a screenshot of it here https://dl.qck.nu/samples/mojave-lc.png