POV-Ray : Newsgroups : povray.binaries.images : HELP/// Server Time
3 Oct 2024 19:17:48 EDT (-0400)
  HELP/// (Message 15 to 24 of 24)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Ron Parker
Subject: Re: HELP///
Date: 10 Jan 2000 13:47:43
Message: <387a294f@news.povray.org>
On Sun, 09 Jan 2000 14:25:45 -0600, David Fontaine wrote:
>I think the "D" is too big, but I'm not sure.

On my sample penny here the D is also in a serif font, and the 9 
is not closed and has a descender.

-- 
These are my opinions.  I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

From: ryan mooney
Subject: Re: HELP///
Date: 10 Jan 2000 23:33:29
Message: <3879632F.C75963BE@earthlink.net>
Eha...? Penny sample...? where???
Yea i know the font work is basic until i can get more ttf.'s...
I am more concerned w/ the Lincoln bust and Memorial for now i am using
a prism for both but this i not the look i want...
( using basic cyrvetic for now )

Ron Parker wrote:

> On Sun, 09 Jan 2000 14:25:45 -0600, David Fontaine wrote:
> >I think the "D" is too big, but I'm not sure.
>
> On my sample penny here the D is also in a serif font, and the 9
> is not closed and has a descender.
>
> --
> These are my opinions.  I do NOT speak for the POV-Team.
> The superpatch: http://www2.fwi.com/~parkerr/superpatch/
> My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

From: ryan mooney
Subject: Re: HELP///
Date: 11 Jan 2000 00:18:15
Message: <38796DB5.72E9164B@earthlink.net>
Thanks A Link To Some Good ttf.'s Would be helpful if you please...

Ken wrote:

> ryan mooney wrote:
>
> > What is IMHO ,,,
>
> In My Humble Opinion ,,,
>
> --
> Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Ken
Subject: Re: HELP///
Date: 11 Jan 2000 01:13:57
Message: <387ACAB4.1697687@pacbell.net>
ryan mooney wrote:
> 
> Thanks A Link To Some Good ttf.'s Would be helpful if you please...

Below in the attached images you will see a cooper penny (front only)
that I raytraced about a year ago and the grey scale I used to bump
map the face. I never worked on the reverse side of the penny and the
grayscale I am providing certainly lacks in resolution. It will however
give you something to think about...

For ttf resources follow this link -

http://www.povray.org/links/3D_Programs/Fonts_and_Font_Utilities/Fonts/

-- 
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message


Attachments:
Download 'penny.jpg' (7 KB) Download 'pen3-a.jpg' (17 KB)

Preview of image 'penny.jpg'
penny.jpg

Preview of image 'pen3-a.jpg'
pen3-a.jpg


 

From: Ron Parker
Subject: Re: HELP///
Date: 11 Jan 2000 10:30:32
Message: <387b4c98@news.povray.org>
On Sun, 09 Jan 2000 21:42:28 -0700, ryan mooney wrote:
>Eha...? Penny sample...? where???

In my pocket.  :)

>I am more concerned w/ the Lincoln bust and Memorial for now i am using
>a prism for both but this i not the look i want...

I find it interesting that every image processing program I've ever seen
has a filter to differentiate the image along a direction (usually called
"emboss") but none seem to be able to do the inverse operation; that is, 
integrate the image along a direction.  If you could, you could then take
a carefully-controlled photograph of a penny (might need to paint it flat 
white first, to remove the specular highlights) and use the integrate 
feature to recover the contours.

-- 
These are my opinions.  I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

From: Matt Giwer
Subject: Re: HELP///
Date: 11 Jan 2000 22:33:42
Message: <387D479E.F38F1574@ij.net>
ryan mooney wrote:

> Thank You, Could Send/Post Me Some Examples ( Bump Map Is Not Something I
> Am Proficient At Yet) The Coin Site Would Be Nice Too I f You Can
> Remember.. Oh Well Guess I Will Keep Searching...

    You can also use and image map. This is code is from early in my POV
experience. There must certainly be better ways to do this.

#declare coin =  union
{
intersection
  {
   height_field {
    gif "coin2b.gif"
    smooth
    texture {cyltex2} // pigment {color <1,0.7,0>}
    translate <-.5, -.5, -.50>
    scale <1, 0.0275, 1>
         } // end height_field
   cylinder { <0,-.0137,0> <0,0.2,0> 1 translate <0,0.0,0> }
  }
 cylinder { <0,-.0137,0> <0,-0.1,0> 0.42 translate <0,0,0.01>
   texture  {cyltex2}}//color <1,0.7,0>} }
rotate <0,45,0>
translate <xloc, 1.604, zloc>
}
coin

http://giwersworld.org/artii/giants5a.jpg for the result.


Post a reply to this message

From: Matt Giwer
Subject: Re: HELP///
Date: 11 Jan 2000 22:46:23
Message: <387D4A9B.54B74CA7@ij.net>
Ron Parker wrote:

> I find it interesting that every image processing program I've ever seen
> has a filter to differentiate the image along a direction (usually called
> "emboss") but none seem to be able to do the inverse operation; that is,
> integrate the image along a direction.  If you could, you could then take
> a carefully-controlled photograph of a penny (might need to paint it flat
> white first, to remove the specular highlights) and use the integrate
> feature to recover the contours.

    Or just put a penny on a scanner.

    As to and inverse operation, I don't see what you mean. But there is
always a separate inverse function, the photonegative.

    And there is also almost always the "stamp" filter instead of emboss
which often works much better for things where emboss appears to be the right
thing but doesn't work. And with stamp you should get control of edge depth
and direction.


Post a reply to this message

From: Ron Parker
Subject: Re: HELP///
Date: 12 Jan 2000 10:10:28
Message: <387c9964@news.povray.org>
On Wed, 12 Jan 2000 22:46:35 -0500, Matt Giwer wrote:
>    Or just put a penny on a scanner.

That doesn't give you a depthmap, and it doesn't give you something you 
could integrate to get a depthmap (the light is coming from in front, so
there are no shadows.)

>    As to and inverse operation, I don't see what you mean. But there is
>always a separate inverse function, the photonegative.

I mean inverse in the mathematical sense, as in "the operation you'd perform
to undo the emboss operation."

>    And there is also almost always the "stamp" filter instead of emboss
>which often works much better for things where emboss appears to be the right
>thing but doesn't work. And with stamp you should get control of edge depth
>and direction.

But it does the same basic operation as emboss, which is differentiation.
I want a filter that integrates.

I could of course write one that works on PPM files, which would be good 
enough for my purposes.  Maybe when I have more free time... (like that'll
ever happen)

-- 
These are my opinions.  I do NOT speak for the POV-Team.
The superpatch: http://www2.fwi.com/~parkerr/superpatch/
My other stuff: http://www2.fwi.com/~parkerr/traces.html


Post a reply to this message

From: ryan mooney
Subject: Re: HELP///
Date: 16 Jan 2000 19:51:34
Message: <3881183C.B4AD02BC@earthlink.net>
I think i tried that but i will try it again...
Was not happy w/ image result from HF...
Maybe i did something incorrectly...?

Matt Giwer wrote:

> ryan mooney wrote:
>
> > Thank You, Could Send/Post Me Some Examples ( Bump Map Is Not Something I
> > Am Proficient At Yet) The Coin Site Would Be Nice Too I f You Can
> > Remember.. Oh Well Guess I Will Keep Searching...
>
>     You can also use and image map. This is code is from early in my POV
> experience. There must certainly be better ways to do this.
>
> #declare coin =  union
> {
> intersection
>   {
>    height_field {
>     gif "coin2b.gif"
>     smooth
>     texture {cyltex2} // pigment {color <1,0.7,0>}
>     translate <-.5, -.5, -.50>
>     scale <1, 0.0275, 1>
>          } // end height_field
>    cylinder { <0,-.0137,0> <0,0.2,0> 1 translate <0,0.0,0> }
>   }
>  cylinder { <0,-.0137,0> <0,-0.1,0> 0.42 translate <0,0,0.01>
>    texture  {cyltex2}}//color <1,0.7,0>} }
> rotate <0,45,0>
> translate <xloc, 1.604, zloc>
> }
> coin
>
> http://giwersworld.org/artii/giants5a.jpg for the result.


Post a reply to this message

From: Matt Giwer
Subject: Re: HELP///
Date: 17 Jan 2000 10:14:52
Message: <3883321D.1A598322@ij.net>
ryan mooney wrote:

    In development the problem I ran into was getting the .gif right. I had to
revise it several times, note the 2b. Everything but what I wanted "raised" had
to be exactly the same black pixels. Almost was not good enough. Anything else
had bumps in all the wrong places. Doing it today, I would not use .gif as there
is are too few intensities for smooth transitions.


> I think i tried that but i will try it again...
> Was not happy w/ image result from HF...
> Maybe i did something incorrectly...?
>
> Matt Giwer wrote:
>
> > ryan mooney wrote:
> >
> > > Thank You, Could Send/Post Me Some Examples ( Bump Map Is Not Something I
> > > Am Proficient At Yet) The Coin Site Would Be Nice Too I f You Can
> > > Remember.. Oh Well Guess I Will Keep Searching...
> >
> >     You can also use and image map. This is code is from early in my POV
> > experience. There must certainly be better ways to do this.
> >
> > #declare coin =  union
> > {
> > intersection
> >   {
> >    height_field {
> >     gif "coin2b.gif"
> >     smooth
> >     texture {cyltex2} // pigment {color <1,0.7,0>}
> >     translate <-.5, -.5, -.50>
> >     scale <1, 0.0275, 1>
> >          } // end height_field
> >    cylinder { <0,-.0137,0> <0,0.2,0> 1 translate <0,0.0,0> }
> >   }
> >  cylinder { <0,-.0137,0> <0,-0.1,0> 0.42 translate <0,0,0.01>
> >    texture  {cyltex2}}//color <1,0.7,0>} }
> > rotate <0,45,0>
> > translate <xloc, 1.604, zloc>
> > }
> > coin
> >
> > http://giwersworld.org/artii/giants5a.jpg for the result.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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