OpenFX plugin that produces a tile effect with an adjustable offset and scaling.
Input | Output |
---|---|
Photo by Jakob Owens on Unsplash
- Clone the repository.
- Run
cmake
in this project's root directory with-DOPENFX_DIR:PATH
pointing to the root directory of OpenFX source-DOPENFX_SUPPORT_LIB:FILEPATH
pointing to the OpenFX support lib file-DOpenCV_DIR:PATH
pointing to the directory where you have built OpenCV-Dandris.ofx.util_DIR:PATH
pointing to the directory where you have built andris.ofx.util
- Open the generated solution file and build the project.
- Copy
opencv_imgproc*.dll
andopencv_core*.dll
from your OpenCV build andandris.ofx.util.dll
from your andris.ofx.util build to your host directory (e.g.C:/Program Files/Blackmagic Design/DaVinci Resolve
). - Rename
andris.tiler.ofx.dll
toandris.tiler.ofx
and copy it to%SystemDrive%/Program Files/Common Files/OFX/Plugins/andris.tiler.ofx.bundle/Contents/Win64
. You will need to create the directory if it does not exist.
- Delete
%SystemDrive%/Program Files/Common Files/OFX/Plugins/andris.tiler.ofx.bundle/Contents/Win64/andris.tiler.ofx
.
CMake files adapted from how-to-export-cpp-library.