Skip to content
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

[ImgBot] Optimize images #28

Merged
merged 1 commit into from
Mar 13, 2022
Merged

[ImgBot] Optimize images #28

merged 1 commit into from
Mar 13, 2022

Conversation

imgbot[bot]
Copy link

@imgbot imgbot bot commented Mar 13, 2022

Beep boop. Your images are optimized!

Your image file size has been reduced by 8% 🎉

Details
File Before After Percent reduction
/img/MorseFlag.png 55.23kb 50.34kb 8.85%
/img/HeroLogo_1920x1920.png 513.48kb 469.03kb 8.66%
/img/HERO-01.png 75.15kb 74.70kb 0.61%
Total : 643.86kb 594.07kb 7.73%

📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

~Imgbot - Part of Optimole family

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. Kindly read contributiing.md, code_of_conduct.md and styleguide.md. These are boilerplate.

*Total -- 643.86kb -> 594.07kb (7.73%)

/img/MorseFlag.png -- 55.23kb -> 50.34kb (8.85%)
/img/HeroLogo_1920x1920.png -- 513.48kb -> 469.03kb (8.66%)
/img/HERO-01.png -- 75.15kb -> 74.70kb (0.61%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
@zer0Kerbal zer0Kerbal self-assigned this Mar 13, 2022
@zer0Kerbal zer0Kerbal added issue: texture issue type issue: external issue originates from external sources state: approved Approved to proceed. labels Mar 13, 2022
@zer0Kerbal zer0Kerbal added this to the 1.5.99.0-adoption milestone Mar 13, 2022
Copy link
Owner

@zer0Kerbal zer0Kerbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮

@zer0Kerbal zer0Kerbal merged commit 228e7b2 into master Mar 13, 2022
@zer0Kerbal zer0Kerbal deleted the imgbot branch March 13, 2022 06:25
zer0Kerbal added a commit that referenced this pull request Apr 10, 2022
## Version 1.5.99.0-adoption -  `<Peekaboo>` edition

* 12 Mar 2022
* Release for Kerbal Space Program [KSP 1.12.x]

* adopted by zer0Kerbal

### Localization

* Add
  * <Localization> folder
    * <en-us.cfg>
    * [readme.md] v2.0.1.1
    * [quickstart.md] v1.0.1.0

### Code

* Compile
  * .NET 4.7.2
  * C# 10.0
* Update
  * [AdjustableModPanel.csproj]
  * [AdjustableModPanel.sln]
  * [AssemblyInfo.cs]
* Add
  * [Version.tt] 2.0.2.2
  * [InstallChecker] v2.1.0.0
* Localization
  * [AdjustableModPanel.cs]
  * [InstallChecker.cs]
  * used as many Squad strings as possible
    * who knew KSP had three strings for Okay? (Ok, OK, Okay) - maybe it also has (ok)?
    * some strings grew longer - will see if any comments
  * updates #9 - Localization - Master
  * closes #10 - American English <us-en.cfg>
  * closes #27 - Code Localization

### Folder Structure

* Create
  * docs/
    * Code/
    * LegalMumboJumbo/
      * [LegalMumboJumbo] v1.0.4.1
      * [License.md]
      * [FORUM-01.png]
  * [404.md] v1.0.3.0
  * [Attribution.md] v1.0.5.0
  * [Localizations.md] v1.1.4.0
  * [ManualInstallation.md] v1.1.2.0
  * [readme.md] v1.6.6.2
* root/
* _releasenotes
  * [].gitattributes] v2.0.3.0
  * [].gitignore] v2.0.5.0
  * [.imgbotconfig] v2.0.0.0
  * [AdjustableModPanel.version] file
  * [changelog.md]
  * [_buildJSON] v1.3.3.6.4
  * [_buildRelease] v1.1.3.1
  * [_deploy] v1.1.3.4
  * [_gitClean] v1.0.2.0
  * [_pullIssues] v1.1.0.1
  * [_pullReleaseNotes] v1.1.0.1
  * json/[_release] v1.0.3.0
* github/
  * [_settings] v1.0.9.1
    * workflows/
      * [AVC-VersionFileValidator] v1.4.0
      * [createIndexesfromMarkdown] v1.0.2.1
      * [greetings] v1.1.0.2
  * img
    * [HeroLogo_1920x1920.png]
    * [HeroLogo_1920x1920-green.png]

### Status

* Issues
  * closes #2 - add screenshot branch
  * closes #3 - Minimal hint to prevent potential NRE
  * closes #4 - Adjustable Mod Panel 1.5.99.0-adoption `<Peekaboo>` - duplicate
  * closes #28 - [ImgBot] Optimize images - contributed by imgbot[bot]
  * closes #30 - [Bug 🐞]: AMP and TUFX incompatability/NRE
* Project
  * closes #5 - Adjustable Mod Panel 1.5.99.0-adoption `<Peekaboo>` edition
  * closes #6 - 1.5.99.0 Verify Legal Mumbo Jumbo
  * closes #7 - 1.5.99.0 Update Documentation
  * closes #8 - 1.5.99.0 Social Media

---
zer0Kerbal added a commit that referenced this pull request Apr 10, 2022
## Version 1.5.99.0-adoption -  `<Peekaboo>` edition

* 12 Mar 2022  
* Release for Kerbal Space Program [KSP 1.12.x]

* adopted by zer0Kerbal

### Localization

* Add
  * <Localization> folder
    * <en-us.cfg>
    * [readme.md] v2.0.1.1
    * [quickstart.md] v1.0.1.0

### Code

* Compile
  * .NET 4.7.2
  * C# 10.0
* Update
  * [AdjustableModPanel.csproj]
  * [AdjustableModPanel.sln]
  * [AssemblyInfo.cs]
* Add
  * [Version.tt] 2.0.2.2
  * [InstallChecker] v2.1.0.0
* Localization
  * [AdjustableModPanel.cs]
  * [InstallChecker.cs]
  * used as many Squad strings as possible
    * who knew KSP had three strings for Okay? (Ok, OK, Okay) - maybe it also has (ok)?
    * some strings grew longer - will see if any comments
  * updates #9 - Localization - Master
  * closes #10 - American English <us-en.cfg>
  * closes #27 - Code Localization

### Folder Structure

* Create
  * docs/
    * Code/
    * LegalMumboJumbo/
      * [LegalMumboJumbo] v1.0.4.1
      * [License.md]
      * [FORUM-01.png]
  * [404.md] v1.0.3.0
  * [Attribution.md] v1.0.5.0
  * [Localizations.md] v1.1.4.0
  * [ManualInstallation.md] v1.1.2.0
  * [readme.md] v1.6.6.2
* root/
* _releasenotes
  * [].gitattributes] v2.0.3.0
  * [].gitignore] v2.0.5.0
  * [.imgbotconfig] v2.0.0.0
  * [AdjustableModPanel.version] file
  * [changelog.md]
  * [_buildJSON] v1.3.3.6.4
  * [_buildRelease] v1.1.3.1
  * [_deploy] v1.1.3.4
  * [_gitClean] v1.0.2.0
  * [_pullIssues] v1.1.0.1
  * [_pullReleaseNotes] v1.1.0.1
  * json/[_release] v1.0.3.0
* github/
  * [_settings] v1.0.9.1
    * workflows/
      * [AVC-VersionFileValidator] v1.4.0
      * [createIndexesfromMarkdown] v1.0.2.1
      * [greetings] v1.1.0.2
  * img
    * [HeroLogo_1920x1920.png]
    * [HeroLogo_1920x1920-green.png]

### Status

* Issues
  * closes #2 - add screenshot branch
  * closes #3 - Minimal hint to prevent potential NRE
  * closes #4 - Adjustable Mod Panel 1.5.99.0-adoption `<Peekaboo>` - duplicate
  * closes #28 - [ImgBot] Optimize images - contributed by imgbot[bot]
  * closes #30 - [Bug 🐞]: AMP and TUFX incompatability/NRE
* Project
  * closes #5 - Adjustable Mod Panel 1.5.99.0-adoption `<Peekaboo>` edition
  * closes #6 - 1.5.99.0 Verify Legal Mumbo Jumbo
  * closes #7 - 1.5.99.0 Update Documentation
  * closes #8 - 1.5.99.0 Social Media

---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: external issue originates from external sources issue: texture issue type state: approved Approved to proceed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants