OS4 DepotLogo by Nickman 
(anonymous IP: 3.128.199.162,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Graphics » libtiff.lha

libtiff

Description: Lib for handling Tag Image File Format (TIFF)
Download: libtiff.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 8Mb
Version: 4.6.0
Date: 20 Mar 2024
Author: libTIFF team
Submitter: Michael Trebilcock
Homepage: https://libtiff.gitlab.io/libtiff/
Requirements: libjpeg libwebp
Category: development/library/graphics
Replaces: development/library/graphics/libtiff.lha
License: Other
Distribute: yes
Min OS Version: 4.1
FileID: 12868
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 42  (Current version)
870  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
libTIFF 4.6.0

---

libtiff is a set of C functions (a library) that support the manipulation of
TIFF image files. The library requires an ANSI C compilation environment for
building and presumes an ANSI C environment for use.

libtiff provides interfaces to image data at several layers of abstraction (and
cost). At the highest level image data can be read into an 8-bit/sample, ABGR
pixel raster format without regard for the underlying data organization,
colorspace, or compression scheme. Below this high-level interface the library
provides scanline-, strip-, and tile-oriented interfaces that return data
decompressed but otherwise untransformed. These interfaces require that the
application first identify the organization of stored data and select either a
strip-based or tile-based API for manipulating data. At the lowest level the
library provides access to the raw uncompressed strips or tiles, returning the
data exactly as it appears in the file.

Copyright © 2004-2024 by Björn Hagström All Rights Reserved