Path to this page:
./
graphics/pfstools,
Tools for manipulating HDR images and video frames
Branch: CURRENT,
Version: 2.2.0nb12,
Package name: pfstools-2.2.0nb12,
Maintainer: pkgsrc-usersA set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
Required to run:[
graphics/dcraw] [
graphics/libexif] [
graphics/netpbm] [
graphics/tiff] [
graphics/openexr] [
math/fftwf] [
math/gsl]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 600.363 KB
Version history: (Expand)
- (2024-11-01) Updated to version: pfstools-2.2.0nb12
- (2024-11-01) Updated to version: pfstools-2.2.0nb11
- (2024-10-19) Updated to version: pfstools-2.2.0nb10
- (2024-05-29) Updated to version: pfstools-2.2.0nb9
- (2024-05-06) Updated to version: pfstools-2.2.0nb8
- (2024-04-06) Updated to version: pfstools-2.2.0nb7
CVS history: (Expand)
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2023-11-15 21:00:42 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: bump for openexr 3.2.1
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-23 23:47:15 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
pfstools: updated to 2.2.0
pfstools 2.2.0 <12.08.2021>
This is mostly a bug-fix release with many fixes allowing to work with newer \
version of libraries. Several compilation issues have been resolved on Ubuntu \
18.04, 20.04 and Cygwin. The HDR merging (pfshdrcalibrate) uses now better, \
noise-optimal weights, which should reduce noise for darker image parts.
* Added: v210 format in pfsinyuv
* Fixed: memleak in pfssize
* Fixed: Fix format-security errors with Octave 5.1 (thanks to Orion Poplawski)
* Added: pfs_automerge
* Fixed: typos in the documentation (thanks to Andreas Metzler)
* Added: simple deghosting in pfshdrcalibrate (-d option)
* Fixed: pfsalign now uses free AKAZE feature detector, avoiding issues with \
missing non-free OpenCV classes
* Fixed: Updated installation instruction for Ubuntu 18.04
* Fixed: Fixed a number of compiler warnings from g++ 7.4.0
* Fixed: Octave interface upgraded to Octave-6 (thanks to Michal)
* Fixed: pfstmo_durand02 - reversed the old fix that made images \
over-saturated. Now 99.5th percentile is mapped to white.
* Removed: pfsinjpeghdr, pfsoutjpeghdr (discontinued)
* Fixed: compilation fails with GCC11/std=c++17, duplicate "clamp" \
definition (thanks to Stefan)
* Added: pfshdrcalibrate now performs exposure merging in a noise-optimal manner
* Added: pfsindcraw now calls libraw's dcraw_emu instead of dcraw if the former \
is available
|