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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,9 @@ file format.
39
39
40
40
## Adding new formats
41
41
42
-
You register a new format by calling `add_format(fmt, magic,
43
-
extension)`. `fmt` is a `DataFormat` type, most conveniently created
42
+
You register a new format by adding `add_format(fmt, magic,
43
+
extension)` to the [registry](https://github.com/JuliaIO/FileIO.jl/blob/master/src/registry.jl). To do so, please just open a pull request (you can just edit the file in Github).
44
+
`fmt` is a `DataFormat` type, most conveniently created
44
45
as `format"IDENTIFIER"`. `magic` typically contains the magic bytes
0 commit comments