Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored Nov 17, 2023
1 parent af7d778 commit dc25520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ await ij.viewImage(image)
If you pass raw bytes of an image in other formats, you need to specify the file name with the corresponding file extension. For example: `ij.viewImage(image_bytes, {"name": "my_image.png"})`.


#### Supporting 5D
#### Supporting more image dimensions

The `viewImage` api only limited dimensions, e.g.: `z-stack, height, width`, however, more dimensions can be supported by running a macro to convert the image stack into a hyper stack.

Expand Down

0 comments on commit dc25520

Please sign in to comment.