-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OLED imaged unknown image format, but working #475
Comments
Could you attach the files that have the problem(s)? |
https://www.dropbox.com/s/x073dbds3fyeg3q/out.bmp?dl=1
https://www.dropbox.com/s/o92wfchcc3o2qhy/preon.pbm?dl=1
Actually, today it's not showing anything, and also has |
I'm guessing that the "unknown image format" things just happen when it reads past the end of the file. |
This is still an issue, right? |
It is. It does it, and to my best recollection, I couldn't narrow it down to the file format, or processing steps, or any traceable attribute. |
Looping stacked frame BMP displays fine, no error.
Single frame BMP displays fine, but 'Unknown image format. a=-1 b=-1'
Non-looped PBM also works but 'Unknown image format. a=-1 b=-1'
Seems they're just not read right and not matching a case in the TAG2 switch?
Looking at the PBM file, it does have a 'P4' magic number, yet the error gets reported.
For non-looped options, only PBM is working by using Imagemagick
convert
Just doing
cat *bmp > boot.bmp
makes a file, but it doesn’t animate on OLED. Shows first frame only for duration.Windows
copy /b *bmp boot.bmp
= Same results.It would be great if a 3rd party command line image tool wasn't required to get these non-looping to work.
It's a bunch of hoops for the average user to get it installed with NetPBM.
The text was updated successfully, but these errors were encountered: