Postgres, PL/Python and SciPy/NumPy for Processing Images

I recently wrote about building a Django app that stores uploaded image files in bytea format in PostgreSQL. For the second post in this series, we’re now going to take a look at applying a blur filter to the uploaded image using PL/Python. … Read more

Similar