lilliput icon indicating copy to clipboard operation
lilliput copied to clipboard

Resize images and animated GIFs in Go

Results 52 lilliput issues
Sort by recently updated
recently updated
newest added

Is there a way to to make lilliput work on centos 6, with libc 2.12 installed? Maybe build it in special way or something like that?

Could someone kindly outline the challenges with supporting windows? Whether it works on windows, but unsupported, or doesnt work and for what reasons? This would be a great help in...

Hi, I'm trying to run the example code on ubuntu 16.04 but getting > illegal instruction (core dumped) error, when trying to install.Do I need to install the c dependencies

The following gist includes the code that runs the concurrent processes that resizes images that ranges from 8mb to 14mb all in jpg format: [https://gist.github.com/MohsenElgendy/5188013d269ccf9ffacf6902805efd8f](url) Steps the program do: 1)...

I've compiled the `examples/main.go` on both a MacBook Pro (Early 2015 i5) and CentOS (Amazon t2.large) and the OSX build is _much_ faster Mac ``` time ./main-osx --input=tlou2ps4pro1.jpg --output=test123.webp 10:40:01...

Currently, there is no flexibility in the way Image fit is done. The decoded image is centred around the middle of the original image by default. This PR implements 4...

I occasionally get this error message `libpng error: IDAT: unknown compression method` in my logs, followed by this error returned by `Transform` `failed to decode image` ... This is after...

When I `Transform` a jpeg (resize to a thumbnail) sometimes (5% or so of the time) the resulting image is a mostly grey output image ... often entirely grey. 95%...

Build is failing on macOS Mojave 10.14 ``` # github.com/discordapp/lilliput ld: file too small (length=10) file '/Users/sherifabdlnaby/go/pkg/mod/github.com/discordapp/[email protected]/deps/osx/lib/libpng.a' for architecture x86_64 clang: error: unable to execute command: Segmentation fault: 11 clang:...

As a user of this project, I'd like to be able to align my resized image to a specified direction relative to the original image. This is handled in #35.