Kilian / Trimage

A cross-platform tool for optimizing PNG and JPG files.
http://trimage.org
MIT License
706 stars 55 forks source link

actively maintained version for linux (windows version comming soon) #93

Open kingpinzs opened 1 year ago

kingpinzs commented 1 year ago

https://github.com/kingpinzs/Trimage/tree/linux_addons

this version runs currently on Ubuntu versions of Linux. To run: python trimage/trimage.py (for now)

I am actively updating it since I am actively using it myself Add issues and I will do my best to get them done with in a few days of seeing them. Also excepting pull request

kingpinzs commented 1 year ago

I now have a working version that runs on windows

Kilian commented 1 year ago

Cool fork! Trimage still runs fine, what are the changes you've made?

Do you plan on contributing back to this repository?

kingpinzs commented 1 year ago

@Kilian I was going to but I thought this one was dead so I didn't think there was a reason to. I fixed the animation per row, it has a clear list, right now it loops through combinations of the different optimizer's to find the best combination which I want to move to a setting to be able to turn that on and off. It also runs on windows 10.

Kilian commented 1 year ago

Nice! I'd welcome PR's for each of those. I do see you using webp, one of the things I wanna keep with Trimage is that it only compresses losslessly. That way you can just run and forget, and more specific tweaking where you need to judge visually if a compressed version is acceptable can be done in different tools.

kingpinzs commented 1 year ago

@Kilian Webp makes a copy of the image and renames it as such so you can check the losslessly and the webp version and see if they are different noticeably and which is smaller because webp does not always make a smaller file.