Venelin Stoykov

Results 157 comments of Venelin Stoykov

In order to generate thumbnails without watermark with `ImageSpecField` you need to have somewhere the original image. If your reason to not want the original image be saved is for...

Currently the only way to clear the cache is by deleting the directory configured in `IMAGEKIT_CACHEFILE_DIR` which will cause regeneration of all images on next access. Also because in ImageKit...

As I mentioned in the previous comment after you deleted cached images in the folder you need to clear the cache that stores if the file is generated or not....

In Python 3 default `str` is unicode and in Python2 it is bytes. I'm not sure if this is related or not. I understand that it would be good if...

Yes probably is a good idea this fact to be documented. Did you have time for PR?

Can you give more details (code sample) which can be used to reproduce the issue?

After deleting the `CACHE` folder you need to clear the cache that stores the information that files are generated already. Depending on the cache configured in your settings you have...

@ArtemBernatskyy and I already give a solution how to fix it. Is there anyone willing to give better solution?

Depends on how you configure your cache. If you configured imagekit to use the same cache as everything else (actually this is the default) then you will clear everything. If...

@pkqxdd @ArtemBernatskyy did you think that there is still issue with ImageKit or we can close the issue?