bimg icon indicating copy to clipboard operation
bimg copied to clipboard

Go package for fast high-level image processing powered by libvips C library

Results 147 bimg issues
Sort by recently updated
recently updated
newest added

We have tested bimg/libvips with primary function as image resizer (reducer) from something large to something small. After testing, we have concluded that the WEBP shrinkOnLoad logic in the Resizer...

Hi, I installed libvips from the source. I can normally type command vips in the terminal. Also, i installed libjpeg and libpng (i want processing only png and jpeg files)...

This is no issue, just information for users who want to use this package in a project while developing in a windows environment: - Install Linux Subsystem (Ubuntu) - **You...

**UPDATE 2018**: we're still looking for maintainers.

help wanted

# Introduction There are several different approaches to building the two projects [bimg](https://github.com/h2non/bimg) and [imaginary](https://github.com/h2non/imaginary). I'd like to bring these two project more in sync and produce a consistent building...

enhancement

Image.Resize returns a new buffer, which leads me to expect that it doesn't mutate the Image. But it does. I'm testing with this image: ![file](https://user-images.githubusercontent.com/16864184/77839155-5112ec00-7148-11ea-84b5-d120ba721b76.jpg) With the following code, the...

Hi Vipers, I just do and finished some Benchmark Performance Test between Vips (this lib) and GMagick (https://github.com/gographics/gmagick). What I do is just doing resize of several image (around 100...

This maybe be something I am missing in the documentation of bimg or libvips but is there any particular reason for there to be a "MaxSize" Constant? The images I...

Hi, We are using bimg.NewImage function to create new image from base64 encoding image. It was working fine for all types of images but we are getting segmentation fault when...