Today the LVGL image converter website was switched to use my new JavaScript-based converter which runs directly in your browser, rather than the old PHP image converter which relied on server-side facilities as well. This improvement has been quite a while in the making and I’m pleased to have finally been able to complete it.
The new converter should be significantly more reliable at parsing images. In the past there have frequently been issues with image formats like indexed PNGs. These should now be handled correctly. In fact, any image which your browser can display should now work without issues with the converter, as it uses your browser’s built-in facilities to read the image.
Some other bonus features:
- Big-endian image conversion (only works with “C array” format at the moment).
- It is now possible to convert multiple images at once.
- Attempting to convert larger images should no longer result in an out-of-memory error.
Please give it a try and be sure to let us know if you encounter any issues!