[magick-users] Brightest Pixel Location
nptlnik
nik at newplacetolive.co.uk
Tue Apr 15 19:28:01 PDT 2008
Hello Fred,
That seems to do the trick regarding Brightest Pixel as I am able to pull
out the intended data to use in quite a few places in the application. I am
currently dumping the pixel values to a file then searching and storing
values from that point.
I am currently using:
convert -type Grayscale -fx "u==1?debug(u):1; u" photo.jpg photo.txt
photo1.jpg
I am now attempting to limit my pixel dump to the center of the image, I
imagine I can do this by giving a rad value and performing the search from
that point.
Cheers
--
View this message in context: http://www.nabble.com/Brightest-Pixel-Location-tp16714370p16715262.html
Sent from the Magick-users mailing list archive at Nabble.com.
More information about the Magick-users
mailing list