summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2011-12-17update to 0.18drochner1-1/+2
changes: -based on DCRaw v 9.06 -New Traditional Chinese translation -Port UFRaw to OpenSolaris
2009-11-22Update to 0.16.gdt1-1/+3
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-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-01-0424/12/2008 - UFRaw-0.15 released, based on DCRaw v 8.89.gdt1-2/+2
* 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.
2008-11-26update to 0.14.1drochner1-3/+10
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
2007-12-27Update to 0.13, fixing build failure on Solaris (caused by non-POSIXgdt1-1/+4
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-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-08-10Update to 0.12.1.gdt1-2/+4
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.
2006-11-24add some missing entries, from Gilles Dauphin per PR pkg/35104drochner1-1/+7
2006-05-16update to 0.8.1drochner1-1/+3
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-10don't @dirrm foreign dirsdrochner1-3/+1
2005-11-18Update to 0.6gdt1-4/+1
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-09-27update to 0.5:gdt1-1/+10
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-04-01merge with Greg Troxel's "ufraw" pkg in pkgsrc-wipdrochner1-1/+2
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-02-02import ufraw-0.3, a GIMP import plugin for raw-format dicgicam imagesdrochner1-0/+2
(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)