trying to convert README to rst

This commit is contained in:
Joachim
2020-04-02 09:59:54 +02:00
parent 229299ea9b
commit 626257a3a9

View File

@ -177,7 +177,7 @@ Adding images codecs support
Things done to read/writes images in JPEG, PNG, etc..
PNG
^^^
---
- Remove `-DWITH_PNG=OFF` and add `-DBUILD_PNG=ON` and `-DBUILD_ZLIB=ON` of the cmake command
- => The lib `opencv_imgcodecs.a` build pass
@ -187,7 +187,7 @@ The library is compiled in the `3rdparty/` folder. Copy this folder into the esp
JPEG
^^^^
----
- Remove `-DWITH_JPEG=OFF` and add `-DBUILD_JPEG=ON` of the cmake command
- => Problem at compilation time. TODO