Sponsored Content
Top Forums UNIX for Advanced & Expert Users count, split and thumbnail creation of images Post 302136844 by prvnrk on Thursday 20th of September 2007 02:16:06 AM
Old 09-20-2007
count, split and thumbnail creation of images

Hi,

Need to do 3 tasks (independently) on images (.tif and .pdf) by using ksh/bash/perl

- counting number of pages in an image
- splitting the pages of images into separate individual images
- creation of thumbnails

Actually, i'm absolutely clueless about this but thought perl could do for us.

Any help highly appreciated

TIA
Prvn
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to split a text after fix character count

HI, I want to split a text after certain fix character count in text. For eg: My file is containing text like: AURBJR,AURCID,AURVID,CHANDV,DAMNEW,DHMMAN,GANGAN,GARKHE,GOREGA,JEJKHA,JEJSHI,JINTUR,JMKKUS,JUNAWA,KALKAL,KHOJEW,KUNJIR,MAGARP,MAHAD, in this i want to print text after each... (5 Replies)
Discussion started by: vikash.rastogi
5 Replies

2. Shell Programming and Scripting

split file based on group count

Hi, can some one please help me to split the file based on groups. like in the below scenario x indicates the begining of the group and the file should be split each with 2 groups below there are 10 groups it should create 5 files. could you please help? (4 Replies)
Discussion started by: hitmansilentass
4 Replies

3. UNIX for Advanced & Expert Users

video thumbnail help

How do you make video thumbnails like this in Linux? The only program I know of that can do this is Media Player Classic. I hope there is a way to do this in Linux. What would these types of thumbnails be called? http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/barcelona.jpg (2 Replies)
Discussion started by: cokedude
2 Replies

4. Shell Programming and Scripting

KSH: Split String into smaller substrings based on count

KSH HP-SOL-Lin Cannot use xAWK I have several strings that are quite long and i want to break them down into smaller substrings. What I have String = "word1 word2 word3 word4 .....wordx" What I want String1="word1 word2" String2="word 3 word4" String3="word4 word5" Stringx="wordx... (5 Replies)
Discussion started by: nitrobass24
5 Replies

5. UNIX for Dummies Questions & Answers

Split a column into multiple columns at certain character count

Hey everyone, I have an issue with a client that is passing me a list of values in one column, and occasionally the combination of all the values results in more than an 255 character string. My DB has a 255 character limit, so I am looking to take the column (comma delimited file), and if it... (1 Reply)
Discussion started by: perekl
1 Replies

6. Shell Programming and Scripting

Split csv file by line count.

I have a very large csv file that I sort by the data that is in the second column. But what I need to do next is split the file in groups of say around 30,000 lines but don't split the data while there is still like data in the in the second column. Here is some of the data. ... (2 Replies)
Discussion started by: GroveTuckey
2 Replies

7. Shell Programming and Scripting

Bash Script to find/sort/move images/duplicate images from USB drive

Ultimately, I'm looking to create a script that allows me to plug in a usb drive with lots of jpegs on it & copy them over to a folder on my hard drive. So in the process of copying I am looking to hash check them, record dupes to a file, copy only 1 of the identical files (if it doesn't exsist... (1 Reply)
Discussion started by: JonaQuinn
1 Replies

8. Shell Programming and Scripting

awk - split data based on the count

Greetings Experts, I am generating a validation query through awk and facing an issue, which I need to overcome by splitting the data based on the pattern matching count in the value of an array. File1 -- Table11@column1@date@Table21@column1@varchar(10)@d;... (4 Replies)
Discussion started by: chill3chee
4 Replies

9. Shell Programming and Scripting

Split files based on row delimiter count

I have a huge file (around 4-5 GB containing 20 million rows) which has text like: <EOFD>11<EOFD>22<EORD>2<EOFD>2222<EOFD>3333<EORD>3<EOFD>44<EOFD>55<EORD>66<EOFD>888<EOFD>9999<EORD> Actually above is an extracted file from a Sql Server with each field delimited by <EOFD> and each row ends... (8 Replies)
Discussion started by: amvip
8 Replies
TIFF2PS(1)						      General Commands Manual							TIFF2PS(1)

NAME
tiff2ps - convert a TIFF image to POSTSCRIPTtm SYNOPSIS
tiff2ps [ options ] input.tif ... DESCRIPTION
tiff2ps reads TIFF images and writes POSTSCRIPT or Encapsulated POSTSCRIPT (EPS) on the standard output. By default, tiff2ps writes Encap- sulated POSTSCRIPT for the first image in the specified TIFF image file. By default, tiff2ps will generate POSTSCRIPT that fills a printed area specified by the TIFF tags in the input file. If the file does not contain XResolution or YResolution tags, then the printed area is set according to the image dimensions. The -w and -h options (see below) can be used to set the dimensions of the printed area in inches; overriding any relevant TIFF tags. The POSTSCRIPT generated for RGB, palette, and CMYK images uses the colorimage operator. The POSTSCRIPT generated for greyscale and bilevel images uses the image operator. When the colorimage operator is used, POSTSCRIPT code to emulate this operator on older POSTSCRIPT printers is also generated. Note that this emulation code can be very slow. Color images with associated alpha data are composited over a white background. OPTIONS
-1 Generate POSTSCRIPT Level I (the default). -2 Generate POSTSCRIPT Level II. -a Generate output for all IFDs (pages) in the input file. -d Set the initial TIFF directory to the specified directory number. (NB: directories are numbered starting at zero.) This option is useful for selecting individual pages in a multi-page (e.g. facsimile) file. -e Force the generation of Encapsulated POSTSCRIPT. -h Specify the vertical size of the printed area (in inches). -i Enable/disable pixel interpolation. This option requires a single numeric value: zero to disable pixel interpolation and non-zero to enable. The default is enabled. -m Where possible render using the imagemask POSTSCRIPT operator instead of the image operator. When this option is specified tiff2ps will use imagemask for rendering 1 bit deep images. If this option is not specified or if the image depth is greater than 1 then the image operator is used. -o Set the initial TIFF directory to the IFD at the specified file offset. This option is useful for selecting thumbnail images and the like which are hidden using the SubIFD tag. -p Force the generation of (non-Encapsulated) POSTSCRIPT. -s Generate output for a single IFD (page) in the input file. -w Specify the horizontal size of the printed area (in inches). -z When generating POSTSCRIPT Level II, data is scaled so that it does not image into the deadzone on a page (the outer margin that the printing device is unable to mark). This option suppresses this behaviour. When POSTSCRIPT Level I is generated, data is imaged to the entire printed page and this option has no affect. EXAMPLES
The following generates POSTSCRIPT Level II for all pages of a facsimile: tiff2ps -a2 fax.tif | lpr Note also that if you have version 2.6.1 or newer of Ghostscript then you can efficiently preview facsimile generated with the above com- mand. To generate Encapsulated POSTSCRIPT for a the image at directory 2 of an image use: tiff2ps -d 1 foo.tif (notice that directories are numbered starting at zero.) BUGS
Because POSTSCRIPT does not support the notion of a colormap, 8-bit palette images produce 24-bit POSTSCRIPT images. This conversion results in output that is six times bigger than the original image and which takes a long time to send to a printer over a serial line. Matters are even worse for 4-, 2-, and 1-bit palette images. BUGS
Does not handle tiled images when generating PS Level I output. SEE ALSO
pal2rgb(1), tiffinfo(1), tiffcp(1), tiffgt(1), tiffmedian(1), tiff2bw(1), tiffsv(1), libtiff(3) January 27, 1997 TIFF2PS(1)
All times are GMT -4. The time now is 10:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy