pnmconvol
Verified for current stable LTS
Pnmconvol Command: Convolve Pnm Image With Convolution Matrix
Use for convolve pnm image with convolution matrix with Pnmconvol. Exact CLI syntax to convolve pnm image with convolution matrix using Pnmconvol.
When to use this: Use for convolve pnm image with convolution matrix with Pnmconvol.
Command Syntax
pnmconvol -matrix=-1,3,-1 <path/to/image.pnm> > <path/to/output.pnm> pnmconvol -matrix=-1,3,-1 <path/to/image.pnm> > <path/to/output.pnm> Command Breakdown
-matrix=-1,3,-1- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to convolve pnm image with convolution matrix using Pnmconvol.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pnmconvol Command: Convolve Pnm Image With Convolution Matrices From Files
pnmconvol -matrixfile <path/to/matrix1,path/to/matrix2,...> <path/to/image.pnm> > <path/to/output.pnm> Pnmconvol Command: Convolve Pnm Image With Convolution Matrix From Pnm File pnmconvol <path/to/matrix.pnm> <path/to/image.pnm> > <path/to/output.pnm> Pnmconvol Command: Normalize Convolution Matrix Weights pnmconvol -matrix=-1,3,-1 -normalize <path/to/image.pnm> > <path/to/output.pnm>