imagor
imagor copied to clipboard
Fast, secure image processing server and Go library, using libvips
This PR refers to: https://github.com/cshum/imagor/issues/397 The current behaviour of the watermark filter does not allow the watermark image to upscale. So, when the percentage is set, it does not necessarily...
The imagor service has been crashing periodically with the following error message: ``` panic: runtime error: invalid memory address or nil pointer dereference runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x64 golang.org/x/sync/singleflight.newPanicError({0xe45820?, 0x1a42860}) /go/pkg/mod/golang.org/x/[email protected]/singleflight/singleflight.go:35 +0x28...
Hey there, I noticed that these two lines of the watermark filter have been using SizeDown. https://github.com/cshum/imagor/blob/v1.4.7/vips/filter.go#L51 https://github.com/cshum/imagor/blob/v1.4.7/vips/filter.go#L57 Is there any specific reason to use it instead SizeBoth? At least...
Hello. First of all, thank you for all the work that you have put into imagor. It's amazing. Currently, imagor supports `IMAGOR_BASE_PARAMS` for setting base params like `filters:quality(60)` for all...
When I am trying to get object from S3 like /unsafe/Udlejemægleren.jpg I got error even that I have `S3_SAFE_CHARS=æ ` {"message":"Get \"https://Udlejem%C3%A6gleren.jpg\": dial tcp: lookup 546a3193-8448-4e58-862c-0afc95ab39d4 on 10.0.0.2:53: no such...
The [Normalize](https://github.com/cshum/imagor/blob/master/imagorpath/normalize.go#L123-L131) function is significantly more strict than the guidelines outlined in [Google Cloud Storage](https://cloud.google.com/storage/docs/objects#naming). I tried to use `-gcloud-safe-chars` but was unable to include unicode characters (and also don't...
Is there anyway to change loglevel for the default warn level?
Sorry for my incompetence, but why is POSTing explicitly forbidden? For me it'd be way easier to POST the image to be transformed.
[ThumbHash](https://evanw.github.io/thumbhash/) is a a very compact representation of an image placeholder, it would be great to add it support to the meta API. :)
/unsafe/600x600/smart/filters:label(春节,center,center,60,ff0000,50)/ /unsafe/600x600/smart/filters:label(%E6%98%A5%E8%8A%82,center,center,60,ff0000,50)/ i got the wrong result