Search found 1 match

by infoabout
2014-06-23T06:20:22-07:00
Forum: Users
Topic: Unexpected RGB values
Replies: 1
Views: 1211

Unexpected RGB values

Hi,
I use as test image the following:


$identify test.jpg
test.jpg JPEG 500x500 500x500+0+0 8-bit sRGB 193KB 0.000u 0:00.000


If I take a look to the first pixels I have:

$convert test.jpg txt:-
# ImageMagick pixel enumeration: 500,500,255,srgb
0,0: (66,70,82) #424652 srgb(66,70,82)
1,0: (65 ...