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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
the name of the thumbnails (when automatically generated) now contains a
prefix with the checksum of the path of the original image and a suffix with
the checksum of all the arguments used to create the thumbnail. Using the
prefix of a thumbnail, it will be possible to identify the original image
from which it was generated;
the Last-Modified header is set up and sent to the client. It indicates the
date and time at which the thumbnail file was modified for the last time;
added ThumbManager and ThumbShell classes;
resolveFilePath() method moved from ThumbCreator to ThumbTrait, because
this method can be used in different contexts.