Index: includes/bynder.formatters.inc
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- includes/bynder.formatters.inc	(revision b8de9a4da4701c75759aeea933045c384d0963e3)
+++ includes/bynder.formatters.inc	(revision )
@@ -194,11 +194,13 @@
  */
 function bynder_custom_resolution_effect(&$image, $data)
 {
-    if (!bynder_custom_resolution($image)) {
+    if (file_uri_scheme($image->source) == 'bynder') {
+      if (!bynder_custom_resolution($image)) {
         watchdog('image',
-            'The image %file could not be colorize because the imagefilter() function is not available in this PHP installation.',
-            array('%file' => $image->source), WATCHDOG_ERROR);
-        return false;
+          'The image %file could not be colorize because the imagefilter() function is not available in this PHP installation.',
+          array('%file' => $image->source), WATCHDOG_ERROR);
+        return FALSE;
+      }
     }
     return true;
 }
