larvitar 3.6.8 → 3.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@ export declare const applyConvolutionFilter: (loadedImage: Image, filterName: st
31
31
  * @param {number[]} filteredPixelArray - filtered pixel data
32
32
  * @returns {Partial<Image>} - Convolved pixel data
33
33
  */
34
- export declare const createFilteredImage: (loadedImage: Image, filteredPixelArray: number[]) => Partial<Image>;
34
+ export declare const createFilteredImage: (loadedImage: Image, filteredPixelArray: number[], filterName?: string) => Partial<Image>;
35
35
  /**
36
36
  * Applies a Gaussian blur filter to a cornerstone image.
37
37
  * @function applyGaussianBlur