NAME
pnmsplit - split a multi-image portable anymap into multiple single- image files
SYNOPSIS
pnmsplit [pnmfile[ output_file_pattern]]
DESCRIPTION
Reads a Netpbm file as input. Copies each image in the input into a separate file, in the same format. pnmfile is the file specification of the input file, or - to indicate Standard Input. The default is Standard Input. output_file_pattern tells how to name the output files. It is the file specification of the output file, except that the first occurence of "%d" in it is replaced by the image sequence number in unpadded ASCII decimal, with the sequence starting at 0. If there is no "%d" in the pattern, pnmsplit fails. The default output file pattern is "image%d". Note that to do the reverse operation (combining multiple single-image PNM files into a multi-image one), there is no special Netpbm program. Just use cat.
SEE ALSO
pnm(5), cat(1)
AUTHOR
Written by Bryan Henderson 19 June 2000 pnmsplit(1)
More Linux Commands
manpages/argz_stringify.3.html
argz_stringify(3) - functions to handle an argz list........
These functions are glibc-specific. An argz vector is a pointer to a character buffer together with a length. The intended interpretation of the character buffe
manpages/XtVaCreateArgsList.3.html
XtVaCreateArgsList(3) - dynamically allocate a varargs list
The XtVaCreateArgsList function allocates memory and copies its arguments into a single list pointer, which may be used with XtVaNestedList. The end of both lis
manpages/oggdec.1.html
oggdec(1) - simple decoder, Ogg Vorbis file to PCM audio fil
oggdec decodes Ogg Vorbis files into PCM-encoded (uncompressed) audio files, either Wave or RAW format. For each input file, oggdec writes to a filename based o
manpages/gnutls_pkcs12_get_bag.3.html
gnutls_pkcs12_get_bag(3) - API function - Linux manual page
This function will return a Bag from the PKCS12 structure. After the last Bag has been read GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned. RETURNS On s
manpages/align_image_stack.1.html
align_image_stack(1) - Align overlapping images for HDR or f
align_image_stack is used for the alignment of slightly misaligned images or for the registration of a stereo images pair. When several differently exposed imag
manpages/info.1.html
info(1) - read Info documents (Commands - Linux man page)...
Read documentation in Info format. OPTIONS -k, --apropos=STRING look up STRING in all indices of all manuals. -d, --directory=DIR add DIR to INFOPATH. --dribble
manpages/mvaddch.3ncurses.html
mvaddch(3ncurses) - add a character (with attributes) to a c
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are ana
manpages/gnutls_x509_crt_get_dn_oid.3.html
gnutls_x509_crt_get_dn_oid(3) - API function (Man Page).....
This function will extract the OIDs of the name of the Certificate subject specified by the given index. If oid is null then only the size will be filled. If th
manpages/getpeername.2.html
getpeername(2) - get name of connected peer socket (ManPage)
getpeername() returns the address of the peer connected to the socket sockfd, in the buffer pointed to by addr. The addrlen argument should be initialized to in
manpages/delay_output.3x.lc.html
delay_output.3x(lc) miscellaneous curses utility routines...
The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in t
manpages/Encode::GSM0338.3pm.html
Encode::GSM0338(3pm) - ESTI GSM 03.38 Encoding (Man Page)...
GSM0338 is for GSM handsets. Though it shares alphanumerals with ASCII , control character ranges and other parts are mapped very differently, mainly to store G
manpages/io_setup.2.html
io_setup(2) - create an asynchronous I/O context (Man Page)
The io_setup() system call creates an asynchronous I/O context suitable for concurrently processing nr_events operations. The ctx_idp argument must not point to
