Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pbmpscale(1) [xfree86 man page]

pbmpscale(1)						      General Commands Manual						      pbmpscale(1)

NAME
       pbmpscale - enlarge a portable bitmap with edge smoothing

SYNOPSIS
       pbmpscale N [ pbmfile ]

DESCRIPTION
       Reads a portable bitmap as input, and outputs a portable bitmap enlarged N times. Enlargement is done by pixel replication, with some addi-
       tional smoothing of corners and edges.

SEE ALSO
       pnmenlarge(1), ppmscale(1), pbm(5)

AUTHOR
       Copyright (C) 1990 by Angus Duggan Copyright (C) 1989 by Jef Poskanzer.

       Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro-
       vided  that  the  above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup-
       porting documentation.  This software is provided "as is" without express or implied warranty.

NOTES
       pbmpscale works best for enlargements of 2. Enlargements greater than 2 should be done by as many enlargements of 2 as  possible,  followed
       by an enlargement by the remaining factor.

								    12 Dec 1990 						      pbmpscale(1)

Check Out this Related Man Page

pbmtopgm(1)						      General Commands Manual						       pbmtopgm(1)

NAME
pbmtopgm - convert PBM image to PGM by averaging areas SYNOPSIS
pbmtopgm width height [pbmfile] DESCRIPTION
pbmtopgm reads a portable bitmap as input. It outputs a portable graymap in which each pixel's gray level is the average the surrounding black and white input pixels. The surrounding area is a rectangle of width by height pixels. In other words, this is a convolution. pbmtopgm is similar to a special case of pnmconvol. You may need a ppmsmooth step after pbmtopgm. pbmtopgm has the effect of anti-aliasing bitmaps which contain distinct line features. pbmtopgm works best with odd sample width and heights. You don't need pbmtopgm just to use a PGM program on a PBM image. Any PGM program (assuming it uses the Netpbm libraries to read the PGM input) takes PBM input as if it were PGM, with only the mininum and maximum gray levels. So unless your convolution rectangle is bigger than one pixel, you're not gaining anything with a pbmtopgm step. SEE ALSO
netpbm(1), pgmtopbm(1), pbm(5) AUTHOR
Copyright (C) 1990 by Angus Duggan Copyright (C) 1989 by Jef Poskanzer. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. This software is provided "as is" without express or implied warranty. 03 Sep 2001 pbmtopgm(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