davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.25k stars 196 forks source link

JPEG-XL support #379

Closed devhaozi closed 7 months ago

devhaozi commented 1 year ago

Hi, libvips currently supports JPEG-XL (via libjxl), is there any plan for govips to add it?

link: libvips/libvips#2181

songjiayang commented 1 year ago

Hi @devhaozi I have a fork to support jxl, pr check please https://github.com/imagecodex/govips/pull/7

devhaozi commented 12 months ago

Hi @devhaozi I have a fork to support jxl, pr check please imagecodex#7

Good job, guy! Can you send a PR to this repository?

DundieWinner commented 8 months ago

@songjiayang Great work! can you please submit a PR to the origin project?

songjiayang commented 7 months ago

PR added, code review pls. @DundieWinner