summaryrefslogtreecommitdiff
path: root/comp.py
AgeCommit message (Collapse)AuthorFilesLines
2020-12-25Fix typo which wasn't converting the images to webpJesusaves1-1/+2
2020-12-24WebP does not need further processing eitherJesusaves1-1/+1
2020-12-20This tool will now generate a zip file with maximum compression possible.Jesusaves1-5/+9
The name will be hashed; Server may send this hash to client download the zip. Do note that currently, that is not supported neither in server nor in client. The reason for the hashing is to prevent unauthed users from downloading it. The hash is regenerated every time.
2020-12-20Add support for mp3 and ogg files. They must not overlap as extension is ↵Jesusaves1-0/+2
stripped.
2020-12-18Ignore XCF and PSD files left in the tree.Jesusaves1-7/+3
2020-12-18Initial commitJesusaves1-0/+68