[ ] Tried the other applicable steps from the Troubleshooting Guide
[ ] Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
32 bit PNG files (4 channels, RGB and alpha ) read with cv2 are not showing up on variable explorer. They do get imported and actually exist, like they can be accessed with typing variable name but can't be seen on var exp. However reading 24 bit PNG (RGB only) runs smooth.
What steps reproduce the problem?
Import a 32 bit PNG file with cv2.import(filename)
variable name not showing up on variable explorer
What is the expected output? What do you see instead?
Variable name should be visible on variable explorer
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
Spyder version: 4.1.3
Python version: 3.7
Qt version: 4.7.4
PyQt version: 1.9.0
Operating System name/version: win 10 x64 (18363.900)
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
32 bit PNG files (4 channels, RGB and alpha ) read with
cv2
are not showing up on variable explorer. They do get imported and actually exist, like they can be accessed with typing variable name but can't be seen on var exp. However reading 24 bit PNG (RGB only) runs smooth.What steps reproduce the problem?
cv2.import(filename)
What is the expected output? What do you see instead?
Variable name should be visible on variable explorer
Paste Traceback/Error Below (if applicable)
Versions
Dependencies