docs: fix format count, missing formats, TIFF description, and orphaned sentence#105
Merged
Merged
Conversation
…ed sentence Agent-Logs-Url: https://github.com/cross-org/image/sessions/82db3afd-245a-4890-b8d3-71dca53c36f4 Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Hexagon
April 10, 2026 17:21
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation to reflect the recently added PGM/PBM/QOI formats and corrects a misplaced sentence in the README, improving accuracy and completeness of format-related docs.
Changes:
- Correct supported format count and update the “full pure-JS” format list to include PGM/PBM/QOI.
- Refine the TIFF capability description to match current implementation.
- Add QOI/PGM/PBM format examples and fix an orphaned README sentence fragment by moving it back into the intended note.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Moves the runtime-decoder fallback sentence back into the JPEG tolerant decoding note (but currently drops the CMYK section header). |
| docs/src/index.md | Updates supported format count/list and corrects the TIFF description. |
| docs/src/examples/decoding-encoding.md | Adds QOI/PGM/PBM encoding examples alongside existing format examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Member
|
@copilot have a look at the ci failures |
Agent-Logs-Url: https://github.com/cross-org/image/sessions/6c6c0b24-7a1d-4e64-bbfd-da6dfb23c777 Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Contributor
Author
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.
docs/src/index.md: format count (15 → 18), missing PGM/PBM/QOI in pure-JS list, inaccurate TIFF descriptionREADME.md: repair split/orphaned sentence in JPEG Tolerant Decoding sectiondocs/src/examples/decoding-encoding.md: add missing QOI, PGM, PBM examplesREADME.md: restore missing blank line after## CMYK Color Space Supportheading (fixes deno fmt CI failure)