Skip to content

Add JPEG 2000 MIME type constants#17

Merged
markwhitaker merged 2 commits intomainfrom
copilot/implement-mimetype-changes
Mar 18, 2026
Merged

Add JPEG 2000 MIME type constants#17
markwhitaker merged 2 commits intomainfrom
copilot/implement-mimetype-changes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 18, 2026

Ports MimeTypes.NET commit e9ef782 — adds JPEG 2000 image and video MIME type constants.

New constants

  • MimeTypes.Image.Jp2image/jp2
  • MimeTypes.Image.Jpmimage/jpm
  • MimeTypes.Image.Jpximage/jpx
  • MimeTypes.Video.Mj2video/mj2

Usage

import { MimeTypes } from "mimetype-constants";

MimeTypes.Image.Jp2  // "image/jp2"
MimeTypes.Image.Jpm  // "image/jpm"
MimeTypes.Image.Jpx  // "image/jpx"
MimeTypes.Video.Mj2  // "video/mj2"

Copilot AI changed the title [WIP] Update MIME types for better accuracy Add JPEG 2000 MIME type constants Mar 18, 2026
Copilot AI requested a review from markwhitaker March 18, 2026 20:40
@markwhitaker
Copy link
Copy Markdown
Owner

Remove the ad for Copilot from the end of the description

Copy link
Copy Markdown
Owner

@markwhitaker markwhitaker left a comment

Choose a reason for hiding this comment

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

Remove the ad for Copilot from the PR description

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 18, 2026

Remove the ad for Copilot from the end of the description

Done — the Copilot ad has been removed from the PR description.

Remove the ad for Copilot from the PR description

Done — the Copilot ad has been removed from the PR description.

@markwhitaker markwhitaker marked this pull request as ready for review March 18, 2026 20:46
@markwhitaker markwhitaker merged commit f066273 into main Mar 18, 2026
2 checks passed
@markwhitaker markwhitaker deleted the copilot/implement-mimetype-changes branch March 18, 2026 20:52
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.

2 participants