Replies: 1 comment
-
Hi @kipcole9, I had thought of this but I was not sure of concrete use case then. One concern I had was that caller has to be aware of how to interpret the stream of binary blob (shape, bands, format etc). Anyway I not sure if that is a big concern given that we already have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@akash-akya, I’m answering this question on Elixir forum using Vix/Image because its a fun problem which is trivial with
Operation.xyz/3
- except I don’t think we can currently stream raw image data, only formatted images, withImage.write_to_stream/2
.Do you see any possibility of streaming the raw pixel data, rather than the formatting image?
PS: I know
Vix
is not the optimal solution to the problem as stated, but since there are no answers after a few days I think its cool to show that Vix/Image can do this - albeit the whole image needs to be rendered in memory, not streamed unless you know a way.Beta Was this translation helpful? Give feedback.
All reactions