Quote:
what exactly work for you now?
could you post the script and explain what required ( as old libraries, texturizer oe what else) for the script to work properly
so i may do the same in ubuntu and try to adapt for xp or 7
My original request for patchsynth.scm works for me now. I made the changes as saulgoode suggested and it worked in Ubuntu. I do not use Windows for much of anything except work and banking.
No additional libraries were needed for Ubuntu (that I am aware of).
The script is posted on the very first post. You can follow Saulgoode's comments to make the necessary changes. Or if you want, I can email you a copy of the updated script.
I downloaded the script from here:
http://www.logarithmic.net/pfh/textureops (textureops-0.3.tar.gz)
I compiled texturetiler.c and sharpfeather.c using gimptool (both worked after compiling)
patchsymth.scm fix suggestions by Saulgoode:
Try changing the following line:
(while (not (= old '()))
to:
(while (pair? old)
And:
Substitute
(while (pair? point-list)
for
(while (not (= point-list nil))
_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes