davidbyttow / govips

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

Migrate image operations from ImageMgaick to govips #371

Closed WeisiminPeng-Simmi closed 8 months ago

WeisiminPeng-Simmi commented 1 year ago

Hi govips team, I am considering migrate some image operations from ImageMagick to govip, could you please help me confirm if below operations support in govips or not? Thanks!

  1. resize
  2. crop
  3. padding
  4. create an image and draw a circle on it (also fill the circle).
  5. add drop shadow
  6. gaussian blur
tonimelisma commented 8 months ago

Hey @WeisiminPeng-Simmi, you can find the govips documentation on godoc. Many libvips functionality is not supported as we haven't created wrapper functions for everything yet, but we're happy to merge PRs.