Posts: 6,331
Threads: 271
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
04-23-2023, 10:11 PM
(This post was last modified: 04-23-2023, 10:29 PM by Ofnuts.)
16-bit FP is a bad choice. Yes, you save on RAM (but you don't need to do that it seems), and it implies a lot of conversions. Using 32-bit FP is normally somewhat faster (32-bit FP linear is the native format, so all conversions are skipped)
Posts: 150
Threads: 31
Joined: Jan 2017
Reputation:
8
Operating system(s):
@Ofnuts.
I load the image and make a fuzzy selection. In the View menu, clicking Show Selection does not hide the "ants", but Ctrl-T does.
After the "ants" are cleared I can do Select/Save to Channel and the result is instantaneous.
I can get the ants to then re-appear, either by going to the View menu and clicking Show Selection, or with Ctrl-T.
I am totally confused!!!
Posts: 150
Threads: 31
Joined: Jan 2017
Reputation:
8
Operating system(s):
@Rich.
To try to eliminate a possible RAM problem, I swapped banks 1&4. When that made no difference, swapped banks 2&3 - no change.
I am reluctant to do a Memtest, with 32 GB it will take forever!
Posts: 150
Threads: 31
Joined: Jan 2017
Reputation:
8
Operating system(s):
Ofnuts & Rich.
Thanks for all your help and advice.
I have reached the following conclusions. You may wish to comment if these are correct.
1. Fuzzy Select and Select by Colour use only one processor core.
2. If there are enough "crawling ants" on the screen the processor will go to maximum and be unable to process software IRQs.
3. Ctrl-T, as a keyboard IRQ, has a high priority and any software IRQ is then processed instantly.
4. Changing the precision to 32 bit floating point does not prevent the problem if enough "ants" are on the screen.
With the number of pixels increasing in newer cameras the lack of multi-core processing could become a problem. Let us hope this will be solved when we get Gimp 3.
At least, I now know how to get round the problem - Ctrl-T.