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

Use jpeg source files as fallback rather than converting to png #9010

Merged
merged 6 commits into from
Nov 8, 2023

Commits on Nov 6, 2023

  1. Use jpeg source files as fallback rather than converting to png

    If JPEG is the source for an image, it is likely that was the intention of the creator of the image - PNGs are more effective at compressing simple shapes with lossless quality, while JPEGs are more effective at providing high-noise images like photographs in an effective file size. (https://web.dev/articles/choose-the-right-image-format#features_of_different_raster_image_formats)
    jasikpark authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    624be4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c91e9 View commit details
    Browse the repository at this point in the history
  3. Add a changeset file

    jasikpark authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    26e7364 View commit details
    Browse the repository at this point in the history
  4. Update .changeset/quiet-games-film.md

    Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
    jasikpark and Princesseuh authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    dbdb7aa View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    ad65351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbcc04d View commit details
    Browse the repository at this point in the history