This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
Add option to re-unpack image or manually invalidate unpacked data if certain options are changed #73
Labels
Milestone
Options like
rotation
can affect data unpacking. This means that if we do:It won't work for some filetypes / cameras (because data is already unpacked and cached after the first
unpack
call).We should either invalidate the unpacked data if one of these options is used and unpack again, or have an option to force unpacking on the
unpack
method and any method that calls it (eg.save
).A discussion should happen about how this is done.
The text was updated successfully, but these errors were encountered: