11-04-2009
Quote:
Originally Posted by
Perderabo
7) Benson, Alex, and Adam from Saturn 3
Correct! I was wondering how long before someone got that one
1 more point for
Perderabo
---------- Post updated 05-11-09 at 10:22 AM ---------- Previous update was 04-11-09 at 04:28 PM ----------
Stuck? Some hints on the remaining unanswered questions and the next batch of fresh questions then:
12) Very B-Grade movie, there's a big hint written on his sash
19) People have already pretty much solved it - just got to finish the answer
20) Don't just rush to your first conclusion
And the next 5:
21)
pludi - Ruby Rhod - The Fifth Element
22)
pludi - President Whitmore - Independence Day
23)
(Don't need this guy's name, just who he's identified as... along with the movie name of course)
24)
25)
reborg - Lotney "Sloth" Fratelli, the Goonies
Last edited by Smiling Dragon; 11-04-2009 at 08:17 PM..
8 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hello all,
I was wondering if anyone can tell me how to change 24 bits depth display to 8 bits depth display for Sun Ultra1, running Solaris 8? THANKS in advance. I think that the command is ffbconfig, but it has nothing about depth. (4 Replies)
Discussion started by: larry
4 Replies
2. AIX
Hello:
NOOB here. I attempted to use smit mkcd. Failed on first attempt, not enough space. 2nd attempt tried to place iso on /usr, not enough space there. Cleanup ran for about 5 minutes after aborting. Now AIX won't boot. LCD display on 7029-6E3 says: 0517 MOUNT /USR. Attempted to boot from CD... (11 Replies)
Discussion started by: bbird
11 Replies
3. Programming
Hey guys,
I'm for C code that can do screen capture for me.
Any help.
Thanks. (8 Replies)
Discussion started by: rakesh_01
8 Replies
4. UNIX for Dummies Questions & Answers
people i have a problem i have a 32 bits sparc processor, and solaris 64 bits processor, i install a oracle data base 64 bits, but my oracle will not run because my processor is from 32 bits this is ok??, i know if i have x86 i cannot install a 64 bits operatin system in a 32 bits processor.
... (0 Replies)
Discussion started by: enkei17
0 Replies
5. Shell Programming and Scripting
I am trying to capture screenshots from a huge list of URLs. I am able to manually capture images of individual pages; that is, I simply run the following command to get a screenshot of Foo.com
$ python /path/to/screencapture.sh http://www.foo.com
I want to modify the script so that instead of... (2 Replies)
Discussion started by: chipperuga
2 Replies
6. What is on Your Mind?
Ten movies have been nominated as best motion picture by the International Press Academy, presentation of the 2012 Satellite Awards will be held on 16th December at Los Angeles, CA.
Place your bits here on one of the below nominated movie of your choice:-
Argo
... (0 Replies)
Discussion started by: Yoda
0 Replies
7. Shell Programming and Scripting
Hi All,
Suppose I want to take a screenshot of a website say Google and save that image. How should I do it?
I tried wget with this but of no help. It just makes a particular file in jpeg format but on opening the same it says corrupted. Although I can edit the jpeg as an HTML file.
wget... (15 Replies)
Discussion started by: ankur328
15 Replies
8. UNIX for Beginners Questions & Answers
Can anyone offer any advice on how to modify the script below to work on a new system we have, that has no graphics capability? We admin the system through a serial RAS device. I've tried running the below script through the RAS and through an ssh -X session. It failed with something like "GTK... (3 Replies)
Discussion started by: yelirt5
3 Replies
LEARN ABOUT DEBIAN
jpegicc
JPEGICC(1) General Commands Manual JPEGICC(1)
NAME
jpegicc - little cms ICC profile applier for JPEG.
SYNOPSIS
jpegicc [options] input.jpg output.jpg
DESCRIPTION
lcms is a standalone CMM engine, which deals with the color management. It implements a fast transformation between ICC profiles. jpegicc
is little cms ICC profile applier for JPEG.
OPTIONS
-b Black point compensation.
-c <0,1,2,3>
Precalculates transform. (0=Off, 1=Normal, 2=Hi-res, 3=LoRes) [defaults to 1]
-g Marks out-of-gamut colors on softproof.
-h <0,1,2>
Show summary of options and examples.
-i profile
Input profile (defaults to sRGB).
-m <0,1,2,3>
SoftProof intent.
-n Ignore embedded profile.
-p profile
Soft proof profile
-o profile
Output profile (defaults to sRGB).
-q <0..100>
Output JPEG quality.
-t <0,1,2,3>
Intent (0=Perceptual, 1=Colorimetric, 2=Saturation, 3=Absolute).
-v Verbose.
EXAMPLES
To color correct from scanner to sRGB:
jpegicc -iscanner.icm in.jpg out.jpg
To convert from monitor1 to monitor2:
jpegicc -imon1.icm -omon2.icm in.jpg out.jpg
To make a CMYK separation:
jpegicc -oprinter.icm inrgb.jpg outcmyk.jpg
To recover sRGB from a CMYK separation:
jpegicc -iprinter.icm incmyk.jpg outrgb.jpg
To convert from CIELab ITU/Fax JPEG to sRGB
jpegicc -iitufax.icm in.jpg out.jpg
NOTES
For suggestions, comments, bug reports etc. send mail to info@littlecms.com.
SEE ALSO
tifficc(1), tiffdiff(1), icc2ps(1), icclink(1), icctrans(1), wtpt(1)
AUTHOR
This manual page was written by Shiju p. Nair <shiju.p@gmail.com>, for the Debian project.
September 30, 2004 JPEGICC(1)