@joshsalway Zipping doesn’t really do much on images, because common image formats like JPEG and PNG already have compression algorithms to ensure the smallest file size versus quality possible.
Zipping only really works on text data where common letters or runs of letters can be algorithmically substituted. Already-compressed binary data like images don’t make good candidates for Zip compression.