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
However, if there is a cached version of the image exists for the operations you are trying to perform then it would be awesome if it could just return that.
Main motivation behind wanting this feature is because we want to delete our source images - but keep cached versions. As gregwar is the one that calculates the hash of the cached file - it makes sense to have it built in.
The text was updated successfully, but these errors were encountered:
Presently if the source image does not exist it will generate an error/placeholder image.
This is due to the requirement of
younger-than' => $this->getDependencies()
Image/Image.php
Line 502 in f3dbe19
However, if there is a cached version of the image exists for the operations you are trying to perform then it would be awesome if it could just return that.
Main motivation behind wanting this feature is because we want to delete our source images - but keep cached versions. As gregwar is the one that calculates the hash of the cached file - it makes sense to have it built in.
The text was updated successfully, but these errors were encountered: