noahtq / quest_image_seq_lib

C++ library for elegantly working with image sequences in OpenCV
0 stars 0 forks source link

Add EXR and DPX support #7

Open noahtq opened 3 months ago

noahtq commented 3 months ago

OpenCV doesn't have any funtionality for reading or writing .dpx images.

OpenCV has .exr images disabled as there is a security issue with them. They can be reenabled through environment variables. See issue on OpenCV Github

noahtq commented 3 months ago

Probably will have to find a separate library or create my own functions for reading and writing these image formats. But they need to be supported as they are the two most commonly used image formats in the VFX industry