Imgbot

An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. help@imgbot.net

Github stars Tracking Chart

ImgBot

ImgBot crawls all your image files in GitHub and submits pull requests after applying a lossless compression.
This will make the file size go down, but leave the dimensions and quality just as good.

screenshot

Configuration

ImgBot supports optional configuration through a .imgbotconfig json file.
This is not a required step to using ImgBot and is only for more advanced scenarios.
This file should be placed in the root of the repository and set to your liking.

{
    "schedule": "daily", // daily, weekly, monthly
    "ignoredFiles": [
    	"*.jpg",                   // by extension
    	"image1.png",              // by filename
    	"public/special_images/*", // by folderpath
    ],
    "aggressiveCompression": "true", // true, false
    "compressWiki": "true" // true, false
}

The following are the currently supported parameters.
If there are any configuration settings you would like to see supported,
please feel free to open an issue here in the repo or shoot an email over
to help@imgbot.net

schedule

  • optional
  • Accepts: daily, weekly, monthly
  • Limits the PRs from ImgBot to once a day, once a week, or once a month respectively
  • The default behavior is to receive ImgBot PRs as images require optimization

ignoredFiles

  • optional
  • Accepts the syntax for searchPattern on Directory.EnumerateFiles()
  • Limits the images optimized by ImgBot by esentially ignoring them
  • When ignoring by filename no path is necessary, when ignoring by foldername full path from root is necessary

aggressiveCompression

  • optional
  • Accepts: true, false
  • Opt in to use lossy compression algorithms
  • The default behavior without this setting is lossless compression

compressWiki

  • optional
  • Accepts: true, false
  • Opt in to also compress wiki repo
    • Example: https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.wiki.git
  • The default behavior is opt out

Find out more: https://imgbot.net/docs

Contributing

All the code for ImgBot is available on GitHub. We will gladly accept contributions for the service, the website, and the documentation. This is where you can find out how to get set up to run locally as well as detailed information on exactly how ImgBot works.

https://imgbot.net/docs#contributing

Main metrics

Overview
Name With Ownerimgbot/Imgbot
Primary LanguageC#
Program languageC# (Language Count: 6)
Platform
License:MIT License
所有者活动
Created At2017-08-24 15:31:50
Pushed At2025-01-28 13:17:09
Last Commit At2022-11-11 16:46:44
Release Count27
Last Release Name2.0.3 (Posted on )
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count1.3k
Watchers Count41
Fork Count279
Commits Count1k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count456
Pull Requests Open Count11
Pull Requests Close Count664
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private