[ImgBot] optimizes images #698
Closed
Conversation
*Total -- 270.38kb -> 203.36kb (24.79%) /assets/img/fedramp-logo-100x60.jpg -- 21.75kb -> 1.66kb (92.37%) /assets/img/fedramp-logo-200x120.jpg -- 24.21kb -> 4.05kb (83.27%) /assets/img/open-gov.png -- 71.57kb -> 62.55kb (12.61%) /assets/img/open-data.png -- 152.85kb -> 135.10kb (11.61%)
@ImgBotApp what imagemagick scripts are you running to reduce these images? |
ImgBot uses the LosslessCompress() routine. Check out the compression code here, https://github.com/dabutvin/ImgBot/blob/master/CompressImagesFunction/CompressImages.cs#L115 and you can read more about how ImgBot works here, https://imgbot.net/docs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Hi! I'm ImgBot. Nice to meet you.
I noticed there were a bunch of images living in your project that weren't totally optimized so I thought I'd make you a PR ;) I use a lossless compression algorithm from ImageMagick so all the images are the same quality and dimensions as before only they take up less space now.
Image processing is tough work, I know, but I never get tired and I never rest - not until all the images on GitHub are totally optimized.
*Total -- 270.38kb -> 203.36kb (24.79%)
/assets/img/fedramp-logo-100x60.jpg -- 21.75kb -> 1.66kb (92.37%)
/assets/img/fedramp-logo-200x120.jpg -- 24.21kb -> 4.05kb (83.27%)
/assets/img/open-gov.png -- 71.57kb -> 62.55kb (12.61%)
/assets/img/open-data.png -- 152.85kb -> 135.10kb (11.61%)