POV-Ray : Newsgroups : povray.general : Anybody know this site? Server Time
9 Aug 2024 13:24:03 EDT (-0400)
  Anybody know this site? (Message 11 to 20 of 25)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>
From: 25ct
Subject: Re: Anybody know this site?
Date: 12 Aug 2000 18:23:46
Message: <3995ce72@news.povray.org>
So what do I *do* If I haven't got PNG? or TGA?
  I've got Photo deluxe 2.0,(Hahaha!!) and PS 5 (LE, nice!). Deluxe can
convert an image to .jpeg, but it won't do it, with Pov.
   I am at a loss, so far!

                   ~Steve~     (What? Where? When? ;o)




"Chris Huff" <chr### [at] maccom> wrote in message
news:chrishuff-CC5169.16461612082000@news.povray.org...
> In article <3995c067@news.povray.org>, "25ct" <25c### [at] lineonenet> wrote:
>
> >     PS, how do I save an image as .jpg, *in POV-Ray*, to 'send' to you
> > very 'NICE' people to perooooose over? Simple question, I know, but
> > I'M sure that you can handle it, Kari............thanx.
>
> You don't. You have to use an external program to convert an image
> generated by POV(in PNG or TGA format, for example) to JPEG. The next
> version may include JPEG *input*, but JPEG, as a "lossy" format, won't
> be available for output.
>
> --
> Christopher James Huff - Personal e-mail: chr### [at] maccom
> TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
> Personal Web page: http://homepage.mac.com/chrishuff/
> TAG Web page: http://tag.povray.org/


Post a reply to this message

From: Chris Huff
Subject: Re: Anybody know this site?
Date: 12 Aug 2000 18:42:45
Message: <chrishuff-73B1CD.17435312082000@news.povray.org>
In article <3995ce72@news.povray.org>, "25ct" <25c### [at] lineonenet> wrote:

>     So what do I *do* If I haven't got PNG? or TGA?
>   I've got Photo deluxe 2.0,(Hahaha!!) and PS 5 (LE, nice!). Deluxe can
> convert an image to .jpeg, but it won't do it, with Pov.
>    I am at a loss, so far!

What do you mean?
Are you trying to convert a .pov file? That won't work, you have to 
render it with POV and convert the resulting image. POV-Ray can output 
to many file formats, including TGA and PNG. The default settings place 
the rendered image in the same folder the .pov file is in.

-- 
Christopher James Huff - Personal e-mail: chr### [at] maccom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://homepage.mac.com/chrishuff/
TAG Web page: http://tag.povray.org/


Post a reply to this message

From: Bob Hughes
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 03:48:05
Message: <399652b5@news.povray.org>
"Chris Huff" <chr### [at] maccom> wrote in message
news:chrishuff-73B1CD.17435312082000@news.povray.org...
| In article <3995ce72@news.povray.org>, "25ct" <25c### [at] lineonenet> wrote:
|
| >     So what do I *do* If I haven't got PNG? or TGA?
| >   I've got Photo deluxe 2.0,(Hahaha!!) and PS 5 (LE, nice!). Deluxe can
| > convert an image to .jpeg, but it won't do it, with Pov.
| >    I am at a loss, so far!
|
| What do you mean?
| Are you trying to convert a .pov file? That won't work, you have to
| render it with POV and convert the resulting image. POV-Ray can output
| to many file formats, including TGA and PNG. The default settings place
| the rendered image in the same folder the .pov file is in.

My guess is that (s)he is saying that nothing there is capable of opening a
Targa or Portable Network Graphics image.  But only because I'm not sure
about what either of those programs can open.  Somehow I'd bet Photoshop
could do it, just a hunch.

Bob


Post a reply to this message

From: Kari Kivisalo
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 03:59:49
Message: <3996558A.CDAA55FF@kivisalo.net>
Chris Huff wrote:
>
> > Here is the theory on 2d electrical potential
> > u(xx) + u(yy) = 0
> > u(x+1,y) + u(x,y+1) + u(x-1,y) + u(x,y-1) = 4*u(x,y)
>
> Thanks...it looks like it will take a while to analyze this and convert
> it to 3d, though.

I think the equations  would just be

u(xx) + u(yy) + u(zz) = 0 and

u(x+1,y,z) + u(x,y+1,z) + u(x-1,y,z) + u(x,y-1,z) + u(x,y,z+1) + u(x,y,z-1) =
6*u(x,y,z)

I could convert my code quite easy to 3D for testing purposes but it would
require lots of RAM to run. Then I would write a macro that outputs an object/volume
as voxel image slice by slice as animation. What's the format of the pov
voxel image type (for input to pov)?

This setup would be enough to determine how useful Volume Connector :) vould be.


K.K.


Post a reply to this message

From: ingo
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 04:06:15
Message: <8F8F6FFC6seed7@204.213.191.228>
Kari Kivisalo wrote:

>What's the format of the pov
>voxel image type (for input to pov)?

The density_file.

from the doc: "The df3 format consists of a 6 byte header of three 16-bit 
integers with high order byte first. These three values give the x,y,z 
size of the data in pixels (or more appropriately called voxels). This is 
followed by x*y*z unsigned integer bytes of data. The data in the range of 
0 to 255 is scaled into a float value in the range 0.0 to 1.0. It remains 
at 0.0 for all areas beyond the unit cube. The pattern occupies the unit 
cube regardless of the dimensions in voxels."

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Kari Kivisalo
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 04:26:01
Message: <39965BAE.6C93E2CC@kivisalo.net>
Chris Huff wrote:
>
> This looks like it could be a useful enhancement for the proximity
> pattern(it could solve the grainyness problem)

Yes. If the volume contains just the object with potential 1 and the
remaining space is set free then every iteration pass would diffuse
the objects "electrical field" very smoothly around the object.

K.K.


Post a reply to this message

From: 25ct
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 04:58:52
Message: <3996634c@news.povray.org>
"Chris Huff" <chr### [at] maccom> wrote in message
news:chrishuff-73B1CD.17435312082000@news.povray.org...
> In article <3995ce72@news.povray.org>, "25ct" <25c### [at] lineonenet> wrote:
>
> >     So what do I *do* If I haven't got PNG? or TGA?
> >   I've got Photo deluxe 2.0,(Hahaha!!) and PS 5 (LE, nice!). Deluxe can
> > convert an image to .jpeg, but it won't do it, with Pov.
> >    I am at a loss, so far!
>
> What do you mean?
> Are you trying to convert a .pov file? That won't work, you have to
> render it with POV and convert the resulting image. POV-Ray can output
> to many file formats, including TGA and PNG. The default settings place
> the rendered image in the same folder the .pov file is in.
>
> --
> Christopher James Huff - Personal e-mail: chr### [at] maccom
> TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
> Personal Web page: http://homepage.mac.com/chrishuff/
> TAG Web page: http://tag.povray.org/


Hi Chris, apologies, that was the beer talking last night ;o)

   In Pov, I can't see any clear option to turn an image into a JPEG image,
like you can in Photo Deluxe 2 or Photoshop 5.   However, I have now found
my image saved as a .bmp, in MS Paint??!! (how'd it get there?)
   After rendering, do the images save as .bmp's by default? And is it ok to
send to pov.images in this format?
    As i've said in .newusers, i'm 'puter illit. So finding my way around
mine is a nightmare sometimes. I've only had it 6 months :o(  but i'm
getting there :o)

                                  ~Steve~


Post a reply to this message

From: Kari Kivisalo
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 05:25:10
Message: <3996698C.FBA075CE@kivisalo.net>
25ct wrote:
>
>    After rendering, do the images save as .bmp's by default?

In the winpov, yes.

> And is it ok to send to pov.images in this format?

jpg is the best format because you can choose between file size
and image quality. In photoshop open bmp, file/save a copy, choose jpg,
check preview, move the slider left until the image starts to look bad,
now save an post :)

K.K.


Post a reply to this message

From: 25ct
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 06:14:45
Message: <39967515@news.povray.org>
That's brilliant!!  Thanks very much Kari.....  :o) :o) :o)

                                  ~Steve~


"Kari Kivisalo" <kar### [at] kivisalonet> wrote in message
news:3996698C.FBA075CE@kivisalo.net...
> 25ct wrote:
> >
> >    After rendering, do the images save as .bmp's by default?
>
> In the winpov, yes.
>
> > And is it ok to send to pov.images in this format?
>
> jpg is the best format because you can choose between file size
> and image quality. In photoshop open bmp, file/save a copy, choose jpg,
> check preview, move the slider left until the image starts to look bad,
> now save an post :)
>
> K.K.


Post a reply to this message

From: Alan Kong
Subject: Re: Anybody know this site?
Date: 13 Aug 2000 09:50:50
Message: <9j9dpskbadaq99b7j75a7ilngf83t6f3e0@4ax.com>
On Sun, 13 Aug 2000 10:01:47 +0100 "25ct" <25c### [at] lineonenet> wrote:

>   After rendering, do the images save as .bmp's by default? And is it ok to
>send to pov.images in this format?

  Hi, Steve. I suggest reading all of the messages in the
povray.announce.frequently-asked-questions group, specifically "Where
can I post my binary or text file?"

-- 
Alan - ako### [at] povrayorg - a k o n g <at> p o v r a y <dot> o r g
http://www.povray.org - Home of the Persistence of Vision Ray Tracer


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>

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