ImageInfo

General

ImageInfo és una classe en FOSS per Python.

Dades de imatge raster decodificades.

Propietats: bits_per_component, color_space, height, pixels, width.

Propietats

NomTipus de productesAccésDescripció
widthintLlegir/EscriureObté o fixa la largura.
heightintLlegir/EscriureObté o fixa l’altura.
bits_per_componentintLlegir/EscriureObté o fixa els bits per component.
color_spacestrLlegir/EscriureObté o fixa l’espai de color.
pixelsbytesLlegir/EscriureObté o fixa els píxels.

Vegeu també

 Català