Go Resizing Images

前端 未结 3 1217
南笙
南笙 2021-01-30 14:23

I am using the Go resize package here: https://github.com/nfnt/resize

  1. I am pulling an Image from S3, as such:

    image_data, err := mybucket.Get(ke         
    
    
            
3条回答
  •  半阙折子戏
    2021-01-30 15:10

    You could use bimg, which is powered by libvips (a fast image processing library written in C).

    If you are looking for a image resizing solution as a service, take a look to imaginary

提交回复
热议问题