Tagged Questions

1
vote
2answers
816 views

Django-imagekit: how to reduce image quality with a preprocessor_spec?

I've created this simple model class, with a Preprocessor to reduce my photos'quality (the photos'extension is .JPG): from django.db import models from imagekit.models import ImageModel from ...