[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pfstools/pfstools.desc [COPY] Copyright (C) 2010 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A set of utilities to process high dynamic range images [T] PFSTools is a set of command line (and one GUI) programs for reading, [T] writing, manipulating and viewing high dynamic range (HDR) images and video [T] frames. All programs in the package, exchange data using a simple generic [T] file format (pfs) for HDR data. The concept of PFSTools is similar to netpbm [T] package, for low dynamic range images. PFSTools comes with a library for [T] reading and writing pfs files. The library can be used for writing custom [T] applications that can integrate with the existing pfstools programs. [T] PFSTools also offers a good integration with high level programming language [T] GNU Octave, and can e used as an extension of Octave, for reading and [T] writing HDR images, or simply to store effectively large matrices. [T] Note that pfs is not just another format for storing HDR images (and there [T] are already quite a few of them). It is more an attempt to integrate the [T] existing file formats, by providing a simple data format, that can be used [T] to exchange data between applications. [U] https://www.mpi-inf.mpg.de/resources/pfstools/ [A] Rafal Mantiuk [A] Grzegorz Krawczyk [M] luisbf [C] extra/graphic [F] FPIC CROSS [L] GPL [S] Stable [V] 2.2.0 [P] X -----5---9 800.300 [D] 2b51399a30ede59e0c400f5eb2a2cd3c309cf3cb387fe46984b94251 pfstools-2.2.0.tgz http://dl.sourceforge.net/sourceforge/pfstools/ var_append cmakeopt ' ' -DCMAKE_POLICY_VERSION_MINIMUM=3.5 var_append cmakeopt ' ' -DWITH_ImageMagick=OFF # needs imagemagick < 7 pkginstalled glu && var_append GCC_WRAPPER_APPEND ' ' "$(pkg-config --libs glu)" pkginstalled opencv && var_append GCC_WRAPPER_APPEND ' ' "-I$root$(pkgprefix includedir opencv)/opencv4" pkginstalled qt5base || var_append cmakeopt ' ' -DWITH_QT=OFF