Home | History | Annotate | Download | only in coders

Lines Matching refs:pixel

74 #include "MagickCore/pixel-accessor.h"
1170 "12-bit JPEG not supported. Reducing pixel data to 8 bits","`%s'",
1323 Convert JPEG pixels to pixel packets.
1390 pixel;
1392 pixel=(ssize_t) (scale*GETJSAMPLE(*p));
1393 index=(Quantum) ConstrainColormapIndex(image,pixel,exception);