1998
Austin Donnelly
Sets the specified image's resolution.
This procedure sets the specified image's resolution in dots per inch. This value is independent of any of the layers in this image. No scaling or resizing is performed.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image |
PF_FLOAT | xresolution | The new image resolution in the x-axis, in dots per inch |
PF_FLOAT | yresolution | The new image resolution in the y-axis, in dots per inch |
None