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 May 9, 2026. It is now read-only.
Once the site has loaded and the images have been spawned by this script, it is not necessary to check for supported image types again for at least the time of the current session.
A setting should be added that allows to cache supported image types as either Cookies, maybe in localstorage and no caching.
Would probably result in something like $_COOKIES['SupportedImageTypes'] = {'png','jpg',...}
Once the site has loaded and the images have been spawned by this script, it is not necessary to check for supported image types again for at least the time of the current session.
A setting should be added that allows to cache supported image types as either Cookies, maybe in localstorage and no caching.
Would probably result in something like $_COOKIES['SupportedImageTypes'] = {'png','jpg',...}