christophlehmann / imageoptimizer

TYPO3 Extension for lossless image optimization with binaries of your choice.
43 stars 22 forks source link

sharp / libvips #17

Closed DanielRuf closed 6 years ago

DanielRuf commented 6 years ago

https://github.com/lovell/sharp uses libvips which is ideal for web, provides progressive options, consumes not much memory, ...

One of both might be interesting to have a fast lowmemory image processing solution for web.

christophlehmann commented 6 years ago

Currently i don't see any performance issues, but faster sounds better and lower memory usage too.

When i see it correctly sharp has no wrapper script or binary to use. Would you like to provide an example implementation with a wrapper script?

DanielRuf commented 6 years ago

Generally sharp can be used with sharp-cli https://github.com/lovell/sharp/blob/master/docs/install.md#cli-tools so I guess the question is already answered.

Did not think so far that we are totally free when it comes to the binary / cli command that is executed.

It's a bit unexpected to be so free and have a solution which has no hard dependencies and does not come bundled with any binaries. A big "thank you" =)