1. 17 Haz, 2012 6 kayıt (commit)
  2. 16 Haz, 2012 28 kayıt (commit)
  3. 15 Haz, 2012 6 kayıt (commit)
    • Tomaž Vajngerl's avatar
      Dialog for Smooth filter · ee41193f
      Tomaž Vajngerl yazdı
      Added dialog for smooth (gaussian blur) filter which now accepts
      a parameter for setting the strenth of smoothing (bluring).
      
      Change-Id: Ida6709b060cb5429a63af1994493e716fd0bfebb
      ee41193f
    • Tomaž Vajngerl's avatar
      Fix wrong variable name in Smooth filter parameters class. · d7036ac1
      Tomaž Vajngerl yazdı
      Change-Id: I4ad84a293f662a6e191758c30660ac11142aa3eb
      d7036ac1
    • Tomaž Vajngerl's avatar
      Separable Gaussian Blur and Unsharpen Mask filter. · 05363527
      Tomaž Vajngerl yazdı
      Currently implemented Gaussian Blur filter uses a static matrix
      which means that the filter can not be parameterized. The new
      implementation of Gaussian Blur filter and accepts a blur radius
      as a parameter so the user can change the strength of the blur.
      For this the blur matrix is generated at each call. The new Blur
      implementation reuses separable convolution from Lanzcos rescale.
      
      For negative values of radius the Bitmap will be sharpened. For
      this an Unsharpen Mask filter is used, which is actually a blurred
      image substracted from the original image.
      05363527
    • Tomaž Vajngerl's avatar
      Add new Scale modes, simplify convolution calculation. · c02dd533
      Tomaž Vajngerl yazdı
      Convolution calculation now uses 2x transposing horizontal pass
      instead of horizontal and vertical which simplifies the code by
      reducing code duplication.
      
      Instead of more convolution methods, only one generic method is
      used and kernels are now a parameter to the method. For this
      Kernel class was introduced with responsibility to calculate
      kernel walues and hold kernel specific information.
      
      Besides Lanzcos resampling also Box, Bilinear and Bicubic resampling
      was introduced. Box is the simplest and fastest but with still
      good quality.
      c02dd533
    • Iain Billett's avatar
    • Iain Billett's avatar
      Fixed folder navigation in list view. · 889ff81d
      Iain Billett yazdı
      889ff81d