ENH: add webp support to IPython.display.Image and complete identification of JPEG,PNG,GIF,WEBP image types by initial bytes by westurner · Pull Request #14526 · ipython/ipython · GitHub
Skip to content

ENH: add webp support to IPython.display.Image and complete identification of JPEG,PNG,GIF,WEBP image types by initial bytes#14526

Merged
Carreau merged 7 commits into
ipython:mainfrom
westurner:feature/webp_Image_support
Oct 25, 2024
Merged

ENH: add webp support to IPython.display.Image and complete identification of JPEG,PNG,GIF,WEBP image types by initial bytes#14526
Carreau merged 7 commits into
ipython:mainfrom
westurner:feature/webp_Image_support

Conversation

@westurner

Copy link
Copy Markdown
Contributor
  • So that Image('./example.webp') does not raise a "Cannot embed the 'webp' image format" error.
  • So that matplotlib animations saved as .webp images work (e.g. when ffmpeg+h264 isn't working).

@westurner

westurner commented Sep 30, 2024

Copy link
Copy Markdown
Contributor Author

@Carreau

Carreau commented Oct 1, 2024

Copy link
Copy Markdown
Member

Thanks, I think that make sens, I'll have a longer look later. I might do a release before reviewing this (I'm a bit late on last month release).

@westurner

westurner commented Oct 10, 2024

Copy link
Copy Markdown
Contributor Author

Darker reformatted the __ALL__ list.

@Carreau Carreau force-pushed the feature/webp_Image_support branch from 38e961e to cc59370 Compare October 25, 2024 07:59
@Carreau Carreau added this to the 8.29 milestone Oct 25, 2024
@Carreau Carreau merged commit d7d58a3 into ipython:main Oct 25, 2024
@Carreau

Carreau commented Oct 25, 2024

Copy link
Copy Markdown
Member

Thanks @westurner

@westurner

westurner commented Oct 25, 2024 via email

Copy link
Copy Markdown
Contributor Author

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