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
Copy file name to clipboardexpand all lines: _pages/develop/formats.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Before an image can be analyzed, it needs to be opened properly. The way scienti
7
7
8
8
[ImageJ2](/software/imagej2) provides a comprehensive solution to the issue of data formats in the form of [SCIFIO](/libs/scifio) data format plugins. [SCIFIO](/libs/scifio), the SCientific Image Format Input and Output library, is a flexible framework for image format support. To get started writing SCIFIO formats:
9
9
10
-
- Check out the [SCIFIO tutorials](https://github.com/scifio/scifio-tutorials/tree/-/core/src/main/java/io/scif/tutorials/core).
10
+
- Check out the [SCIFIO tutorials](https://github.com/scifio/scifio-tutorials).
11
11
- Look at simple [existing formats](https://github.com/scifio/scifio/blob/scifio-0.24.0/src/main/java/io/scif/formats/BMPFormat.java) for a starting point.
0 commit comments