How do I sample pixel color 1x1 from an image? need old-school ImageMagick
I have this in my PHP. Not sure what what im doing wrong here
$test = exec("magick https://drunkrobots.net/dr_img/3.png -format %[hex:p{0,0}] info:");
How do I sample pixel color 1x1 from an image? need old-school ImageMagick
I have this in my PHP. Not sure what what im doing wrong here
$test = exec("magick https://drunkrobots.net/dr_img/3.png -format %[hex:p{0,0}] info:");