Commit graph

22 commits

Author SHA1 Message Date
drochner
0e1038db85 update to 0.17
changes:
-based on DCRaw v 8.99
* Lens distortion corrections using lenfun. This feature is now fully
  implemented and enabled by default.
* Added a despeckling/denoising algorithm to solve issues with images taken
  under very difficult lighting conditions, like deep sea diving.
  It may be useful in other situations too. Patch by Frank van Maarseveen.
* Enabled hot pixel elimination by default.
* Calculate live histogram from working color-space instead of display
  color-space. Calculate live histogram from cropped area only.
  Based on patches by Konrad.
* Added auto-crop option.
* Allow upto 400% zoom.

pkgsrc change: the "lensfun" option is now enabled per default, as done
 upstream

approved by gdt
2010-06-16 15:24:10 +00:00
gdt
6a0f6408df Update to 0.16.
15/10/2009 - UFRaw-0.16 released, based on DCRaw v 8.98.

    * New German translation by Matthias Urlichs and Chris Leick.
    * New Simplified Chinese translation.
    * Added --with-gtk configuration option to make GTK optional.
    * When GTK is used, the GtkImageView library is mandatory.
    * Added lightness adjustmens by hue. Based on patch by Bruce Guenter.
    * Added --color-smoothing command line option.
    * Added --maximize-window command line switch.
    * Configurable frame lines overlay. Patch by Bruce Guenter.
    * OpenMP support for preview redrawing. Patch by Bruce Guenter.
    * OpenMP support for VNG interpolation. Patch by Bruce Guenter.
    * Added rotation control to the transformations page of the
      GUI. Patch by Frank van Maarseveen.
    * Initial implementation of 100% preview. Based on patches by
      Frank van Maarseveen.
    * Added support for hot pixel elimination. It is an experimental
      feature enabled by the configuration switch
      --enable-hotpixels. Based on patch by Frank van Maarseveen.
2009-11-22 14:16:47 +00:00
gdt
804ae7853f 24/12/2008 - UFRaw-0.15 released, based on DCRaw v 8.89.
* Multiprocessing support using OpenMP. Patch by Bruce Guenter.
* Add progress report during the loading of raw files.
* Add JPEG optimization to reduce the file size without effecting image quality.
* Compatibility with the just released Exiv2-0.18.
* Support sRAW1 and sRAW2 formats of the Canon 50D and 5D Mark II.
* Some annoying bugs got squashed.
2009-01-04 01:12:38 +00:00
drochner
a23705a97e update to 0.14.1
changes:
-license now 'GPLv2 or later'
-UI improvements
-Grayscale conversion
-Arbitrary rotation support for ufraw-batch
-Load private resource file $HOME/.ufraw-gtkrc at startup
-Replace the "use matrix" check box with a "Color matrix" profile
-more improvements
-translation updates
-works with gimp-2.6
approved by Greg Troxel
2008-11-26 12:05:38 +00:00
gdt
05e79b4b05 Update to 0.13, fixing build failure on Solaris (caused by non-POSIX
signature of ctime_r) reported in pkg/37272.

12/11/2007 - UFRaw-0.13 released, based on DCRaw v 8.80.

    * Simplified output path logic - output path defaults to the path of the input path.
    * Added 'System profile' option to read display ICC profile from the X display. Based on code from Gimp.
    * Do not read/write display ICC profile from/to ID files.
    * Show camera white balance in EXIF page. Patch by Erik Burrows.
    * Automatically fit histograms to allocated height.
    * Read Canon lens from EXIF data. Patch by Andreas Steinel.
    * Improved PPG interpolation. Patch by Alain Desbiolles.
    * Remember maximized state of window between sessions.
    * Add color smoothing option to all interpolation. Based on patch by alexander melkozerov. AHD+smoothing is exactly the same as the now obsolete EAHD.
    * Added darkframe to GUI (patch by Bruce Guenter).
    * Darkframe subtraction also handles hot pixels (patch by Bruce Guenter).
    * Show spot values only if spot is selected and allow unselecting spot values.
    * Add FITS output. Patch by Andreas Steinel. This option is disabled by default.
    * Progressive JPEG encoding. Patch by Bruce Guenter.
    * Blink over/under exposure in preview. Patch by Bruce Guenter.
    * Enable --output option for stand-alone tool. It forces the output filename to the value specified. It is useful for F-Spot. Patch by Stephane Delcroix.
    * Reimplemented the EXIF page. Patch by Andrew Zabolotny.
    * Display flash mode in EXIF page.
    * Moved shrink/size controls from Save dialog to main window.
    * Added delete button to stand-alone tool.
    * Added 'send to Gimp' option to stand-alone tool.
    * Made the save-as button an icon only, to save space.
    * Added option to save as PNG 8 or 16 bits.
    * Write EXIF data to PNG files. Based on code from DigiKam.
    * Added aspect ratio control. Patch by Andrew Zabolotny.
    * New Spanish translation by Enrique Jorreto Ledesma.
    * New Polish translation by Tomasz Golinski.
    * New Korean translation by Homin Lee.
2007-12-27 23:46:02 +00:00
gdt
d83a5f52b5 Update to 0.12.1.
Nuke options, because that was about choosing between exiv2 and
libexif, and upstream has removed support for libexif.

10/08/2007 - UFRaw-0.12.1 release, based on DCRaw v 8.77.

* Fixed handling of non integer shrink factors.
* Fixed crash when spot selector reached image boundary.
* Some TIFF images were wrongly identified as raw file.

30/07/2007 - UFRaw-0.12 released, based on DCRaw v 8.77.

* Full color management workflow with camera, display and output profiles.
* Added image cropping. Patch contributed by Martin Ling.
* Added rotate/flip support. Patch contributed by Bruce Guenter.
* Added scrolling and panning. Based on the new GtkImageView widget by
  Bjoern Lindqvist.
* Added support for dcraw's wavelet denoising. Code contributed by
  Niels Kristian Bech Jensen.
* Added Patterned Pixel Grouping (PPG) Interpolation. It can be even better
  than other interpolations in some cases and much faster. Patch contributed
  by Alain Desbiolles.
* Added EAHD interpolation. It is an enhancement of the AHD interpolation
  with another phase of color smoothing. The improvement is mostly seen in
  high contrast as it removes color artifacts such as chromatic aberration.
  Patch contributed by Michael Goertz.
* Read raw files compressed with gzip or bzip2. Patch contributed by
  Bruce Guenter.
* Display luminosity value and Adams' zone for spot value. Patch contributed by
  Greg Troxel.
* Added 'max zoom' (only 50% at the moment) and 'zoom to fit' buttons.
* Retain some hue and saturation when clipping pixels. This is only relevant
  when applying positive exposure compensation, and mostly for Canon cameras
  where positive exposure is applied by default.
* Added a Cinepaint plug-in. Thanks to Cinepaint developer Kai-Uwe Behrmann.
* Based the user interface more on icons and less on text.
* Removed dependency on libexif.
* Dozens of smaller fixes.

06/03/2007 - UFRaw-0.11 released, based on DCRaw v 8.62.

* Add option to restore highlights. The restoration can be done either
  in HSV space giving sharp details or in LCH space giving soft natural details.
  This option is relevant when applying negative exposure correction in UFRaw.
* Add option for soft, filmlike clipping of highlights.
  This option is relevant when applying positive exposure correction in UFRaw.
* Give the correct camera exposure by default for Canon DSLRs.
  Until now raw images from these cameras came out under exposed.
* For Windows users, fix conflict with the liblcms-1.dll supplied
  with the Gimp windows instaler.
* Added translation to Danish, Japanese and Portuguese.
2007-08-10 23:10:38 +00:00
gdt
47983098a6 Update to 0.10.
26/10/2006 - UFRaw-0.10 released, based on DCRaw v 8.41.
* Apply luminosity curve and saturation corrections in LCH(ab) space.
* Add the '--embedded-image' option to ufraw-batch for reading the
  embedded preview image in raw files.
* Use the above code in the Gimp plug-in for a much quicker generation
  of the preview thumbnails.
* Add mime types to recognize raw files in the Gnome desktop.
* Add schemas to generate thumbnails for these mime types.
* Modify the desktop entry to associate ufraw with these mime types.
* If 'save ID' is set to 'never again' then .ufrawrc is not written
  after each processed image.
* Add a 'Cancel' button to the 'Options' window.
* Fix compatibility issues with GTK+ 2.10.
* When handling ID files save output image in same directory as ID file.
* If input and output filenames in the ID file have the same path,
  then input filename is searched for in the path of the ID file.
  This allows moving raw and ID files together between folders.
* Add translations to French and Russian.
* Some bug corrections.
2006-11-23 00:31:06 +00:00
gdt
95a29646c3 Update to 0.9.1
11/08/2006 - UFRaw-0.9.1 released, based on DCRaw v8.29.
* Recognize Sony's *.arw file type.
* Redirect exiv2 warnings from the terminal to the log.
* Fix build for some build environments (libjpeg errors).
* Treat Minolta's Alpha and Maxxum models as the Dynax model for WB presets.

03/08/2006 - UFRaw-0.9 released, based on DCRaw v8.28.
* Display EXIF data in user interface.
* Add darkframe subtraction option.
* More conservative highlight unclipping.
* Support filenames in URI format.
* Some bug corrections.
2006-08-14 13:15:15 +00:00
drochner
4d173efe9d update to 0.8.1
changes:
-Preliminary zoom support
-some improvements in algorithms
-support for EXIF data of Canon CRW and Fuji RAF
-White balance presets for more cameras
-bugfixes

pkgsrc changes:
-pull in exiv2 for Canon CRW EXIF support
-use xdg dirs, use c++
2006-05-16 08:27:08 +00:00
gdt
3d1134260c Update to 0.7
03/03/2006 - UFRaw-0.7 released, based on DCRaw v8.05.
* Much more accurate white balance temperature setting.
* White balance presets per camera model.
* Show the channel multipliers in the UI.
* Apply base curve before gamma curve.
* Fix a few general bugs.
* Fix camera specific bugs for Sony F828, Sigma Foveon, Nikon D2H, D1X.
2006-03-14 15:19:20 +00:00
gdt
47fd4c7095 Update to 0.6
Binaries created by --enable-extras are no longer included in the
package, per the upstream author's guidance.

13/11/2005 - UFRaw-0.6 released, based on DCRaw v7.84.
* Enabled AHD (Adaptive Homogeneity-Directed) interpolation.
* Added base curve, which simulates Nikon tone curve behavior.
  (The old correction curve is still there.)
* Automatically apply the embedded custom curve only if the camera
  was setup to use this curve.
* Support the D1X rectangular pixels.
* Fix EXIF support with libtiff 3.7.4.
* Some bug fixes.
2005-11-18 11:23:34 +00:00
rillig
c1fb2ed253 This package needs a C99 compiler. 2005-10-10 09:07:22 +00:00
gdt
edc5dd5d18 Add patch to move variable declaration to beginning of function where
it belongs, and where gcc 2.95.3 insists on it being.  Fixes build on
NetBSD 1.6.2.

(I have committed the patch (and the memmem decl patch) to the master
ufraw repository.)
2005-10-04 12:58:13 +00:00
gdt
b07bb71d1a Take patch-aa from graphics/dcraw, avoiding defining memmem on NetBSD >=3.
Probably this should also avoid defining memmem on recent FreeBSD as
well, given that dcraw doesn't test for memmem presence.
2005-09-29 13:20:48 +00:00
gdt
e1f9b6e2e4 update to 0.5:
25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65.
* Read support for Nikon Tone Curve (NTC/NCV) files.
* Added a curve editor.
* Added control on the base curve (see the user guide for more information).
* Support the new DCRaw color matrices for better color rendering.
* More controls can be set from the command-line.
* Preliminary EXIF support.
* New UFRaw ID files contain all the conversion parameters and allow
  for batch conversion.
* New 'ufraw-batch' replaces 'ufraw --batch'.
* Numerous other changes.
* Notice that the new Adaptive Homogeneity-Directed interpolation
  is still not enabled.


Also, adds desktop file, and standalone nikon curve program.  The
standalone dcraw that can be built with ufraw is not installed.
2005-09-27 00:31:18 +00:00
wiz
5edc3faf8c Add patch-ad, similar to graphics/dcraw's patch-aa, to fix build on
NetBSD-current. From Greg Troxel in private mail.
2005-04-25 16:52:10 +00:00
rillig
343aa370b0 Added some patches for ISO C90 compliance. Approved by jlam. 2005-04-13 16:56:27 +00:00
rillig
53ebb0f48e Added some patches for ISO C90 compliance. Approved by jlam. 2005-04-13 16:49:57 +00:00
wiz
5be9012548 Fix for compilation with gcc 2.95, provided by Greg Troxel in private
mail.
2005-04-13 13:59:10 +00:00
drochner
f515630139 merge with Greg Troxel's "ufraw" pkg in pkgsrc-wip
pkg changes: uses "gimptool" to install (causes an annoying error msg
about arguments to "install" - this is harmless), installs the
standalone "ufraw" utility too
update to 0.4; from the changelog:
-based on DCRaw v6.33
-Rotate Fuji images by 45 degrees.
-Preview dialog is more responsive.
-Disable internationalization for Hebrew and Arabic (The right to left
 setting doesn't do good to the preview dialog).
-bugfixes
2005-04-01 13:02:28 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
drochner
4be2435843 import ufraw-0.3, a GIMP import plugin for raw-format dicgicam images
(this competes with the gimp-rawphoto plugin, but not in a pkgsrc sense,
so I'll leave it to the user to sort it out)
2005-02-02 21:22:10 +00:00