POV-Ray : Newsgroups : povray.binaries.images : Black Seas Barracuda finished (link) Server Time
15 Aug 2024 12:22:27 EDT (-0400)
  Black Seas Barracuda finished (link) (Message 8 to 17 of 17)  
<<< Previous 7 Messages Goto Initial 10 Messages
From: Ib Rasmussen
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 11:46:51
Message: <3D29B461.9050001@my.email.address>
Ken wrote:

> 
> David Fontaine wrote:
> 
>>http://davidf.faricy.net/image.php?pic=blackseasbarracuda3.jpg
>>
> 
> All I got was a black page with a "back to the gallery" link showing.

It works fine for me, and so does the rest of the gallery. I use 
Netscape 6.2, but since it is php it should be browser independent.

/Ib


Post a reply to this message

From: Timon Christl
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 13:36:55
Message: <3d29cdb7$1@news.povray.org>
David Fontaine wrote:
> http://davidf.faricy.net/image.php?pic=blackseasbarracuda3.jpg
> 
> The render time seems to have magically dropped for some reason...
> 
> After brightening the radiosity to make the ship show up better, I
> didn't like the big bright splotch on that one sail, so I dimmed the
> light from the sun, forgetting it would affect the clouds (slaps head)!
> I used light_groups to get it all how I want it.  I finally added
> load_file to the radiosity too so I can rerender it faster, but that's
> not what made it magically speed up, since this was the render I saved
> the rad data from...
> 
> BTW, all renders on my site are now shown with a black background when
> you click on them.  :)

As the other posters said, there is no image. I looked into the HTML 
source generated by your PHP code, and found the reason: You are using 
backslashes in the path to the image:

<img src=".\renders\blackseasbarracuda3.jpg">

but PHP (to be more exact, the underlying webserver) requires forward 
slashes as path separators. The character sequence \r is actually a 
single ASCII character (13 => Carriage return), the same is true for \b 
(which is 8 => Bell). Just change this and it will work.

-- 
Timon Christl <me### [at] christltimonde>

"Hungarian Notation is the tactical nuclear weapon of source code
obfuscation techniques" -- Unknown


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 13:49:26
Message: <Xns9245C920DADECraf256com@204.213.191.226>
David Fontaine <dav### [at] faricynet> wrote in 
news:3D2### [at] faricynet:

> http://davidf.faricy.net/renders/blackseasbarracuda3.jpg

Opera 6.03 crashes every time after opening this link

-- 


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 18:31:13
Message: <3D2A1411.5020503@faricy.net>
Timon Christl wrote:
 >
 > As the other posters said, there is no image. I looked into the HTML
 > source generated by your PHP code, and found the reason: You are using
 > backslashes in the path to the image:
 >
 > <img src=".\renders\blackseasbarracuda3.jpg">
 >
 > but PHP (to be more exact, the underlying webserver) requires forward
 > slashes as path separators. The character sequence \r is actually a
 > single ASCII character (13 => Carriage return), the same is true for
 >  \b (which is 8 => Bell). Just change this and it will work.

Hmm, it appears you're right.  I thought I had used the backslash
elsewhere, but I looked through my files and I guess I didn't.  I'll
change that and you tell me if it works.

Probably some browsers change the backslash to a forward slash, as it
worked fine for me in both IE and Netscape.  That or certain browsers
don't like the backslash.  BTW, PHP has nothing to do with it, as it
merely generates the HTML.  PHP uses C-style escape sequences, but the
PHP code had a double-backslash, resulting in HTML with one backslash.

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 18:33:55
Message: <3D2A14B3.7070509@faricy.net>
Rafal 'Raf256' Maj wrote:

> 
>>http://davidf.faricy.net/renders/blackseasbarracuda3.jpg
>>
> 
> Opera 6.03 crashes every time after opening this link

That would be a client-side problem...

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 8 Jul 2002 18:38:17
Message: <3D2A15B9.2010100@faricy.net>
David Fontaine wrote:

> http://davidf.faricy.net/image.php?pic=blackseasbarracuda3.jpg

The above link should work now.  :)

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 11 Jul 2002 23:35:09
Message: <3D2E4FCD.7090805@faricy.net>
Hello?  Is someone going to tell me if image.php works now?  :|


-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: Roz
Subject: Re: Black Seas Barracuda finished (link)
Date: 12 Jul 2002 16:15:43
Message: <3D2F3995.5090903@netscape.net>
David Fontaine wrote:
> Hello?  Is someone going to tell me if image.php works now?  :|
> 
> 

Works for me :)

-Roz


Post a reply to this message

From: David Fontaine
Subject: Re: Black Seas Barracuda finished (link)
Date: 12 Jul 2002 21:46:43
Message: <3D2F87E4.70307@faricy.net>
Roz wrote:

> 
> Works for me :)

Good!  :)

-- 
___     ______________________________________________
  | \     |_         website: http://davidf.faricy.net/
  |_/avid |ontaine           email: <dav### [at] faricynet>


Post a reply to this message

From: Dearmad
Subject: Re: Black Seas Barracuda finished (link)
Date: 12 Jul 2002 22:15:58
Message: <3D2F8E16.A1C361CC@applesnake.net>
hehe 
first one worked
second works
works
working still

-peter
-- 
Modeling slave:
"Ballet pour ma fille."
http://www.applesnake.net


Post a reply to this message

<<< Previous 7 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.