#
libvips
Here are 67 public repositories matching this topic...
rafaelsq
commented
Jan 10, 2018
$ docker run --rm -p 9000:9000 h2non/imaginary -enable-url-source
$ curl http://localhost:9000/smartcrop?width=31&height=31&type=webp&url=https://camo.githubusercontent.com/bcb3b2bd343c3c85aaf6094e51c6178bbe239a32/687474703a2f2f7331342e706f7374696d672e6f72672f3874683731613230312f696d6167696e6172795f776f726c642e6a7067
{"message":"Error while processing the image: shrink: parameter vshrinSource code of images.weserv.nl, to be used on your own server(s).
-
Updated
May 3, 2020 - C++
Ruby extension for the libvips image processing library.
-
Updated
May 9, 2020 - Ruby
Storage and image processing server written in Go
go
docker
golang
dockerfile
resize
png
storage
jpeg
s3
image-processing
webp
libvips
resize-images
crop-image
tranform
-
Updated
Feb 5, 2020 - Go
Go Bindings for Vips (a super fast image processor)
-
Updated
Mar 7, 2017 - Go
adieuadieu
commented
Feb 12, 2017
Improve the readme.md documentation before 1.0 release.
- improve configuration section (specifically concerning outputs)
- improve documentation on usage of lib/sharp tarball
- add sample/example configuration files in
~/examplesincluding how to setup with a single bucket, single existing bucket, etc. - add a bit about what IAM permissions are required to deploy with Serv
Lua binding for the libvips image processing library
-
Updated
Jul 8, 2019 - Lua
Image transformation service using libvips, based on Skipper.
-
Updated
Feb 13, 2019 - Go
On-the-fly image resizing using Node.js and libvips. Heroku Ready!
nodejs
cdn
aws-s3
image-proxy
libvips
thumbnailer
sharp-library
resized-images
sharp
image-compression
image-resizer
image-optimization
responsive-design
-
Updated
Jan 16, 2018 - JavaScript
Simple server for On-the-Fly image processing in Go
-
Updated
Mar 30, 2017 - Go
libvips Executable for AWS Lambda
-
Updated
Dec 5, 2019 - Shell
Real-time image processing for your express application.
-
Updated
May 4, 2020 - TypeScript
-
Updated
Sep 30, 2016
AWS Lambda Layer for Ruby Libvips Gem
-
Updated
May 14, 2020 - Dockerfile
Fast HTTP microservice for high-level image processing.
docker
golang
image
jpg
png
microservice
image-processing
crop
gif
webp
libvips
http-server
resize-images
crop-image
12-factor
-
Updated
May 11, 2020 - Go
IIIF Image API 2.1 server in an AWS Serverless Application
-
Updated
Apr 21, 2020 - JavaScript
DeepDream experiment
-
Updated
May 18, 2017 - TypeScript
Image compression and transformation reverse-proxy for Express apps
-
Updated
Mar 22, 2020 - JavaScript
Improve this page
Add a description, image, and links to the libvips topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libvips topic, visit your repo's landing page and select "manage topics."
Hi,
I went through the documentation and couldn't find anything about using imgproxy with a SPA framework like vue. Are there any examples or guides on this?
If I understand correctly imgproxy is ment to be used serverside because of the encryption aspect. Would love to know about any best practices on how to implement it in a SPA scenario.
Thank you