I’m having this same warning…
Warning: A non-numeric value encountered in /wp-content/plugins/image-watermark/image-watermark.php on line 904
Couple of things I’ve noticed…
1) It seems to only happen on JPG images, not PNG images
2) It only seems to happen when you have errors being displayed, for example having this in the theme…
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
Would really love to get this resolved as this is easily the best watermarking plugin I’ve found.
Thank you for any help.