While my initial plan for this little project was to do all the SIXEL conversion in Python with the least amount of dependencies, I have encountered several roadblocks. Python just doesn't seem to be fast enough for real-time conversion (yet), even with multi-processing. So, I'm looking for ideas for improving the performance while avoiding adding any extra third-party dependencies.
While my initial plan for this little project was to do all the SIXEL conversion in Python with the least amount of dependencies, I have encountered several roadblocks. Python just doesn't seem to be fast enough for real-time conversion (yet), even with multi-processing. So, I'm looking for ideas for improving the performance while avoiding adding any extra third-party dependencies.