Tony's ramblings on Open Source Software, Life and Photography

Working On A Photo Manager

I'm working on a photo manager for Linux with a kinetic scrolling feature in Python. So far so good. The thumbnails are actually being rendered, tilted and reflected by my code. Unfortunately Python can't do perspective transforms, only sheers, so you get a bit of a top-down view.




olli's picture

perspective transformation

I stumbled upon your site...

While you state that python has no perspective image transformation, I think PIL has this ability - but only the documentation about this is missing (see http://osdir.com/ml/python.image/2005-08/msg00003.html):

so you can at least select the transformation method PIL.Image.PERSPECTIVE which is 2.

cheers
olli

tony's picture

I'll take a look and see

I'll take a look and see what I can find! Thanks for the info - everything I've seen online said there was no perspective transform.

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <br> <p>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for preventing automated spam submissions. It is case sensitive.
Image CAPTCHA
Enter the characters shown in the image.