You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
after two years I finally managed to build my own version out of your changes, being no programmer. Unfortunately it turned out that your version still compresses those hardcoded extensions that are meant to be copied and ecnrypted uncompressed. I tested this with JPG files.
It seems that the "std::wstring orig_ext = CPathUtils::GetFileExtension(orig);" + IF part does not work to single out those extensions. So "compression = 0" does not seem to be applied, but rather the default compression level (=3 in your case).
Since I would like to add more extensions to the list (raw image files) I would be happy about any hint on how to get this to work properly?!
#Hallo,
after two years I finally managed to build my own version out of your changes, being no programmer. Unfortunately it turned out that your version still compresses those hardcoded extensions that are meant to be copied and ecnrypted uncompressed. I tested this with JPG files.
It seems that the "std::wstring orig_ext = CPathUtils::GetFileExtension(orig);" + IF part does not work to single out those extensions. So "compression = 0" does not seem to be applied, but rather the default compression level (=3 in your case).
Since I would like to add more extensions to the list (raw image files) I would be happy about any hint on how to get this to work properly?!
Thanks and regards.