Lines Matching refs:pixel
65 #include "MagickCore/pixel-accessor.h"
449 { 0x0011, 0x003b, "FD", "Pixel Scale" },
450 { 0x0011, 0x003c, "FD", "Pixel Offset" },
547 { 0x0018, 0x0095, "DS", "Pixel Bandwidth" },
652 { 0x0018, 0x1240, "IS", "Upper/Lower Pixel Values" },
740 { 0x0018, 0x6020, "SL", "Reference Pixel X0" },
741 { 0x0018, 0x6022, "SL", "Reference Pixel Y0" },
744 { 0x0018, 0x6028, "FD", "Reference Pixel Physical Value X" },
745 { 0x0018, 0x602a, "US", "Reference Pixel Physical Value Y" },
759 { 0x0018, 0x6044, "US", "Pixel Component Organization" },
760 { 0x0018, 0x6046, "UL", "Pixel Component Mask" },
761 { 0x0018, 0x6048, "UL", "Pixel Component Range Start" },
762 { 0x0018, 0x604a, "UL", "Pixel Component Range Stop" },
763 { 0x0018, 0x604c, "US", "Pixel Component Physical Units" },
764 { 0x0018, 0x604e, "US", "Pixel Component Data Type" },
769 { 0x0018, 0x6058, "UL", "Table of Pixel Values" },
1116 { 0x0021, 0x0026, "IS", "Image Pixel Offset" },
1259 { 0x0028, 0x0002, "US", "Samples per Pixel" },
1269 { 0x0028, 0x0030, "DS", "Pixel Spacing" },
1272 { 0x0028, 0x0034, "IS", "Pixel Aspect Ratio" },
1298 { 0x0028, 0x0103, "US", "Pixel Representation" },
1299 { 0x0028, 0x0104, "xs", "Smallest Valid Pixel Value" },
1300 { 0x0028, 0x0105, "xs", "Largest Valid Pixel Value" },
1301 { 0x0028, 0x0106, "xs", "Smallest Image Pixel Value" },
1302 { 0x0028, 0x0107, "xs", "Largest Image Pixel Value" },
1303 { 0x0028, 0x0108, "xs", "Smallest Pixel Value in Series" },
1304 { 0x0028, 0x0109, "xs", "Largest Pixel Value in Series" },
1305 { 0x0028, 0x0110, "xs", "Smallest Pixel Value in Plane" },
1306 { 0x0028, 0x0111, "xs", "Largest Pixel Value in Plane" },
1307 { 0x0028, 0x0120, "xs", "Pixel Padding Value" },
1330 { 0x0028, 0x1040, "CS", "Pixel Intensity Relationship" },
1331 { 0x0028, 0x1041, "SS", "Pixel Intensity Relationship Sign" },
1380 { 0x0028, 0x6114, "FL", "Mask Sub-Pixel Shift" },
1408 { 0x0029, 0x0022, "IS", "Pixel Quality Value" },
1409 { 0x0029, 0x0025, "LT", "Processed Pixel Data Quality" },
1602 { 0x0040, 0x08d8, "SQ", "Pixel Spacing Sequence" },
1687 { 0x0040, 0xa29a, "SL", "Pixel Coordinates Set" },
1715 { 0x0041, 0x0012, "UL", "Pixel Offset" },
1820 { 0x0045, 0x0014, "DS", "Pixel Pitch Microns" },
1821 { 0x0045, 0x0015, "IS", "Pixel Depth Bits" },
1844 { 0x0045, 0x003e, "US", "Vignette Pixel Representation" },
1845 { 0x0045, 0x003f, "OB", "Vignette Pixel Data" },
2134 { 0x3002, 0x0011, "DS", "Image Plane Pixel Spacing" },
2300 { 0x300a, 0x00e9, "DS", "Compensator Pixel Spacing" },
2584 { 0x7fe0, 0x0000, "UL", "Pixel Data Group Length" },
2585 { 0x7fe0, 0x0010, "xs", "Pixel Data" },
2589 { 0x7fe1, 0x0010, "xs", "Pixel Data" },
2590 { 0x7f00, 0x0000, "UL", "Variable Pixel Data Group Length" },
2591 { 0x7f00, 0x0010, "xs", "Variable Pixel Data" },
3213 Samples per pixel.
3308 Pixel representation.
3316 Visible pixel range: center.
3325 Visible pixel range: width.
3678 Compute pixel scaling table.
3806 Convert Planar RGB DCM Medical image to pixel packets.
3869 pixel;
3872 Convert DCM Medical image to pixel packets.
3884 (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
3953 pixel.red=(unsigned int) image->colormap[index].red;
3954 pixel.green=(unsigned int) image->colormap[index].green;
3955 pixel.blue=(unsigned int) image->colormap[index].blue;
3961 pixel.red=(unsigned int) ReadDCMByte(stream_info,image);
3962 pixel.green=(unsigned int) ReadDCMByte(stream_info,image);
3963 pixel.blue=(unsigned int) ReadDCMByte(stream_info,image);
3967 pixel.red=ReadDCMShort(stream_info,image);
3968 pixel.green=ReadDCMShort(stream_info,image);
3969 pixel.blue=ReadDCMShort(stream_info,image);
3971 pixel.red&=mask;
3972 pixel.green&=mask;
3973 pixel.blue&=mask;
3976 if (pixel.red <= GetQuantumRange(depth))
3977 pixel.red=scale[pixel.red];
3978 if (pixel.green <= GetQuantumRange(depth))
3979 pixel.green=scale[pixel.green];
3980 if (pixel.blue <= GetQuantumRange(depth))
3981 pixel.blue=scale[pixel.blue];
3984 SetPixelRed(image,(Quantum) pixel.red,q);
3985 SetPixelGreen(image,(Quantum) pixel.green,q);
3986 SetPixelBlue(image,(Quantum) pixel.blue,q);
4068 pixel.red=(unsigned int) image->colormap[index].red;
4069 pixel.green=(unsigned int) image->colormap[index].green;
4070 pixel.blue=(unsigned int) image->colormap[index].blue;
4076 pixel.red=(unsigned int) ReadDCMByte(stream_info,image);
4077 pixel.green=(unsigned int) ReadDCMByte(stream_info,image);
4078 pixel.blue=(unsigned int) ReadDCMByte(stream_info,image);
4082 pixel.red=ReadDCMShort(stream_info,image);
4083 pixel.green=ReadDCMShort(stream_info,image);
4084 pixel.blue=ReadDCMShort(stream_info,image);
4086 pixel.red&=mask;
4087 pixel.green&=mask;
4088 pixel.blue&=mask;
4091 pixel.red=scale[pixel.red];
4092 pixel.green=scale[pixel.green];
4093 pixel.blue=scale[pixel.blue];
4097 (((size_t) pixel.red) << 8)),q);
4099 (((size_t) pixel.green) << 8)),q);
4101 (((size_t) pixel.blue) << 8)),q);