doomspork / artifact

File upload and on-the-fly processing for Elixir
Apache License 2.0
44 stars 2 forks source link

Feature detection ala Thumbor #10

Open aphillipo opened 8 years ago

aphillipo commented 8 years ago

Think about how to do feature detection in images and allow the center or a bounding box to be passed to the next command.

doomspork commented 8 years ago

I've never used Thumbor, I'll have to check it out. Sounds like a solid idea though :+1:

aphillipo commented 8 years ago

Ah thumbor is excellent but it's written in python so dog slow! You need to put a caching reverse proxy in front of it otherwise it'll fall on it's ass immediately. It actually might be easier than writing a caching layer directly to just set headers and stick a http cache in front of it?