chore(examples): hero image diet - catalog preview shrinks 89%#175
Merged
Conversation
…review -89% engine-hero.png (1672x941, 1.81MB, 24bpp no-alpha) was embedded raw into feature-catalog.pdf, making the committed preview 34x heavier than the rest of the gallery combined. Downscaled to 1400px and recompressed as JPEG q85 (170KB) - still oversampled for the ~520pt display size in both EngineShowcase and the catalog image block. feature-catalog.pdf drops 1813KB -> 194KB; the whole committed gallery goes from 2.3MB to ~0.7MB. References swapped in EngineShowcase and FeatureCatalogExample; the README hero render is unaffected (source still oversamples its raster DPI).
This was referenced Jun 12, 2026
# Conflicts: # assets/readme/examples/feature-catalog.pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
engine-hero.png(1672×941, 1.81 MB, 24bpp — no alpha) was embedded raw intofeature-catalog.pdf, making that one committed preview heavier than the rest of the gallery combined (the next-largest file is 53 KB).EngineShowcaseand the catalog's image block.feature-catalog.pdf: 1 813 KB → 194 KB (−89%); the whole committed gallery drops from 2.3 MB to ~0.7 MB.EngineShowcase,FeatureCatalogExample), old PNG removed. The committed README hero render is untouched — the new source still oversamples its raster DPI, so its pixels would be identical.Verification
Catalog regenerated end-to-end with the JPEG source (PDFBox embeds it natively); examples CI smoke covers the run. No library code touched.