I'm currently maintaining the MathMap plugin for Gimp. I would like to animate the pan slider on Vedutismo as output frames in 1 degree increments. The filter alters the current image. Could it be made into an animation filter? This is the code:
filter panini_FX (image in, float FoV: 1-360 (230.07), float pan: -180-180 (0.0)) # Vedutismo / Panini effect # Bruno Postle December 2008 # input is any 360 cylindrical image maxphi=atan(pi/2); newphi=FoV*pi/360/2; scale=tan(newphi)/tan(maxphi); phi=atan(x*scale*pi/W); yscale=cos(phi)*cos(phi); in(xy:[phi/pi*W+(W*pan/360),y*scale*yscale]) end I would appreciate any help on this. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/c509119d-b797-41bb-9a9e-9034dcbdcf81%40googlegroups.com.
