Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ppmrelief(1) [xfree86 man page]

ppmrelief(1)						      General Commands Manual						      ppmrelief(1)

NAME
ppmrelief - run a Laplacian relief filter on a portable pixmap SYNOPSIS
ppmrelief [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Does a Laplacian relief filter, and writes a portable pixmap as output. The Laplacian relief filter is described in "Beyond Photography" by Holzmann, equation 3.19. It's a sort of edge-detection. SEE ALSO
pgmbentley(1), pgmoil(1), ppm(5) AUTHOR
Copyright (C) 1990 by Wilson Bent (whb@hoh-2.att.com) 11 January 1991 ppmrelief(1)

Check Out this Related Man Page

pamoil(1)                                                     General Commands Manual                                                    pamoil(1)

NAME
pamoil - turn a PAM image into an oil painting SYNOPSIS
pamoil [-n N] [pamfile] DESCRIPTION
Reads a Netpbm image as input. Does an "oil transfer", and writes the same type of Netpbm image as output. The oil transfer is described in "Beyond Photography" by Holzmann, chapter 4, photo 7. It's a sort of localized smearing. The smearing works like this: First, assume a grayscale image. For each pixel in the image, pamoil looks at a square neighborhood around it. pamoil determines what is the most common pixel intensity in the neighborhood, and puts a pixel of that intensity into the output in the same position as the input pixel. For color images, or any arbitrary multi-channel image, pamoil computes each channel (e.g. red, green, and blue) separately the same way as the grayscale case above. At the edges of the image, where the regular neighborhood would run off the edge of the image, pamoil uses a clipped neighborhood. OPTIONS
-n size This is the size of the neighborhood used in the smearing. The neighborhood is this many pixels in all four directions. The default is 3. SEE ALSO
pgmbentley(1), ppmrelief(1), ppm(5) AUTHOR
Based on pgmoil Copyright (C) 1990 by Wilson Bent (whb@hoh-2.att.com) Modified to ppm by Chris Sheppard, June 25, 2001 Modified to pnm, using pam functions, by Bryan Henderson June 28, 2001. 25 June 2001 pamoil(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

No xorg.conf or XF86Config

There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine: # locate xorg.conf /usr/local/man/man5/xorg.conf.5.gz # locate XF86Config # Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
Discussion started by: figaro
6 Replies

2. Shell Programming and Scripting

Can a script resize it's own mintty console?

I'm looking for finer granularity than the 20 ANSI escape sequence screen modes. What I'd like to do is have the terminal increase it's own height when I have to show the user a long menu. Platform is Cygwin 64 running over Win 7 Pro. Mike (4 Replies)
Discussion started by: Michael Stora
4 Replies

3. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies

4. Fedora

Fedora 30 and Slackware 14.2, how to obtain the same rendering?

Look this very good rendering on Slackware 14.2 in my opinion is near perfect. https://i.stack.imgur.com/q5trL.png Now look the same page on Fedora 30 https://i.stack.imgur.com/FBQv7.png In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of... (20 Replies)
Discussion started by: Linusolaradm1
20 Replies