Skip to content
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

Fujitsu Printer Integration: Rewrite Image Conversion in Rust #4835

Open
adghayes opened this issue May 8, 2024 · 0 comments
Open

Fujitsu Printer Integration: Rewrite Image Conversion in Rust #4835

adghayes opened this issue May 8, 2024 · 0 comments

Comments

@adghayes
Copy link
Collaborator

adghayes commented May 8, 2024

Image conversion is currently in TS and is very slow, resulting in the print pausing between the first and second print blocks of a page. If it were in rust, it would be faster, and printing would be visibly smoother. There are other solutions to this - we could wait to print the first block until the second block is processed - but better just to do this computationally intensive work in rust.

@adghayes adghayes added this to the VxSuite v4.0 milestone May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants