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
Filtering selection by width or height - sometimes it is needed to exclude images which have smaller width or height, but we may have one or two images in this group we still want to be selected. It could be done manually but it can't be done now in the case where filter excluded them out. We can see this excluded images on the list but there is no way to select and include them manually other than removing filter and including all the unwanted rest of images. I think addon should exclude images according to filters like it does currently, but still it should allow the user to select manually such excluded images.
Sometimes one or more images can't be fetched (server issues, network issues, other errors) and in such cases the red rectangle will appear in the middle of properly fetched images (in the place where the missing image should be). This red rectangle has tooltip under contained full link to image but there is no option to refresh such image. It would allow addon to try to check this failed image once again without the need to check whole page again, but for now it is not possible to do this. Maybe it is this way due to filter which excluded image because addon couldn't get proper size, i don't know. The only way is to repeat operation of detecting everything on such site.
The text was updated successfully, but these errors were encountered:
Actually you can press F5 to fetch again. Image Picka uses a cache system so only broken images will be re-download. A better way is to use the Retry on failure option: https://github.com/eight04/image-picka#retry-on-failure
eight04
changed the title
Things which can be improved
Ability to select excluded images to download
Feb 16, 2023
Filtering selection by width or height - sometimes it is needed to exclude images which have smaller width or height, but we may have one or two images in this group we still want to be selected. It could be done manually but it can't be done now in the case where filter excluded them out. We can see this excluded images on the list but there is no way to select and include them manually other than removing filter and including all the unwanted rest of images. I think addon should exclude images according to filters like it does currently, but still it should allow the user to select manually such excluded images.
Sometimes one or more images can't be fetched (server issues, network issues, other errors) and in such cases the red rectangle will appear in the middle of properly fetched images (in the place where the missing image should be). This red rectangle has tooltip under contained full link to image but there is no option to refresh such image. It would allow addon to try to check this failed image once again without the need to check whole page again, but for now it is not possible to do this. Maybe it is this way due to filter which excluded image because addon couldn't get proper size, i don't know. The only way is to repeat operation of detecting everything on such site.
The text was updated successfully, but these errors were encountered: