|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Can someone do me a favor and convert this test image into the following
(allegedly) POV-Ray supported formats? (Obviously, conversion to
greyscale is needed for some of these. I'm also aware that the test
image will not make full use of the "depth" of some formats.)
IFF (various variants)
(Is there any software out there that still writes these?)
PGM (maxval <= 255)
PGM (maxval <= 65535)
PPM (maxval <= 255)
PPM (maxval <= 65535)
(Again, are these actually still relevant these days?)
POT
Furthermore, I'd like to make sure I didn't miss any files that can be
used for input in POV-Ray; I already have accounted for:
BMP
OpenEXR
GIF
Radiance HDR
JPEG
PNG
TARGA
TIFF
Post a reply to this message
Attachments:
Download 'assumed_gamma.png' (81 KB)
Preview of image 'assumed_gamma.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Darn, attached the wrong image! This is what I actually want:
Post a reply to this message
Attachments:
Download 'test_image.png' (52 KB)
Preview of image 'test_image.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"clipka" <ano### [at] anonymousorg> schreef in bericht
news:4aab79fd@news.povray.org...
>
> POT
As far as I know, the WinFract (?) is the only program that generates POT
files... or am I wrong?
I made the other images, but they are 1 to 3 mb in size each!!!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 12 Sep 2009 14:15:06 +0200, "Thomas de Groot"
<tDOTdegroot@interDOTnlANOTHERDOTnet> wrote:
>"clipka" <ano### [at] anonymousorg> schreef in bericht
>news:4aab79fd@news.povray.org...
>>
>> POT
>
>As far as I know, the WinFract (?) is the only program that generates POT
>files... or am I wrong?
And Fractint ;)
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thomas de Groot schrieb:
> I made the other images, but they are 1 to 3 mb in size each!!!
Could you e-mail them to "christoph", located at "lipka-koeln" in ".de"?
Thanks a bunch!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stephen schrieb:
>>> POT
>> As far as I know, the WinFract (?) is the only program that generates POT
>> files... or am I wrong?
>
> And Fractint ;)
Hum... maybe then I need to hack my own? I gather they're actually GIF
file "containers", with the data encoded as two side-by-side images, the
left one carrying the high-order byte and the right one the low-order
byte (with the color palette apparently being ignored). So it shouldn't
be too difficult to construct: All I probably need to do is convert to
greyscale, expand the canvas to the right, fill up with black or just
some random noise, convert to indexed colors (making sure the export
color palette is a continuous grey scale), and save as GIF, right?
The only problem I see is that this might accidently add some gamma (or
other nonlinear influence) to the picture that is not intended, and
defies the original purpose of my request, which is to get the gamma
conversion right for all input formats.
Any idea how to get this straight?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 12 Sep 2009 14:58:51 +0200, clipka <ano### [at] anonymousorg> wrote:
>
>Any idea how to get this straight?
Sorry it is way beyond me :(
You can download the source code for fractint, though.
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Stephen" <mcavoysAT@aolDOTcom> schreef in bericht
news:8q5na599rcfvmi6gpmoi1in0p6c6jbvepr@4ax.com...
> And Fractint ;)
Ah! Fractint is what I mean of course!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stephen wrote:
> On Sat, 12 Sep 2009 14:15:06 +0200, "Thomas de Groot"
> <tDOTdegroot@interDOTnlANOTHERDOTnet> wrote:
>
>> "clipka" <ano### [at] anonymousorg> schreef in bericht
>> news:4aab79fd@news.povray.org...
>>> POT
>> As far as I know, the WinFract (?) is the only program that generates POT
>> files... or am I wrong?
>
> And Fractint ;)
Who uses POT files anymore? Maybe support for it could be deprecated.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 12 Sep 2009 18:02:09 +0300, Warp <war### [at] tagpovrayorg> wrote:
>Stephen wrote:
>> On Sat, 12 Sep 2009 14:15:06 +0200, "Thomas de Groot"
>> <tDOTdegroot@interDOTnlANOTHERDOTnet> wrote:
>>
>>> "clipka" <ano### [at] anonymousorg> schreef in bericht
>>> news:4aab79fd@news.povray.org...
>>>> POT
>>> As far as I know, the WinFract (?) is the only program that generates POT
>>> files... or am I wrong?
>>
>> And Fractint ;)
>
> Who uses POT files anymore? Maybe support for it could be deprecated.
I've certainly not used it more than once and that's when I started using Pov.
Memo to self: Finish that plasma landscape fly through :)
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |