2013-05-06 16:47:48 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Prefer <memory> over <tr1/memory> for C++11 and libc++.
|
2013-04-21 16:12:23 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.2. openjpeg (jpeg2000) support not enabled because
cmake refuses to find it.
As a feature release, it comes with a lot of new goodies:
profiled denoising: adapt to the properties of your camera's sensor (72 \
cameras already profiled for you).
lightroom import: convert some basic edits from your lightroom collection to \
darktable operations.
multi instance support: duplicate your modules and apply them more than one \
time with different settings.
improved usability for distorting modules (streamline spot removal in the \
presence of crop/rotate for example).
selective copy/paste of image processing.
new more intuitive keystone correction tool.
jpeg2000 support.
graphics magick import (support virtually all input image formats).
much faster thumbnail loading (if you can live with crappy embedded thumbnails).
incredibly lengthy list of small bug fixes, performance enhancements, and \
usability improvements.
new camera support (decode and color matrices).
dithering against banding.
sharper thumbnails in lighttable mode.
new oauth2 based picasa uploader.
updated translations.
and a thoroughly overhauled user manual, proof read by natives (thanks heaps \
guys!).
|
2013-03-15 20:14:05 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 1.1.3
changes:
-bugfixes
-improved camera support
|
2013-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885) |
Log message:
Recursive bump for png-1.6.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2013-01-26 22:39:22 by Adam Ciarcinski | Files touched by this commit (1280) |
Log message:
Revbump after graphics/jpeg and textproc/icu
|
2013-01-20 19:34:18 by Jonathan A. Kollasch | Files touched by this commit (3) | |
Log message:
Update darktable to 1.1.2:
Changelog:
Fix export resolution rounding issue (as in previous version it could be \
off-by-one)
Correctly set output dimension in exif instead of passing the raw resolution \
verbatim
Local average green eq. was fixed (it now works on high ISO images as well, \
and should no longer produce hot pixels)
Use ordered arrays in XMP files
Disable export parallelism for flickr/picasa export
Don't enter tethering mode when there is no camera attached (this made \
darktable look as if it was hung, even though that wasn't the case)
Bring back the pin for map thumbnails
Improved TIFF support
Vignetting now has a dithering option (to mitigate occasional banding)
Read Nikon subject distance properly
Assorted FreeBSD fixes
Various OpenCL fixes
Usermanual updates
Support for the following camera's with either preliminarily added or updated:
Canon EOS 6D
Canon PowerShot s110
Canon PowerShot g15
Canon PowerShot sx50 hs
Nikon 1 v2
Nikon D600
Nikon Coolpix P7700
Olympus E Pl5
Olympus E PM2
Olympus XZ 2
Panasonic DMC GH3
Panasonic DMC LX7
Pentax K5ii
Samsung EX2f
Sony RX1
Sony NEX 6
Sony SLT A99
Sony NEX c3 blackpoint/greenshift fix
White balance preset updates:
Canon EOS 550D
Canon EOS 5D Mark III
Olympus XZ 1
Sony NEX C3
Sony SLT A57
Sony nex 5N
Panasonic DMC GH3
|
2012-12-14 20:49:42 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
update to 1.1.1
changes:
-bugfixes
-support for SONY NEX 5R, Canon EOS 6D, Sony RX1
+minor pkgsrc related cleanup:
-apparently, something improved in the msgfmt warpper, all i18n
files can be built for me
-remove unnecessary patches
|
2012-12-08 01:15:26 by Jonathan A. Kollasch | Files touched by this commit (14) | |
Log message:
update darktable to 1.1
upstream release notes:
general
new camera support, new whitebalance presets, etc., including
canon eos m support and samsung nx fix
similarity matching search for images that look alike.
geotagging, complete with map view (thanks to dinamic for starting that ages \
ago and to houz for actually bringing it home):
http://www.darktable.org/2012/09/geotagging-in-darktable/
mac os package: \
http://www.darktable.org/2012/08/bringing-current-darktable-to-os-x/
a lot of bugfixes (mainly thanks to ulrich for his meticulous work)
facebook exporter (for those who have an account there)
ui
reworked the much hated `more plugins' widget (thanks to boucman)
image grouping: http://www.darktable.org/2012/09/grouping/
command line interface! \
http://www.darktable.org/2012/07/exporting-images-on-the-command-line/
tone and base curves got a new user interface to better support fine grained \
workflow as in: \
http://www.darktable.org/2012/02/mastering-color-with-lab-tone-curves/
visually low-profile controls with finetuning: \
http://www.darktable.org/2012/03/bauhaus-widgets/
color correction module (http://www.darktable.org/2012/03/color-correction/) \
got a GUI update since the blog post (two circles indicating shadows and \
highlights instead of the quad).
live view for tethered shooting! http://www.darktable.org/2012/05/live-view/
darkroom
extensive use of edge-aware filtering techniques to suppress noise, halos \
and ringing all around darktable: \
http://www.darktable.org/2012/09/edge-aware-image-development/
conditional blending, and a lot of goodies around it! \
http://www.darktable.org/2012/07/some-enhancements-to-conditional-blending/
magenta highlights: \
http://www.darktable.org/2012/07/magenta-highlights/improved on high-contrast \
edges to overexposed areas (should get rid of purple highlights on tiny water \
waves and purple fringes around tree leaves for example)
much improved sharpness for both export and darkroom view, especially for \
downsampled images and if you use lens corrections or rotations/perspective \
corrections. check the new options in the preferences dialog, also one more than \
mentioned in the blog ("demosaicing for zoomed out darkroom mode" to \
trade performance for even more sharpness): \
http://www.darktable.org/2012/06/upcoming-features-new-interpolation-modes-and-better-resize/
color management
improved per-screen color management (should reload the screen profile \
automatically)
more compatible embedded color profiles (should fix problems on windows \
viewing our images, if that matters)
read embedded color profiles from jpg
opencl
most of our modules now can take advantage of your computer's gpu power
caching for compiled opencl kernels (even in case the driver doesn't do it) \
for faster startup times
usermanual
find a pdf snapshot here: \
https://sourceforge.net/projects/darktable/files/darktable/1.1/darktable-usermanual.pdf/download
is reasonably up to date again
not translated so far
translations
two new translations (both portuguese.. ;) )
well translated: cs de es fr it ja nl pl pt_BR pt_PT sv
half translated: ca fi gl ro ru sq th zh_CN
|
2012-10-09 01:02:41 by Adam Ciarcinski | Files touched by this commit (1250) |
Log message:
Revbump after updating graphics/pango
|