Re: [matplotlib-devel] Image transforms

2012-02-10 Thread Benjamin Root
On Fri, Feb 10, 2012 at 11:53 AM, Phil Elson wrote: > In much the same way Basemap can take an image in a Plate Carree map > projection (e.g. blue marble) and transform it onto another projection > in a non-affine way, I would like to be able to apply a non-affine > transformation to an image, onl

[matplotlib-devel] Image transforms

2012-02-10 Thread Phil Elson
In much the same way Basemap can take an image in a Plate Carree map projection (e.g. blue marble) and transform it onto another projection in a non-affine way, I would like to be able to apply a non-affine transformation to an image, only using the proper matplotlib Transform framework. To me, thi