image-picka icon indicating copy to clipboard operation
image-picka copied to clipboard

Option to download ZIP for batch downloads

Open eight04 opened this issue 7 years ago • 1 comments

I'm not sure how useful is this.

Good parts:

  • It would benefit users who want to zip their images after downloads.
  • saveAs flag is available when downloading a single zip file.

Bad parts:

  • The compression can be done by advanced applications (e.g. 7-zip) which is faster and more reliable.
  • Currently there are other issues (#15) making saveAs flag hard to use.

@DelKatey

eight04 avatar Feb 16 '18 19:02 eight04

Most of other image download extensions downloads multiple files in one zip archive, you can lookup the code how they do this. But downloading images as separate files like in your extension is more useful for me! Because after downloading Zip I must immediately unpack them :)

MurzNN avatar May 21 '19 04:05 MurzNN