-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is the bug?
ColorPicker Max image extractor:
- crashes when
precision (pixels to ignore)is set to0 - hangs when
precision (pixels to ignore)is set to1and thenumber of colors to displayto16,777,216(may be a system/patience limitation haha) - hangs when exporting colors to CSV if image contains
16,777,216colors
Does it support multithreading? What is the minimum system requirements to be able to handle extracting and exporting all 16,777,216 color values considerably fast? The system it was tested on has the ff specs:
AMD Ryzen 5 2600
32GB RAM
How to reproduce the bug?
crashes when Precision (pixels to ignore) is set to 0
- Download the png from this website http://www.brucelindbloom.com/index.html?RGB16Million.html
- Go to
Image Extractor - Set
Precision (pixels to ignore)to0 - Set the
number of colors to displayto16,777,216 - Drag
RGB16Million.pngonto the program - Press
Extractand it will force close
- Repeat process but this time set the
number of colors to displayto10and the program will still crash - Repeat process but this time change image to a black and white image, set the
number of colors to displayto1and the program will still crash
hangs when Precision (pixels to ignore) is set to 1 and the number of colors to display to 16,777,216
- Download the png from this website http://www.brucelindbloom.com/index.html?RGB16Million.html
- Go to
Image Extractor - Set
Precision (pixels to ignore)to1 - Set the
number of colors to displayto16,777,216 - Drag
RGB16Million.pngonto the program - Press
Extract> will just be loading endlessly (waited for at least 6 hours) - Repeat process except for waiting for at least 6hrs but this time set the
number of colors to displayto100,000and the program will hang
- Repeat process except for waiting for at least 6hrs but this time set the
number of colors to displayto30,000and it will slow down your PC for a while but it will produce an output, however, program becomes unpredictable. 1st run - completed (untimed) and was able to scroll down/up
2nd run - crashed after pressingExportseveral times
3rd run - took 9m 35s to complete but hanged after producing the output. - Repeat process except for waiting for at least 6hrs but this time set the
number of colors to displayto500,10,000or20,000and then it will work after waiting for a bit
hangs when exporting colors to CSV if image contains 16,777,216 colors
- Download the png from this website http://www.brucelindbloom.com/index.html?RGB16Million.html
- Go to
Image Extractor - Set Precision (pixels to ignore) to
1 - Set the
number of colors to displayto16,777,216 - Drag
RGB16Million.pngonto the program - Press
Extract - Press
Export to CSV - Tick
Include frequence(also tried without) - Press
Export - Name the file
- Press
Save> will just be loading endlessly (waited for at least 20 minutes)
- Repeat process but this time set the
number of colors to displayto10,000,1,000,5or1and the program will still hang
Screenshots
No response
Operating System
Windows 11
What is the version of the operating system?
No response
What is the version of the software?
v6.6.0.2501
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working