cdowdy / bolt-tinypng

Bolt Extension Using TinyPNG API to optimize images
7 stars 2 forks source link

Add batch optimization for current folder #18

Closed zomars closed 6 years ago

zomars commented 6 years ago

Very basic implementation, but gets the job done.

cdowdy commented 6 years ago

Hey @zomars sorry been a bit busy! thanks for this! Have you tried this with a bunch of images in a directory?

I'll merge this but probably add some options for the data preservation option.

zomars commented 6 years ago

Yes I've tested in folders with 40-50 images more so, and it worked fine. I've added the Queue to prevent the modal jankiness.

cdowdy commented 6 years ago

Moved to vue from jquery. new batch can be found in v2.0 +

Thanks zomars!