0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Bitdeli Badge More... over 7 years ago
Merge pull request #10 from datr/master More... over 8 years ago
Create the temporary file in $TMPDIR. More... over 8 years ago
Fix #8, solve an issue created by errexit when a binary is missing. Switch over to using -z vs $? More... almost 10 years ago
Add a Bitdeli badge to README More... over 10 years ago
Merge pull request #7 from bitdeli-chef/master More... over 10 years ago
Rename readme More... over 10 years ago
Update the static pngout we ship More... over 10 years ago
Fix readme More... over 10 years ago
Formatting fixes More... over 10 years ago
Fixes #6, this adds back in bsd/os x support. More... over 10 years ago
Move to standard if format with then on next line, use {} for all vars, cat over top of orig file to preserve permissions rather then chmod/chown. More... over 10 years ago
Move to using a ${@} arg loop More... over 10 years ago
Cat over top of existing jpeg file to preserve permissions More... over 10 years ago
be safe. Exit on error, fail correctly with pipes and exit on using a unset var More... over 10 years ago
Merge pull request #5 from xavery/master More... over 10 years ago
Code cleanup for Bash, fix handling of whitespace chars in filenames. More... over 10 years ago
Fixes #4, this reduces the number of trials very aggressively for optipng, limiting it to only attempt trials that are likely to be the best More... almost 11 years ago
Fixes #2, this fixes the stat format for BSD versions. More... about 11 years ago
Merge branch 'master' of https://github.com/kormoc/imgopt More... about 11 years ago
Fixes #3, this checks to see if we are being run interactively, and if so, output what we are doing More... about 11 years ago
Merge pull request #1 from redacom/patch-1 More... over 11 years ago
Preserve original file permissions and owners More... over 11 years ago
Make imgopt executable More... over 11 years ago
Add in the third party code useful for imgopt More... almost 12 years ago
Readme update More... almost 12 years ago
1. I added a sanity check for the binaries in $PATH. 2. I changed the two finds to a single find with a -o operator so it only runs once but acts like both. This improved startup time on a large directory significantly 3. I added and defaulted to using the file command to pull the mime type of the file out and to use that. We (sadly and regrettably) have a bunch of jpeg files with a .png extension and this way it still optimizes them. If the file binary is not found or fails, it defaults to the old file extension style. 4. Simple statistic output. Total files processed, total bytes saved and total percent saved More... almost 12 years ago
Upstream 0.1.2 version import More... almost 12 years ago