Sponsored Content
The Lounge What is on Your Mind? Demographics of unix.com users Post 302341933 by Neo on Friday 7th of August 2009 02:44:59 AM
Old 08-07-2009
The attached image shows the top ten countries over the past 30 days.
Demographics of unix.com users-picture-10png
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

users logging on to unix boxes

I have been asked to write a unix script to log and report all users logging on to our unix boxes as either the root or oracle users only on a 24 hour basis. This should trap the logon and logoff time,if possible what they are doing and their username. Thanks in Advance (2 Replies)
Discussion started by: irehman
2 Replies

2. UNIX for Dummies Questions & Answers

UNIX help for Windows users?

Is there any sort of documentation that translates windows commands into linux commands? ...just the basic stuff that you would do on your win PC translated to linux? For example in windows to configure your network card you would... Settings > Control Panel > Network Connections > Local... (3 Replies)
Discussion started by: TINO
3 Replies

3. UNIX for Dummies Questions & Answers

How to view users in unix

Hi, Im newbie here and in unix as well. How can i view users in unix? Im viewed them in shadow file (i typed: vi /etc/shadow) but some unix (im confused if its unix or linux or bsd, but i think it has a little thing in common or differnce) has no shadow file?! What must i do to view the users... (6 Replies)
Discussion started by: jerome
6 Replies

4. UNIX Desktop Questions & Answers

Creating New Users in UNIX Machine !!!

Hi How to create users in the UNIX machine .... I am the ROOT and i want to create users with normal privileges . a) Please give the sequence of commands which i need to use. b) How to set their userid and passwords (3 Replies)
Discussion started by: skyineyes
3 Replies

5. UNIX for Dummies Questions & Answers

No of Users in Unix

Hi All, Is there any command or any way to find out no of users active in unix system without using any file(like /etc/password). Help me please. (5 Replies)
Discussion started by: umesh.rout
5 Replies

6. UNIX for Dummies Questions & Answers

Finding out all users and their UNIX groups??

Is there a way to find out all users and the UNIX groups they belong to?? :) (3 Replies)
Discussion started by: Hangman2
3 Replies

7. What is on Your Mind?

Forum Demographics: Male or Female?

Just for fun, are you a male or a female? Thanks for helping out in the demographic survey! ---------- Post updated at 12:20 ---------- Previous update was at 09:39 ---------- FYI: Summary of Forum Demographics | The UNIX and Linux Forums Blog (14 Replies)
Discussion started by: Neo
14 Replies

8. UNIX for Advanced & Expert Users

Need to find the user id of all users in UNIX

I need to find all the unix user id's of all the users in unix... is there any such command... pl help out (6 Replies)
Discussion started by: Syed Imran
6 Replies
pnmcomp(1)						      General Commands Manual							pnmcomp(1)

NAME
pnmcomp - composite (overlay) two portable anymap files together SYNOPSIS
pnmcomp [-xoff=X | -align={left,center,right}] [-yoff=Y | -valign={top,middle,bottom}] [-alpha=alpha-pgmfile] [-invert] overlay [pnm-input] [pnm-output] Minimum unique abbreviations are acceptable. DESCRIPTION
pnmcomp reads two images and produces a composite image with one of the images overlayed on top of the other. The images need not be the same size. The input and outputs are PNM format image files. In its simplest use, pnmcomp simply places the overlay file on top of the pnm-input file, blocking out the part of the pnm-input file beneath it. If you specify the alpha-pgmfile, pnmcomp uses it as an alpha mask, which means it determines the level of transparency of each point in the overlay image. The alpha mask must have the same dimensions as the overlay image. In places where the alpha mask defines the overlay image to be opaque, the composite output contains only the contents of the overlay image; the underlying image is totally blocked out. In places where the alpha mask defines the overlay image to be transparent, the composite output contains none of the overlay image; the underlying image shows through completely. In places where the alpha mask shows a value in between opaque and transpar- ent (translucence), the composite image contains a mixture of the overlay image and the underlying image and the level of translucence determines how much of each. The alpha mask is a PGM file in which a white pixel represents opaqueness and a black pixel transparency. Anything in between is translu- cent. In some image file formats (PNG, for example), transparency information (the alpha mask) is part of the definition of the image. In the PNM formats, transparency is always embodied in a separate companion file. The PNM converter programs that convert from an image format such as PNG have options that allow you to extract the transparency information to a separate file, which you can then use as input to pnm- comp. The output image is always of the same dimensions as the underlying image. pnmcomp only uses parts of the overlay image that fit within the underlying image. To specify where on the underlying image to place the overlay image, use the -xoff, -yoff, -align, and -valign options. Without these options, the default horizontal position is flush left and the default vertical position is flush top. The overlay and underlying images may be of different formats (e.g. overlaying a PBM text image over a full color PPM image) and have dif- ferent maxvals. The output image has the more general of the two input formats and a maxval that is the least common multiple the two max- vals (or the maximum maxval allowable by the format, if the LCM is more than that). OPTIONS
-invert This option inverts the sense of the values in the alpha mask, which effectively switches the roles of the overlay image and the underlying image in places where the two intersect. -xoff X -yoff Y These options position the overlay image with respect to the underlying image. X and Y are the horizontal and vertical displace- ments of the top left corner of the overlay image from the top left corner of the underlying image, in pixels. A positive value means right or down; a negative value means left or up. The overlay need not fit entirely (or at all) on the underlying image. pnmcomp uses only the parts that lie over the underlying image. -align=[left,center,right] This option is an alternative to -xoff, in the style of HTML. It selects the horizontal position of the overlay image so that it is flush left, centered, or flush right on the underlying image. -valign=[top,middle,bottom] This option is an alternative to -yoff, in the style of HTML. It selects the vertical position of the overlay image so that it is flush top, centered, or flush bottom on the underlying image. SEE ALSO
ppmmix(1) and pnmpaste(1) are simpler, less general versions of the same tool. pnm(5), pbmmask(1) AUTHOR
Copyright (C) 1992 by David Koblas (koblas@mips.com). 12 April 2000 pnmcomp(1)
All times are GMT -4. The time now is 11:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy