1
vote
1answer
148 views
How to interpret trackpad pinch gestures to zoom IKImageBrowserView
I have an IKImageBrowserView that I want to be able to pinch-zoom using a multi-touch trackpad on a recent Mac laptop.
The Cocoa Event Handling Guide, in the section Handling Gesture Events says:
…
1
vote
2answers
70 views
Using thickbox with imagekit
I want to use jQuery Thickbox for displaying my images but so far when I click on a thumbnail all I get is the loading progress bar. I've set up my display as below (maybe this will help)
<div …
1
vote
1answer
90 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
2answers
39 views
Display thumbnails in an object list using Django and django-imagekit
How do I display thumbnails for my item list....also is it possible to display just a specific thumbnail or a random thumbnail? So far I have this in my template:
{% for p in item.images.all %}
…
0
votes
1answer
28 views
How to generate a choicelist from all ImageSpecs
I want to generate a choicelist for all specs that inherit from imagekit.specs.ImageSpec.
The idea is to allow users of the admin interface to select an ImageSpec to add to a picture.
i.e:
class …
0
votes
1answer
54 views
Telling IKImageBrowserView not to schedule preloading
For our rewrite of the open-source iMedia framework project (in use currently by dozens of developers), we are switching to IKImageBrowserView, and having a troubling time with caching.
It appears …
