You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Excellent question. During decode, we do keep 2 rows of a framebuffer in memory and fill them with data. And we take each channel into pixel space to predict the DC. It wouldn't be hard to persist the pixel-space values beyond the two rows into a whole framebuffer. Then, the end portion with the JPEG recode could be lopped off without too much trouble. This wouldn't be a huge change, actually--but it would require some code
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can I read *.lep files directly into pixels array without restore them back to jpg files? Any examples?
The text was updated successfully, but these errors were encountered: