1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00

update README

This commit is contained in:
Hajime-san 2024-09-08 21:32:34 +09:00
parent f0895c6b7b
commit 86f0000bb6

View file

@ -9,7 +9,7 @@ flowchart LR
Input["input binary<br/>( &[u8] )"]
II["intermediate image<br/>( DynamicImage )"]
Ops["processing pixel<br/>( ImageBuffer< P, S > )"]
Output["output binary<br/>( &[u8] )"]
Output["output binary<br/>( Box<[u8]> )"]
Input --> II
II --> Ops --> II
II --> Output