2c2 < // image_bargraph.php --- > // bmp_bargraph.php 17,19d16 < $imgstr=""; < $dbbi=""; < $oldbbi=""; 24c21 < global $bmpfile, $cstring, $dbbi; --- > global $bmpfile, $cstring; 30c27 < $hstr="

Image File Colour Bar Graph - RJM Programming - April, 2015


Image File (http:// or file:// syntax accepted (or a local image file)):
" . $imgstr . "




"; --- > file_put_contents("bmpso" . server_remote_addr() . ".html", "
Bar Graph Coming Soon ...
"); > file_put_contents("bmpso" . server_remote_addr() . ".htm", "
Bar Graph Coming Soon ...
"); > echo "Read image colours into bargraph with progress bar - RJM Programming - April, 2015

Image File Colour Bar Graph - RJM Programming - April, 2015


Image File (http:// or file:// syntax accepted (or neither of these with a local image file)):




"; 325,328d299 < if (eval(($w * $h) - (($x + 0) * $w + ($y + 1))) < 10) { < file_put_contents("bmpso" . server_remote_addr() . ".far", ((($x + 0) * $w + ($y + 1)) / ($w * $h)) . " " . $cstring); < htmlis(); < } 334c305 < echo ""; --- > echo "";