django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

Create Built-in Placeholder Generator

Open matthewwithanm opened this issue 12 years ago • 4 comments

{% generateimage 'ik:placeholder' width=50 height=100 %}

We should also add a setting that points to an iterable that returns source files (which will be chosen from at random). We'll have to dig up a few free photos to bundle to make this useful from the start.

matthewwithanm avatar Dec 07 '12 01:12 matthewwithanm

This should have a corresponding "placeholder" template tag that uses {% thumbnail %}'s syntax.

matthewwithanm avatar Dec 11 '12 16:12 matthewwithanm

Feels weird to have to bundle images... but I guess there's no way around that.

bryanveloso avatar Dec 11 '12 16:12 bryanveloso

@brianveloso the uniquitous Lena test image may help here -- I do believe It was part of a commit of mine you guys merged last winter. http://en.m.wikipedia.org/wiki/Lenna

fish2000 avatar Jan 09 '13 17:01 fish2000

Hm, I don't think so. For this, I think it's better to get some new, sharp, inoffensive images of beaches and trees and normal stock photo stuff.

matthewwithanm avatar Jan 09 '13 19:01 matthewwithanm