New criteria required for registering nufraw as a plugin
Natter says
" RAW import plug-ins must now register themselves as such, using gimp_register_file_handler_raw()
Goes in nufraw_main-gimp.c after #if HAVE_GIMP_2_9
gimp_register_file_handler_raw ("file_nufraw_load");
done in v0.42
Needs the test for platform updating from Gimp 2.9 to Gimp 2.10
Log in to post a comment.
New criteria required for registering nufraw as a plugin
Natter says
" RAW import plug-ins must now register themselves as such, using
gimp_register_file_handler_raw()
Goes in nufraw_main-gimp.c after #if HAVE_GIMP_2_9
done in v0.42
Needs the test for platform updating from Gimp 2.9 to Gimp 2.10