Skip to content

PngDimensions

The pixel dimensions read out of a PNG’s IHDR header.

Import:

import type { PngDimensions } from 'obsidian-integration-testing';

Signature:

export interface PngDimensions

Properties

PropertyTypeDescription
heightInPixelsnumberThe image height in pixels.
widthInPixelsnumberThe image width in pixels.

Links to this page: