OS4 DepotLogo by Alkaron 
(anonymous IP: 3.14.70.203,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   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: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


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 24
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:  (Current version)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
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 (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment