molly wrote:
I also looked in Plug-ins. As in my last post, it shows I do have it, BUT WHERE?
Could some one tell me why the standard filmstrip isn't in my script folder but It IS in
GIMP under filters > Combine > filmstrip. I did a search but it just comes up with one in GAP and has a .c ext.
Since you are in Linux:
grep -B4 -A5 strip ~/.gimp-2.8/pluginrc
In the output:
(plug-in-def "/usr/lib/gimp/2.0/plug-ins/film" 1386361952
(proc-def "plug-in-film" 1
"Combine several images on a film strip"
"Compose several images to a roll film"
"Peter Kirchgessner"
"Peter Kirchgessner ([email protected])"
"1997"
"_Filmstrip..."
1
(menu-path "<Image>/Filters/Combine")
(icon stock-id -1 "")
"INDEXED*, GRAY*, RGB*"
12 1
No .py extension in "/usr/lib/gimp/2.0/plug-ins/film" so it's likely a binary. To confirm:
file /usr/lib/gimp/2.0/plug-ins/film
gives:
/usr/lib/gimp/2.0/plug-ins/film: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xb9c548be1ad40e9bc8e58f8395339373e326f5ea, stripped