Skip to content

[ImgBot] Optimize images#3

Open
imgbot[bot] wants to merge 1 commit into
mainfrom
imgbot
Open

[ImgBot] Optimize images#3
imgbot[bot] wants to merge 1 commit into
mainfrom
imgbot

Conversation

@imgbot
Copy link
Copy Markdown

@imgbot imgbot Bot commented Mar 29, 2026

Beep boop. Your images are optimized!

Your image file size has been reduced by 13% 🎉

Details
File Before After Percent reduction
/public/images/projects/project-01/p2.png 165.52kb 106.99kb 35.36%
/public/images/projects/project-01/hostel4.png 110.39kb 75.45kb 31.65%
/public/images/projects/project-01/hostel1.png 75.93kb 52.23kb 31.21%
/public/images/projects/project-01/hostel3.png 84.64kb 58.63kb 30.73%
/public/images/projects/project-01/hostel2.png 88.33kb 62.02kb 29.79%
/public/images/projects/project-01/fs.jpg 242.61kb 184.97kb 23.76%
/public/images/gallery/cert11.png 1,662.90kb 1,420.12kb 14.60%
/public/images/gallery/l1.png 173.56kb 149.41kb 13.92%
/public/images/gallery/l2.png 236.91kb 204.47kb 13.69%
/public/images/blogs/c2.jpg 15,473.82kb 13,600.08kb 12.11%
/public/images/projects/project-01/p1.png 508.42kb 450.19kb 11.45%
/public/images/blogs/c1.jpg 298.08kb 264.50kb 11.26%
/public/images/projects/project-01/fs2.jpg 260.79kb 245.12kb 6.01%
/public/images/gallery/cert1.jpg 53.72kb 52.28kb 2.68%
/public/trademarks/wordmark-light.svg 4.59kb 4.57kb 0.30%
/public/trademarks/wordmark-dark.svg 4.59kb 4.57kb 0.30%
Total : 19,444.79kb 16,935.61kb 12.90%

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

~Imgbot - Part of Optimole family

Summary by Sourcery

Enhancements:

  • Compress dark and light wordmark SVG assets to reduce file size without changing visuals.

*Total -- 19,444.79kb -> 16,935.61kb (12.9%)

/public/images/projects/project-01/p2.png -- 165.52kb -> 106.99kb (35.36%)
/public/images/projects/project-01/hostel4.png -- 110.39kb -> 75.45kb (31.65%)
/public/images/projects/project-01/hostel1.png -- 75.93kb -> 52.23kb (31.21%)
/public/images/projects/project-01/hostel3.png -- 84.64kb -> 58.63kb (30.73%)
/public/images/projects/project-01/hostel2.png -- 88.33kb -> 62.02kb (29.79%)
/public/images/projects/project-01/fs.jpg -- 242.61kb -> 184.97kb (23.76%)
/public/images/gallery/cert11.png -- 1,662.90kb -> 1,420.12kb (14.6%)
/public/images/gallery/l1.png -- 173.56kb -> 149.41kb (13.92%)
/public/images/gallery/l2.png -- 236.91kb -> 204.47kb (13.69%)
/public/images/blogs/c2.jpg -- 15,473.82kb -> 13,600.08kb (12.11%)
/public/images/projects/project-01/p1.png -- 508.42kb -> 450.19kb (11.45%)
/public/images/blogs/c1.jpg -- 298.08kb -> 264.50kb (11.26%)
/public/images/projects/project-01/fs2.jpg -- 260.79kb -> 245.12kb (6.01%)
/public/images/gallery/cert1.jpg -- 53.72kb -> 52.28kb (2.68%)
/public/trademarks/wordmark-light.svg -- 4.59kb -> 4.57kb (0.3%)
/public/trademarks/wordmark-dark.svg -- 4.59kb -> 4.57kb (0.3%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portfolio Error Error Mar 29, 2026 7:46pm

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Mar 29, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR runs ImgBot’s automated optimization over several static image assets, recompressing PNG, JPG, and SVG files to reduce file size without changing file paths or how they are referenced in the app.

File-Level Changes

Change Details Files
Recompressed project/gallery/blog image assets to reduce file size while preserving dimensions and filenames.
  • Applied lossy/lossless compression to PNG and JPG assets under public/images, primarily project-01, gallery, and blog images.
  • Reduced total image payload by ~13% with per-file savings up to ~35%.
  • Made no changes to code, markup, or asset paths, so all image references remain valid.
public/images/projects/project-01/p1.png
public/images/projects/project-01/p2.png
public/images/projects/project-01/hostel1.png
public/images/projects/project-01/hostel2.png
public/images/projects/project-01/hostel3.png
public/images/projects/project-01/hostel4.png
public/images/projects/project-01/fs.jpg
public/images/projects/project-01/fs2.jpg
public/images/gallery/cert11.png
public/images/gallery/l1.png
public/images/gallery/l2.png
public/images/gallery/cert1.jpg
public/images/blogs/c1.jpg
public/images/blogs/c2.jpg
Optimized trademark SVG wordmark assets to slightly reduce their size without altering their structure or usage.
  • Rewrote SVG markup for light and dark wordmark variants to a more compact form (whitespace and metadata trimming).
  • Kept exported viewBox, shapes, and IDs intact so rendering and references should be unchanged.
  • Achieved minor file-size reductions (~0.3%) on both SVGs.
public/trademarks/wordmark-light.svg
public/trademarks/wordmark-dark.svg

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant