Switch to side-by-side view

--- a/src/filters/rclimg
+++ b/src/filters/rclimg
@@ -140,7 +140,7 @@
 
 # JFD: replaced the "use" call with a runtime load with error checking,
 # for compat with the missing filter detection code.
-#use Image::ExifTool qw(:Public);
+use Image::ExifTool qw(:Public);
 eval {require Image::ExifTool; Image::ExifTool->import(qw(:Public));}; 
 if ($@) {
 	print "RECFILTERROR HELPERNOTFOUND Perl::Image::ExifTool\n";