How can I use a 8BF filter into a program?
Is there no lib you can use?
John
I don't think. It is easy to find *.8bf but it's for setting them into photoshop, Gimp...
I downloaded Gimp's source but I don't find where it does this.
I have posted the same qustion on MASM32 forum, and I am waiting for answers.
Looks like you have a difficult quest!
John
The word is not strong enougth
.8bf are executable filters for photoshop. There is an application, FilterFactory, that permits to create custom filters.
Thanks to this free tool there has been a proliferation of free filters in the .8bf format.
Gimp can use them directly using a pluging named UserFilter (https://sourceforge.net/projects/gimpuserfilter/files/gimpuserfilter/gimp-plugin-userfilter-0.9.7/). Download this code to have info on how to load .8bf filters.
Thank You. With this forum, on that subject, I advance...
Thanks everybody ;D