POV-Ray : Newsgroups : povray.general : new free HDRI Server Time
2 Aug 2024 02:27:36 EDT (-0400)
  new free HDRI (Message 18 to 27 of 37)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Fredrik Eriksson
Subject: Re: new free HDRI
Date: 12 May 2005 16:26:57
Message: <op.sqoi7mdbcs6ysw@frogeater.bredbandsbolaget.se>
On Thu, 12 May 2005 19:43:53 +0200, Christoph Hormann  
<chr### [at] gmxde> wrote:
> Note i have felt myself the need for a simple hdr to xxx converter (xxx  
> being png or ppm - it does not really matter in the end) - combining it  
> with your favourite image viewer would allow a quick preview of hdr  
> images and it could also be used for conversion tasks.  But i did not  
> yet find the time to write one.


Seeing as how I already had a program that could convert HDR <--> OpenEXR,  
it was a relatively small task to add rudimentary PNG support. It can read  
PNG files with 8 or 16 bits/component, and write PNG files with 16  
bits/component. It's a very simple program, so no gamma correction,  
exposure control etc.
It is Windows only; I don't want to have to check all of it for  
portability. Tested on XP and 98SE.

If anyone is interested, you can find it at:
http://hem.bredband.net/b230591/hdr2exr.zip



-- 
FE


Post a reply to this message

From: Warp
Subject: Re: new free HDRI
Date: 12 May 2005 16:45:01
Message: <4283c04d@news.povray.org>
Christoph Hormann <chr### [at] gmxde> wrote:
>  Could you point me to an image that causes it crash?

http://www.evermotion.org/free/sky0041.zip

-- 
                                                          - Warp


Post a reply to this message

From: Warp
Subject: Re: new free HDRI
Date: 12 May 2005 16:47:57
Message: <4283c0fd@news.povray.org>
Fredrik Eriksson <noo### [at] nowherecom> wrote:
> If all you need is to convert HDR images to PNG16

  I would also like to be able to tune the exposure/contrast/whatever
of the hdri image before saving it.
  I suppose that is also possible with megapov, but I don't have it installed.
Perhaps I should.

-- 
                                                          - Warp


Post a reply to this message

From: Christoph Hormann
Subject: Re: new free HDRI
Date: 12 May 2005 17:25:02
Message: <d60hga$svb$2@chho.imagico.de>
Fredrik Eriksson wrote:
> It is Windows only; 

Well - that disqualifies it for most uses. ;-)

I don't see a reason why you would deliberately write a command line 
program windows only...

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 03 May. 2005 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Christoph Hormann
Subject: Re: new free HDRI
Date: 12 May 2005 17:25:02
Message: <d60hfs$svb$1@chho.imagico.de>
Warp wrote:
> 
> http://www.evermotion.org/free/sky0041.zip

Yes, there is definitely something wrong...

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 03 May. 2005 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Fredrik Eriksson
Subject: Re: new free HDRI
Date: 12 May 2005 17:36:08
Message: <op.sqomexe1cs6ysw@frogeater.bredbandsbolaget.se>
On Thu, 12 May 2005 23:23:21 +0200, Christoph Hormann  
<chr### [at] gmxde> wrote:
> Fredrik Eriksson wrote:
>> It is Windows only;
>
> Well - that disqualifies it for most uses. ;-)
>
> I don't see a reason why you would deliberately write a command line  
> program windows only...


I didn't explicitly make it Windows only. I am just not completely sure of  
the portability of the libraries used, particularly the OpenEXR library.  
If there is sufficient interest, I might make the effort to clean up the  
code and release the source, but otherwise I just don't want to bother.
It would probably work as-is on Linux, but I don't currently have a Linux  
installation to test with.



-- 
FE


Post a reply to this message

From: Fredrik Eriksson
Subject: Re: new free HDRI
Date: 12 May 2005 17:45:17
Message: <op.sqomt6b0cs6ysw@frogeater.bredbandsbolaget.se>
On Thu, 12 May 2005 22:47:57 +0200, Warp <war### [at] tagpovrayorg> wrote:
> Fredrik Eriksson <noo### [at] nowherecom> wrote:
>> If all you need is to convert HDR images to PNG16
>
>   I would also like to be able to tune the exposure/contrast/whatever
> of the hdri image before saving it.
>   I suppose that is also possible with megapov, but I don't have it  
> installed.
> Perhaps I should.


Couldn't you do those things in HDRShop, before converting?



-- 
FE


Post a reply to this message

From: Vincent LE CHEVALIER
Subject: Re: new free HDRI
Date: 12 May 2005 18:00:15
Message: <4283d1ef$1@news.povray.org>
Fredrik Eriksson wrote:
> I am just not completely sure
> of  the portability of the libraries used, particularly the OpenEXR 
> library.

Quoting www.openexr.com : "OpenEXR has been ported to GNU/Linux, OS X 
10.2, Win32, and IRIX. It should be fairly easy to port to other 
UNIX-like operating systems."

So apparently OpenEXR wouldn't cause much trouble...

-- 
Vincent


Post a reply to this message

From: Fredrik Eriksson
Subject: Re: new free HDRI
Date: 12 May 2005 18:11:47
Message: <op.sqon2dgscs6ysw@frogeater.bredbandsbolaget.se>
On Fri, 13 May 2005 00:00:15 +0200, Vincent LE CHEVALIER  
<gal### [at] libertysurffr> wrote:
> Fredrik Eriksson wrote:
>> I am just not completely sure
>> of  the portability of the libraries used, particularly the OpenEXR  
>> library.
>
> Quoting www.openexr.com : "OpenEXR has been ported to GNU/Linux, OS X  
> 10.2, Win32, and IRIX. It should be fairly easy to port to other  
> UNIX-like operating systems."
>
> So apparently OpenEXR wouldn't cause much trouble...


The question is: Does the OpenEXR source compile *and work* as-is on those  
platforms, or does "has been ported" simply mean "someone, somewhere,  
knows what must be changed to make it work on platform X"?

The big issue, though, is whether anyone even cares about this program. I  
could just release the source and let the users worry about portability,  
but I would have to clean it up a bit first, and I'm not going to make  
that effort unless people will benefit from it.



-- 
FE


Post a reply to this message

From: Alain
Subject: Re: new free HDRI
Date: 12 May 2005 19:41:16
Message: <4283e99c$1@news.povray.org>
Vincent LE CHEVALIER nous apporta ses lumieres en ce 2005-05-12 16:40:
> Warp wrote:
> 
>> Vincent LE CHEVALIER <gal### [at] libertysurffr> wrote:
>>
>>> Can anyone tell me more about 48bpp png format ? Is it able to store 
>>> float values ?
>>
>>
>>
>>   Truecolor images usually store 8 bits per color component. Some
>> image formats, such as for example png, support also 16 bits per color
>> component (making a total of 48 bits per pixel).
>>
> Ok, that was what I thought. So no floats involved, right ? Just asking, 
> because I'm considering a project right now, which will need high 
> dynamic range images, and thus I'm looking for the format that would 
> suit my needs best...
> 
Think of 48bpp png as "extended dynamic range". It can have 64bpp if you make use of
the alpha 
chanel (rgba).

Alain


Post a reply to this message

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

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