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

Popular posts from this blog

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -