Computer Tips - How can I open .ce image files made by a Computer Eyes frame grabber?

Date: 2015dec1 Product: ComputerEyes by Digital Vision OS: Windows Q. How can I open .ce image files made by a Computer Eyes frame grabber? A. Its really an ILBM file so rename it to .lbm and more programs will be able to open it. This will convert myfile.ce into myfile.png:
rename myfile.ce myfile.lbm ffmpeg -i myfile.lbm myfile.png
More info: https://en.wikipedia.org/wiki/ILBM