Home
last modified time | relevance | path

Searched refs:OPTIMIZE_PROC (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Danimation-optimize.c39 #define OPTIMIZE_PROC "plug-in-animationoptimize" macro
130 gimp_install_procedure (OPTIMIZE_PROC, in MAIN()
183 gimp_plugin_menu_register (OPTIMIZE_PROC, "<Image>/Filters/Animation"); in MAIN()
251 if (strcmp (name, OPTIMIZE_PROC) == 0) in run()