Plug-In: User Filter – use Photoshop filters in the GIMP. Here’s some filters that worked.
If you try to compile the User Filter on Red Hat 8.0 (and maybe other modern distributions of Linux) you’ll probably get an error message in the file uf_file.c
Change line 44 fromfpos_t ofs;
tolong ofs;
The program should compile now if you run make.