Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:resolution

1559           resolution;
1565 Resolution.
1567 p=ReadResourceLong(p,&resolution);
1568 image->resolution.x=((double) resolution)/65536.0;
1570 p=ReadResourceLong(p,&resolution)+4;
1571 image->resolution.y=((double) resolution)/65536.0;
1580 image->resolution.x/=2.54;
1581 image->resolution.y/=2.54;
1712 % Currently we only support updating the EXIF resolution and orientation.
1904 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.x*2.54*
1907 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.x*
1911 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.y*2.54*
1914 WriteProfileLong(MSBEndian, (unsigned int) (image->resolution.y*
1965 Set EXIF resolution tag.
2074 (void) WriteProfileLong(endian,(size_t) (image->resolution.x+0.5),p);
2080 (void) WriteProfileLong(endian,(size_t) (image->resolution.y+0.5),p);