Skip to content

Commit 028e128

Browse files
author
lutianen
committed
Update README
1 parent d64ab4e commit 028e128

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
# LuxDLL
22

3-
The DLL project is for TW2/CE7.
3+
This is a general image decoding project named **LuxDLL(Lux's Dynamic Link Library)**.
4+
5+
It has been tested and runs efficiently on Windows, not on Linux.
46

57
## Environment Requirements
68

7-
- Windows 10
8-
- MinGW 8.1.0 64 bit
9+
- g++ >= 8.1.0 64 bit
910
- CMake >= 3.20.6
1011
- OpenCV 3.14.6
11-
- Python 3.8 64 bit
12+
13+
## Highlights
14+
15+
- Support 8/12/16-Bayer to RGB
16+
- Dynamic library
17+
- Lightweight and efficient
18+
- Supports python calls
1219

1320
## Log
1421

1522
- [x] v2.4
23+
1624
Add set R/G/B factors Function
25+
26+
- [x] v2.5
27+
Add mode: all in 8(图像拉伸显示)
28+
Change C-style to C++-style in LuxCheck.cc
29+
Add some template function

0 commit comments

Comments
 (0)