summaryrefslogtreecommitdiff
path: root/graphics/hdr_tools/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/hdr_tools: Fix against ImageMagicks-6.9.13Loïc Bartoletti2025-03-301-6/+6
|
* Unbreak the build: as of recently, <assert.h> header file must be includedAlexey Dokuchaev2020-04-061-0/+18
| | | | | | | | | | | | | | | | | | | before <Magick++.h> because of the following conflict: [...]: error: use of undeclared identifier '__assert'; did you mean 'MagickCore::__assert'? assert( file.colorSpace() == Magick::sRGBColorspace ); ^ /usr/include/assert.h:56:36: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ /usr/include/assert.h:77:6: note: 'MagickCore::__assert' declared here void __assert(const char *, const char *, int, const char *) __dead2; Reported by: pkg-fallout Notes: svn path=/head/; revision=530885
* Fix the build against `math/ldouble' when logl(), expl(), and log2l() areAlexey Dokuchaev2015-08-311-0/+17
| | | | | | | | not available in the base libm by wrapping #include <mathl.h> with extern "C" block. Notes: svn path=/head/; revision=395647
* Add a port of HDR tools, a set of command-line utilities for creating andAlexey Dokuchaev2015-08-301-0/+47
manipulating High Dynamic Range (HDR) images. WWW: http://ttic.uchicago.edu/~cotter/projects/hdr_tools/ Notes: svn path=/head/; revision=395622