mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add convolve operation for kernel-based convolution (#479)
This commit is contained in:
committed by
Lovell Fuller
parent
ba5a8b44ed
commit
b70a7d9a3b
BIN
test/fixtures/expected/conv-1.png
vendored
Normal file
BIN
test/fixtures/expected/conv-1.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 807 B |
BIN
test/fixtures/expected/conv-2.png
vendored
Normal file
BIN
test/fixtures/expected/conv-2.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 806 B |
3
test/fixtures/index.js
vendored
3
test/fixtures/index.js
vendored
@@ -91,6 +91,9 @@ module.exports = {
|
||||
|
||||
inputJPGBig: getPath('flowers.jpeg'),
|
||||
|
||||
inputPngStripesV: getPath('stripesV.png'),
|
||||
inputPngStripesH: getPath('stripesH.png'),
|
||||
|
||||
outputJpg: getPath('output.jpg'),
|
||||
outputPng: getPath('output.png'),
|
||||
outputWebP: getPath('output.webp'),
|
||||
|
||||
BIN
test/fixtures/stripesH.png
vendored
Normal file
BIN
test/fixtures/stripesH.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 502 B |
BIN
test/fixtures/stripesV.png
vendored
Normal file
BIN
test/fixtures/stripesV.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 624 B |
Reference in New Issue
Block a user