Skip to content

Commit

Permalink
Merge pull request #1 from aDAVISk/dev
Browse files Browse the repository at this point in the history
Basics for locally saved files
  • Loading branch information
aDAVISk authored Dec 15, 2023
2 parents 766fd49 + 2dad73e commit d2d07ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ please check ./test/test_load.py for more sample codes
### currently supported file formats
- txt : encoding must be UTF-8
- json : encoding must be UTF-8
- png : with skit-image (not tested yet)
- npy : with numpy (not tested yet)
- png : with skit-image (tested with `./test/test_png.py`)
- npy : with numpy (tested with `./test/test_npy.py`)

- (generic : this format is basic but your customization is needed.)

0 comments on commit d2d07ab

Please sign in to comment.