-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
actively maintained version for linux (windows version comming soon) #93
Comments
I now have a working version that runs on windows |
Cool fork! Trimage still runs fine, what are the changes you've made? Do you plan on contributing back to this repository? |
@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. |
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. |
@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. |
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
The text was updated successfully, but these errors were encountered: