delaboratory Changelog

What's new in delaboratory 0.7.4 Beta

Jul 19, 2012
  • more basic (single click) operations available
  • improved gradients
  • LAB TIFF images support
  • bugfixes

New in delaboratory 0.7.3.2 Beta (Jun 27, 2012)

  • Locking fixed

New in delaboratory 0.7.3.1 Beta (Jun 20, 2012)

  • fixes problem with sometimes broken final image output on Windows, but introduces one possible deadlock, it is fixed on SVN and will be fixed in 0.7.3.2

New in delaboratory 0.7 (Apr 9, 2012)

  • Floating point precision
  • Native support for multiple colorspaces
  • Adjustment layers
  • Realtime preview
  • Curves
  • Channel mixer
  • Basic settings
  • Equalizer
  • Apply image
  • Vignette
  • Dodge/burn
  • Shadows/highlights
  • Unsharp mask
  • High pass
  • Blur
  • Samplers
  • Color matrix
  • RAW files, 16-bit TIFFs, JPGs

New in delaboratory 0.6.9.1 (Mar 31, 2012)

  • Basic RAW support via dcraw executable
  • Zoom support
  • Basic layer (brightness, contrast, saturation, etc)
  • Equalizer layer (two versions with 8 bands and 16 bands)
  • Double vignette layer
  • More direct conversions, including more BW conversions, started BW mixer presets

New in delaboratory 0.5.9.1 Beta (Jan 27, 2012)

  • multithreading
  • high pass
  • dodge / burn
  • shadows / highlights
  • vignette
  • bw -> color conversion (try add BW conversion then HSV or HSL or LCH)

New in delaboratory 0.5 (Jan 27, 2012)

  • floating point precision (32 bits per channel)
  • native support for 9 color spaces (RGB, BW, CMYK, CMY, LAB, LCH, XYZ, HSL, HSV)
  • fully non-destructive editing (layers)
  • input/output - 16-bit TIFF (or 8-bit JPEG)
  • curves
  • channel mixer
  • advanced blending (normal, multiply, screen, overlay, overlay inv, add, add inv, sub, difference, darken, lighten) with masks
  • apply luminance / apply color in RGB colorspace
  • blur, unsharp mask
  • color samplers, histograms
  • Free Software (GPLv3)
  • KISS (keep it simple) design
  • small (source code archive less than 100KB)

New in delaboratory 0.4 (Sep 6, 2011)

  • apply color / apply luminance
  • fixed problem with memory usage during final image generation
  • new blend modes: add, sub, difference, darken, lighten, add_invert, overlay_invert
  • cache pow() calls in XYZ/LAB conversion (LAB colorspace works much faster now)
  • rgb2bw (alernative way of conversion, simple, based on my experiences with portraits)
  • high pass layer (use BW colorspace, then blend in overlay mode to sharpen)
  • box blur, gaussian blur, surface blur
  • curve "neutral", "invert", "fill" and "random" buttons
  • decreased size of curve editor by half (it's still possible to bring it back with a button)
  • LCH colorspace support
  • bugfixes