Sponsored Content
Full Discussion: Save output in a variable
Top Forums Shell Programming and Scripting Save output in a variable Post 302424197 by curleb on Monday 24th of May 2010 01:27:32 PM
Old 05-24-2010
does this 'convert' program provide either a --help (or -h) option, a man page or any sort of usage? does it maintain it's own logging, if it's part of a larger application? are we talking Gimp picture files...?
 

10 More Discussions You Might Find Interesting

1. AIX

topas -P save output

hi i have server monitor script which totally depends upon the output of TOP which works fine on HP. now i am told to put same script on aix i found that topas -P produces same output but it doesnt redirect output to file i have to kill/terminate it. is there any other way to this. as the... (0 Replies)
Discussion started by: zedex
0 Replies

2. UNIX for Dummies Questions & Answers

Command display output on console and simultaneously save the command and its output

Hi folks, Please advise which command/command line shall I run; 1) to display the command and its output on console 2) simultaneous to save the command and its output on a file I tried tee command as follows; $ ps aux | grep mysql | tee /path/to/output.txt It displayed the... (7 Replies)
Discussion started by: satimis
7 Replies

3. Shell Programming and Scripting

to save output of a command in hash variable

Hi all, is it possible to save the output of a unix command executed in perl to be saved in hash variable.. like i have the command `find $mypath ! -user mainuser -printf \"\%u \%h\\n\"`; this will print all the users other than mainuser with their paths. so is possible to capture... (2 Replies)
Discussion started by: saapa
2 Replies

4. Shell Programming and Scripting

Save cURL verbose output to file or do it like browser "save as.."

hi there ! i have exactly the same problem like this guy here https://www.unix.com/shell-programming-scripting/127668-getting-curl-output-verbose-file.html i am not able to save the curl verbose output.. the sollution in this thread (redirecting stderr to a file) does not work for me.... (0 Replies)
Discussion started by: crabmeat
0 Replies

5. Shell Programming and Scripting

how to save an output of a command in a variable

Hi, in shell script, i have the command swstart -p which returns an output. i want to store the output of this command into a variable. how i can do that excerpt from the script #!/usr/bin/ksh # # # # Program: swstart -p # # Description: Starts the sentinels on Slave server ... (4 Replies)
Discussion started by: lookinginfo
4 Replies

6. Shell Programming and Scripting

how can save output?

I make shell script by use "if" statement, what should add it to shell script save which I enter it in output file txt? ---------- Post updated at 08:27 AM ---------- Previous update was at 05:59 AM ---------- I mean like this echo "enter your name" read name # now i when start... (1 Reply)
Discussion started by: Oman_Member
1 Replies

7. UNIX for Dummies Questions & Answers

Solved: how to save an output to a variable

i want to save the output of /scripts/whoowns domain.com to a username like $user = /scripts/whoowns domain.com but I'm not sure how to do that This is inside a bash script how can I get the output of /scripts/whoowns then save that to a variable? thanks! ---------- Post updated at... (0 Replies)
Discussion started by: vanessafan99
0 Replies

8. Programming

Save output in text C++

Hi , i want to save the output of my c ++ code to a text file which is in a particular path : this is part of my code and I dunno where I am doing it wrong do { for( int i = 0; i < l; ++i ) { std::cout << 1 + k * i + index << ' '; } ... (2 Replies)
Discussion started by: siya@
2 Replies

9. UNIX for Dummies Questions & Answers

I save the result in a variable

I have friends that this command worked perfectly, but I would like to save the result in a variable, which I have not achieved var=prueba.txt echo $var | cut -d "." -f 1 prueba I need to do this but does not work me salida=echo $var | cut -d "." -f 1 echo "result:$salida" ... (8 Replies)
Discussion started by: tricampeon81
8 Replies

10. Shell Programming and Scripting

Save value from output of Corestat and save in a list for each core

I am trying to modify the "corestat v1.1" code which is in Perl.The typical output of this code is below: Core Utilization CoreId %Usr %Sys %Total ------ ----- ----- ------ 5 4.91 0.01 4.92 6 0.06 ... (0 Replies)
Discussion started by: Zam_1234
0 Replies
RA_TIFF(1)						      General Commands Manual							RA_TIFF(1)

NAME
ra_tiff - convert RADIANCE picture to/from a TIFF color or greyscale image SYNOPSIS
ra_tiff [ -z|-L|-l|-f|-w ][ -b ][ -e +/-stops ][ -g gamma ] { in.hdr|- } out.tif ra_tiff -r [ -x ][ -g gamma ][ -e +/-stops ] in.tif [ out.hdr|- ] DESCRIPTION
Ra_tiff converts between RADIANCE and TIFF image formats. The -g option specifies the exponent used in gamma correction; the default value is 2.2, which is the recommended value for TIFF images. The -b option can be used to specify an 8-bit greyscale TIFF output file. The type of input file is determined automatically. The -z option will result in LZW compression of the TIFF output file. The -L option specifies SGILOG compression, which is recommended to capture the full dynamic range of the Radiance picture. However, since many TIFF readers do not yet support this format, use this option under advisement. The -l option specifies SGILOG24 compressed output, which has less dynamic range than SGILOG, but may be smaller in some cases. (It is usually larger.) The -f option specifies 32-bit IEEE floating-point/primary output, which is the highest resolution format but results in very large files, since each RGB pixel takes 96 bits (12 bytes) and does not compress well. The -w option specifies 16-bit/primary output, which is understood by some photo editing software, such as Adobe Photoshop. Decompression is automatically deter- mined for TIFF input. The -e option specifies an exposure compensation in f-stops (powers of two). Only integer stops are allowed, for efficiency. The -r option invokes a reverse conversion, from a TIFF image to a RADIANCE picture. The RADIANCE picture file can be taken from the stan- dard input or sent to the standard output by using a hyphen ('-') in place of the file name, but the TIFF image must be to or from a file. The -x option can be used to specify an XYZE Radiance output file, rather than the default RGBE. EXAMPLES
To convert a Radiance picture to SGILOG-compressed TIFF format: ra_tiff -L scene1.hdr scene1.tif To later convert this image back into Radiance and display using human visibility tone-mapping: ra_tiff -r scene1.tif scene1.hdr ximage -e human scene1.hdr AUTHOR
Greg Ward Larson Sam Leffler ACKNOWLEDGEMENT
Work on this program was initiated and sponsored by the LESO group at EPFL in Switzerland. Additions for the SGILOG data encoding were sponsored by Silicon Graphics, Inc. BUGS
Many TIFF file subtypes are not supported. A gamma value other than 2.2 is not properly recorded or understood if recorded in the TIFF file. SEE ALSO
pfilt(1), ra_bmp(1), ra_bn(1), ra_ppm(1), ra_pr(1), ra_pr24(1), ra_t8(1), ra_t16(1), ximage(1) RADIANCE
8/29/97 RA_TIFF(1)
All times are GMT -4. The time now is 04:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy