Tagged Questions
2
votes
2answers
420 views
How to make custom PhotoEffects in Django Photologue?
I'm creating an image gallery in Django using the Photologue application. There are a number of PhotoEffects that come with it. I'd like to extend these and make my own so that I can do more ...
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
1answer
616 views
Dynamically create and save image with Django and PIL/Django-Photologue
I want to generate a page of html with dynamic content and then save the result as an image as well as display the page to the user. So, user signs up to attend conference and gives their name and ...