Image statistics in PHP: average column values -
i want calculate average pixel values in each column of image. considering using imagickpixeliterator imagick::getpixeliterator but, if understand correctly, iterates row row.
do think way face problem? know better way?
use image library of choosing resize image 1 pixel high, after read pixels have average column colors. luck!
Comments
Post a Comment