Search found 2 matches
- 2018-07-04T00:04:13-07:00
- Forum: Users
- Topic: Decreased performance on sustained load for PNG images.
- Replies: 3
- Views: 1857
Re: Decreased performance on sustained load for PNG images.
On light load, the images are getting served fine. Even if the size of resultant PNG is <= 100x100 the response time is good. But when dealing with bigger PNGs, the ReadImageBlob and WriteImage functions from the GoImagick library take more and more time on subsequent calls, they are bindings to ...
- 2018-07-01T22:20:41-07:00
- Forum: Users
- Topic: Decreased performance on sustained load for PNG images.
- Replies: 3
- Views: 1857
Decreased performance on sustained load for PNG images.
Hi there, I'm trying to build an HTTP based image processing service in Golang which will manipulate images on the fly based on query parameters in the URL of an image which is stored in an S3 bucket. ex: image.jpg?w=100&h=100 I'm using Imagick( https://github.com/gographics/imagick ) which provides ...