Page 3 of 4
Re: Images going black
Posted: Tue Nov 24, 2020 12:13 pm
by richmond62
-
No improvement with 9.6.2 RC 1
-
More PNG probs.
Posted: Thu Mar 25, 2021 3:31 pm
by richmond62
9.6.3 RC 3 IDE:
-
-
Standalone:
-
-
i.e. More of the same.
Re: More PNG probs.
Posted: Thu Mar 25, 2021 4:31 pm
by FourthWorld
UTR here. Was that image imported or linked? If the latter, I'd wager a path difference accounts for what you're seeing.
Re: More PNG probs.
Posted: Thu Mar 25, 2021 5:10 pm
by richmond62
No: I ALWAYS import images.

Re: More PNG probs.
Posted: Thu Mar 25, 2021 5:23 pm
by jmburnod
Hi Richmond,
9.6.3 RC 3 IDE:
Last version is LiveCode 9.6.2 rc 3, not 9.6.3 rc 3 for me
When do you import image ? Before or after building standalone
Kind regards
Jean-Marc
Re: More PNG probs.
Posted: Thu Mar 25, 2021 5:30 pm
by Klaus
What does UTR mean?
@Richmond
Is this problem different than this one?
viewtopic.php?f=5&t=34892&start=15
Re: More PNG probs.
Posted: Thu Mar 25, 2021 5:56 pm
by richmond62
9.6.3 RC 3 IDE
Sorry: in such a filthy temper just before a class with tinies I got the number wrong. Indeed: 9.6.2 RC 3
@Richmond
Is this problem different than this one?
viewtopic.php?f=5&t=34892&start=15
No, it isn't, but in such a filthy temper just before a class with tinies I couldn't locate that other thread.
Would be most grateful if someone could merge the two threads.

Re: More PNG probs.
Posted: Thu Mar 25, 2021 6:00 pm
by Klaus
richmond62 wrote: Thu Mar 25, 2021 5:56 pmWould be most grateful if someone could merge the two threads.

Done!
Maybe you can post the image that went black in your standalone?
Re: More PNG probs.
Posted: Thu Mar 25, 2021 6:07 pm
by richmond62
Done!
Thank you very much.
ALL the images except for the one on the first card went black.
-
Re: More PNG probs.
Posted: Thu Mar 25, 2021 6:16 pm
by FourthWorld
Klaus wrote: Thu Mar 25, 2021 5:30 pm
What does UTR mean?
Sorry, been processing bug reports. UTR = Unable To Reproduce
Re: More PNG probs.
Posted: Thu Mar 25, 2021 6:49 pm
by richmond62
Here's the whole stack:
https://www.dropbox.com/s/5j498gbvuuhyn ... e.zip?dl=0
UTR = Unable To Reproduce
I thought that was called a vasectomy.
Re: More PNG probs.
Posted: Thu Mar 25, 2021 6:57 pm
by jmburnod
Thanks Richmond to conforte me for external files use
Same issue with OSX 10.14.6 LC 9.6.1
No image in cd 2 of standalone
Re: More PNG probs.
Posted: Mon Apr 26, 2021 1:05 pm
by richmond62
-
Stack in IDE on left, standalone on right
[mind you "standalone" is a misnomer in this case: mair like 'collapse in the sheuch as isnae mensfu']
Still a load of *(&^%$#@ with LC 9.6.2 RC 5
-
tried a build with LC 8.2.0 DP 2 and got this:
-
-
So part of the problem may lie with MacOS 11.4 beta 1 . . . but as I cannot see Apple pulling their finger
out for LiveCode . . .
This is becoming a big pain in the bum as most of my current work depends on PNG images.
Re: More PNG probs.
Posted: Wed May 05, 2021 12:15 pm
by richmond62
My 2021 Summer school in LiveCode programming will use LiveCode 9.5.1
as my animation and game development sections rely heavily on image
integrity . . .
. . . why are we worried about "improvements" to LC
when new versions seem to go backwards rather than forwards?
Re: More PNG probs.
Posted: Tue May 18, 2021 10:18 am
by LiveCode_Panos
Hello all,
There is a (not so popular) property, called
When an image is changed with a paint tool, it is recompressed the next time you leave the card it's on. The format in which it is compressed is set by the global
property.
By default, the global
property is set to "rle" in standalones and "png" in the development environment.
@Richmond
I believe that if you
in the preopenstack handler, then the issue will be fixed in the standalone.
See the dictionary entry for more details.
Hope this helps.
Kind regards,
Panos
--