Rogier Lommers

Results 29 comments of Rogier Lommers

Loving it as well! Unfortunately ctop has been a default package in ubuntu 20.04 LTS. See this: https://github.com/bcicen/ctop/issues/193

For example, you can now do the following: `docker run --name url2img -p 55888:55888 rogierlommers/url2img` And you have a working daemon listening on port 55888.

Ok, you can also add my (public) docker repository if you like: https://hub.docker.com/r/rogierlommers/url2img/ This way people don't have to build their own local container, but simply can do `docker run...

We have implemented a queuing system, dedicated for the Guetzli step. Images in our asset flow are processed as normal, through synchronous calls. Then, as the final step (when the...

I also found that sometimes Guetzli is unable to run on a file which is created by itself :). To be more specific: https://github.com/google/guetzli/issues/196

Please see attached (small) image. As you can see in the attached output, Guetzli is able to do it's magic on the source file. But then Guetzli is not able...

IDENTIFY OUTPUT FROM ORIGINAL ``` Format: JPEG (Joint Photographic Experts Group JFIF format) Mime type: image/jpeg Class: DirectClass Geometry: 36x60+0+0 Resolution: 72x72 Print size: 0.5x0.833333 Units: Undefined Type: TrueColor Endianess:...

When can we expect these changes to be released?

A nice parsable JSON output would be great....