Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ size(3T) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

intro(3T)

TIFFOpen(3T)

TIFFReadScanline(3T)

TIFFReadTile(3T)

TIFFWriteScanline(3T)

TIFFWriteTile(3T)



TIFFScanlineSize(3T)     UNIX System V(June 18, 1991)      TIFFScanlineSize(3T)


NAME
      TIFFScanlineSize, TIFFTileSize - return the size (in bytes) of a scanline
      or tile for an open TIFF file

SYNOPSIS
      #include <tiffio.h>
      int TIFFScanlineSize(TIFF* tif)
      int TIFFTileSize(TIFF* tif)

DESCRIPTION
      TIFFScanlineSize() returns the size (in bytes) of a row of data as it
      would be returned in a call to TIFFReadScanline(), or as it would be
      expected in a call to TIFFWriteScanline().

      TIFFTileSize() returns the equivalent size for a tile of data as it would
      be returned in a call to TIFFReadTile() or as it would be expected in a
      call to TIFFWriteTile().

      These sizes are typically used when dynamically allocating I/O buffers.

DIAGNOSTICS
      None.

SEE ALSO
      intro(3T), TIFFOpen(3T), TIFFReadScanline(3T), TIFFReadTile(3T),
      TIFFWriteScanline(3T), TIFFWriteTile(3T)




























10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026