imaginary icon indicating copy to clipboard operation
imaginary copied to clipboard

Can we allow palette param in resize API?

Open vaibsharma opened this issue 3 years ago • 2 comments

I saw that in bimg we have palette expose for pngsave_buffer but from imaginary we are not passing that param from API. Is there plan to fix it? https://github.com/h2non/imaginary/blob/master/options.go#L11

But in bimg we do have a param to allow that palette param https://github.com/h2non/bimg/blob/master/options.go#L228

vaibsharma avatar Jan 19 '22 05:01 vaibsharma

Happy to merge a PR with the feature, it is easy to implement 👍

h2non avatar Jan 21 '22 02:01 h2non

@h2non Done :)

vaibsharma avatar Feb 09 '22 02:02 vaibsharma