davidbyttow / govips

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

vips_dzsave () method does not exist #367

Closed zhanghaidi closed 1 year ago

zhanghaidi commented 1 year ago

I need to implement vips_ The dzsave() method generates tiles from medical slices in. Svs format. Pypips provides this method, but I hope to implement it in Govips. Additionally, I personally find it difficult to implement this method, and I hope the community can provide this method

https://www.libvips.org/API/current/VipsForeignSave.html#vips-dzsave

thankyou!