mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
update README
This commit is contained in:
parent
f0895c6b7b
commit
86f0000bb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue