Gregwar / Image

A PHP library to handle images
MIT License
1k stars 190 forks source link

Changing fallback image doesn't remove cached one #130

Open garygreen opened 7 years ago

garygreen commented 7 years ago

If the cached fallback image already exists on disk in the cache directory, and you then change the fallback, it won't use the new fallback it'll keep using the old cached one.

uikolas commented 6 years ago

I think that images is already cached, and you must to remove from cache to use the new one.