-
Notifications
You must be signed in to change notification settings - Fork 32
Avoid decoding images/videos when inserting #73
Copy link
Copy link
Closed
Labels
EnhancementNew features or upgrades for functionality, performance, etcNew features or upgrades for functionality, performance, etc
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementNew features or upgrades for functionality, performance, etcNew features or upgrades for functionality, performance, etc