[Gimp-user] photo resolution

Chris Mohler cr33dog at gmail.com
Sun Oct 7 10:56:18 PDT 2007


On 10/7/07, Johan Vromans <jvromans at squirrel.nl> wrote:
> gimp_user <david at atf4.com> writes:
>
> > On Friday 05 October 2007 00:44:14 Johan Vromans wrote:
> > This is not stictly "on topic" for this list
>
> To make it even more off-topic: it doesn't work for me (FireFox 2.0),
> even after fixing the quotes around "Javascript"...

This seems to work:
<HTML>
<HEAD>
<TITLE> Screen</TITLE>
<SCRIPT LANGUAGE="Javascript">
function displayScreenProperties() {
with(document)  {
 write("<B>height: </B>")
 writeln("<B>"+(screen.height+"<BR>"))
 write("<B>width: </B>")
 writeln("<B>"+(screen.width+"<BR>"))
 write("<B>colorDepth: </B>")
 writeln("<B>"+(screen.colorDepth+"<BR>"))
}
}
displayScreenProperties()
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>

I agree it's not purely on-topic, but determining what type(s) of
image(s) you need as your final product is important when using any
design software....

Chris


More information about the Gimp-user mailing list