PngDimensions
The pixel dimensions read out of a PNG’s IHDR header.
Import:
import type { PngDimensions } from 'obsidian-integration-testing';Signature:
export interface PngDimensionsProperties
| Property | Type | Description |
|---|---|---|
| heightInPixels | number | The image height in pixels. |
| widthInPixels | number | The image width in pixels. |
Links to this page: