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
I'm mostly interested in the non-interlacing variant (due to memory consumption concerns), and it appears to me that would be fairly simple to implement for most of the formats, but it would require an API change (or extension).
I can try to come up with a PoC in a week or two if you are interested.
The text was updated successfully, but these errors were encountered:
It's not so much about speed, it's more that a bitmap representation quickly ends up eating up a lot of ram, and since I'm dealing with unikernels that do not have dynamic memory allocation (or memory ballooning) I need to pre-allocate the maximum memory up front.
Alright, I was thinking to add a chunk-based reader to the Image.mli ReadImage signature (defaulting to just being synonymous with parsefile at first), would that be OK?
Hi!
What do you think about adding support for progressive parsing/rendering?
Here is a demonstration: https://blog.codinghorror.com/progressive-image-rendering/
I'm mostly interested in the non-interlacing variant (due to memory consumption concerns), and it appears to me that would be fairly simple to implement for most of the formats, but it would require an API change (or extension).
I can try to come up with a PoC in a week or two if you are interested.
The text was updated successfully, but these errors were encountered: