On 8/26/07, Christopher Brown wrote:
Alexandre,
I don't have SVN commit privileges, so Ted Gould has just been uploading the code I've produced for me. The final code, though, has not made it into SVN yet because Ted is away from home for a few days.
Using the final code, on my machine, I tested every effect on Ubuntu and a few on Windows, and they work.
Okay, I'm on revision 15901 and I'll check back when he code s in :)
I took convolve out because I couldn't figure out how it's supposed to be used. The codefiles are still in the source, but they're not loaded into the menu.
From what I remember, In graphics convolution usually blurs or sharpens.
http://docs.gimp.org/en/gimp-tool-convolve.html
- Like convolve, I couldn't figure out what Threshold was supposed to do.
Even using ImageMagick via the command line "convert" I couldn't make sense of it.
http://docs.gimp.org/en/gimp-tool-threshold.html
- Most of the extensions have a min and max value for the numeric
parameters. Do you mean something for the user to read?
Yes, some hint that pops up when a user hovers mouse cursor on spinbox.
- All the effects use the same extension framework, so if this is agreed
on, it will be a matter of minutes to go through the paramcolor.cpp, paramint.cpp, paramfloat.cpp etc. files and add a colon after the parameter labels.
Would be neat :)
Alexandre