davidbyttow / govips

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

I like this library very much. Pyvips have previously been used to process medical sections. I want to process medical slices by calling the vips_dzsave () method, but I find that Govips does not seem to support this method. What do I need to do? #366

Closed zhanghaidi closed 7 months ago

zhanghaidi commented 1 year ago

I like this library very much. Pyvips have previously been used to process medical sections. I want to process medical slices by calling the vips_dzsave () method, but I find that Govips does not seem to support this method. What do I need to do?

tonimelisma commented 1 year ago

Hey,

you'll need to create a pull request to implement a wrapper in govips for the method in question. If you'll go through old issues, you'll find plenty of examples where people have done this.

Do you think this is something you'd be interested in?