Tagged Questions

3
votes
2answers
2k views

Integrating Photologue

I want to integrate photologue with my Django app and use it to display photos in a vehicle inventory...kinda like what is offered by Boost Motor Group Inc. I've already integrated the app so the ...
1
vote
1answer
276 views

How to iterate over columns of an image?

I want to transform images like this to add an effect to pictures in django as described here. I decided to implement it as a process for the great django-imagekit/photologue My knowledge of PIL ...
0
votes
0answers
169 views

Migrate Django Photologue to ImageKit

I'm moving the media for a website to Amazon S3, and I'm running into errors using django-photologue and django-storages. Most of the solutions I've seen recommend using ImageKit as Photologue's ...