IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

Avoid decoding images/videos when inserting #73

Closed luisremis closed 2 years ago

luisremis commented 5 years ago

When inserting images, if not operation or change of format is specified, we could store the raw file directly without checks and avoid decoding/encoding the image. We need to add interface to VCL to allow that as well. It may be nice to have the check before inserting, but may hurt performance in the simple case of just inserting an image without any change.