imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

Support output size optimization #70

Open jonnor opened 8 years ago

jonnor commented 8 years ago

Currently we just save/serve plain JPEG/PNG as generated by GEGL. We could post-process this in order to optimize the size of the served image. However need to be quite fast in order to be enabled-by-default.

Lots of libraries and tools available for this.

Alternatives:

jonnor commented 8 years ago

On the input side, likely mipmapped processing (#66) of lossless images will be a better solution.

jonnor commented 7 years ago

See imgflo/imgflo#74 and imgflo/imgflo#75 for the imgflo/GEGL details