We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa44c2 commit 526b6a9Copy full SHA for 526b6a9
1 file changed
README.md
@@ -7,7 +7,7 @@ Hasn't been extensively tested but should be very useful at creating a low resol
7
8
Usage: *python Image_previews_openCV.py*
9
10
-Dependancies :
+### Dependancies :
11
12
numpy (*pip install numpy*) - array handling
13
@@ -18,3 +18,9 @@ ncempy (*pip install ncempy*) - .dm3 parser
18
matplotlib (*pip install matplotlib*) - Not needed unless you want to plot the images
19
20
os (*pip install os_sys*) - handling operating system functions (create directory to save files in, list files in the directory etc)
21
+
22
+### Things to do :
23
24
+- Test with more files: including choosing color and different magnifications
25
+- Implement with Dm4 files
26
+- Use args-parser to change options without editing file
0 commit comments