Tom

Results 281 comments of Tom

Thanks for the PR. Please, take a look to my comments.

Nope, not planned to be supported soon, but PRs are welcome.

Will try to take a look this weekend.

Thanks for the report. I understand the pixel flood attack vector is the same as the one described here (there is also an image for reproducibility): https://hackerone.com/reports/842462 Ideally, I believe...

Thanks for the insights @jcupitt! I plan to implement safe image validation at `bimg` level, just for convenience, but in the meantime, you can simply validate the image size before...

Watermark text is already supported in the API. What's the additional benefit of having this feature?

Happy to help merge a PR implementing this!

Happy to merge a PR improving this. I would expect at least two ways of setting the warning verbose behavior: - Via environment variable `BIMG_DEBUG=`, or fallback to `VIPS_WARNING`. -...

You can try using an already rotated transparent PNG image as a watermark. See: - https://godoc.org/github.com/h2non/bimg#Image.WatermarkImage - https://godoc.org/github.com/h2non/bimg#WatermarkImage