I’m using Thonny with convert.py to prep my images.
I seem to always get a full width badger image (296 x 128 pixels)
With this line in the shell: , I get a full width badger image, even though my source image is 128 x 128 px
%Run convert.py --resize --binary JTheadshot128x128BW_2.png
When I remove the --resize, I’m still getting a full width badger image (same source image 128x128 px), AND the upper few rows (upper third) of the image is scrambled
%Run convert.py --binary JTheadshot128x128BW_2.png
Any tips? I’m new to this and I thought I was following the intro blog carefully.
Thank you