Graechan wrote:
I tried running the expression in gimp, and maybe creating an animation there, but all I got was this error when refreshing
[align=center]Error: (C:\GIMP-PC_Lab-2.8.2-32bits\pref_1\scripts\test scripts\image.scm : 70) Error reading string
Very weird error message, weird for the reference to "image.scm" ... sure a file with that name and extension inside MM may cause a error
Quote:
Maybe the Mathmap user group could help
Mathmap Google group or [url=http://www.flickr.com/groups/mathmap/]Mathmap Flickr group
The second is not more active the google group has no much activity but is still alive
In this case you may try to ask also on the "Panini" google group, because the author of the filter is the same of Panini:
That filter was 1 of several more or less experimental filters done to recreate a peculiar and very interesting type of mapping , the name derive from a Italian Painter that was using it very often
I believe that was one of the first version, then was more polished and improved and finally the author decided to create its own program that allow not only the Panini mapping but also many other types
So i am not sure how much may be interested now to correct a old and primitive version, also as MM script there are more advanced version (all with "panini" in the name )
As for the animation MM allow easily 1 type of animation ... basically apply a recursive curve , the limit is that this type of animation doesn't give much control to the user but is that easy to implement
... easy as include/add a "t" variable in the code
(2 examples Distort/Pond and Distort/Enhanced Pond )
Then is also possible another type of animation that allow to chose the values for the first and for the last frame and the other values will be interpolated:
This give much more control but is harder to write and also the interface of similar filters looks awful complex because all the commands need to be doubled ...so if a not animated filters has as example 8 sliders a version "animated" with this method will need 16 sliders
More while is clear how to get a preview for the "first frame" to get a preview for the "last frame" is needed a not too intuitive (and time wasting ) trick
(a example is Animation/Animated sphere )