Latest Build

A forum for exporter development discussion.
User avatar
zsouthboy
Posts: 1395
Joined: Fri Oct 13, 2006 5:12 am

Post by zsouthboy » Mon Apr 30, 2007 3:08 am

It wouldn't be too hard to write an import filter for Photoshop to open .igi files directly, if that's your idea.

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Post by dougal2 » Mon Apr 30, 2007 5:10 am

zsouthboy wrote:It wouldn't be too hard to write an import filter for Photoshop to open .igi files directly, if that's your idea.
i just thought this - what about writing a reinhard tonemapping plugin too?

User avatar
joegiampaoli
Posts: 837
Joined: Thu Oct 05, 2006 7:12 am
Location: San Miguel de Allende-MEXICO
Contact:

Post by joegiampaoli » Mon Apr 30, 2007 7:54 am

OnoSendai wrote:
joegiampaoli wrote:I have noticed that plugins like photoshop or gimp are more kind of a simulated bloom effect, while in indigo it kind of calculates a real camera lens.... I know it takes a hell of a time to process but I surely like more the bloom and glare in indigo, they are more realistic.
The bloom in Indigo is just a simple Gaussian blur, however it operates on HDR floating point pixel values, so in that sense it's more accurate, but also slower.
It could be sped up quite a lot though, in particular for supersampled images - it's not really necessary to treat each superpixel separately for the purposes of computing the bloom
AH, I see....ok.
Joe Giampaoli
Never tie a ship to a single anchor, nor life to a single hope
My Indigo Gallery

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Post by CTZn » Wed May 02, 2007 2:20 pm

Before edit I wrote:Er, Dougal... dunno if I missed something but I'm not experiencing the expected behaviour with VioletR12P1b1.exe !

The interface displays fine, image does load and shows up ok, but every parameter has no effect. Wether I activate and tweak any effect, nothing changes and the output line shows "Done." all the time, same for the log output wich stays unchanged as soon as the image is loaded, whatever I try.

Another weird thing is that it doesn't crash when exiting, but surprisingly it pops the firewall up (first launch) when quiting and not when launched, as expected.
Edit: In fact updating is triggered when I call a loading menu (especially Merge), so let's say it's fine ;) thanks Dougal !
obsolete asset

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Post by dougal2 » Thu May 03, 2007 9:53 am

CTZn wrote:
Before edit I wrote:Er, Dougal... dunno if I missed something but I'm not experiencing the expected behaviour with VioletR12P1b1.exe !

The interface displays fine, image does load and shows up ok, but every parameter has no effect. Wether I activate and tweak any effect, nothing changes and the output line shows "Done." all the time, same for the log output wich stays unchanged as soon as the image is loaded, whatever I try.

Another weird thing is that it doesn't crash when exiting, but surprisingly it pops the firewall up (first launch) when quiting and not when launched, as expected.
Edit: In fact updating is triggered when I call a loading menu (especially Merge), so let's say it's fine ;) thanks Dougal !
you will either need to press the "update" button, or check the "auto" box.
Also, entering numbers manually into the boxes doesn't yet work, you need to drag the sliders.

Lord of the Rings Junkie
Posts: 222
Joined: Fri Feb 23, 2007 4:38 pm

Post by Lord of the Rings Junkie » Thu May 03, 2007 12:56 pm

It would be nice if instead of having to reload an .igi file, the file would automatically update every time Indigo saved a new version.

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Post by CTZn » Thu May 03, 2007 2:13 pm

you will either need to press the "update" button, or check the "auto" box.
Muh, I missed both :oops:
obsolete asset

Sebastian
Posts: 156
Joined: Wed Feb 28, 2007 9:16 am

Post by Sebastian » Fri May 04, 2007 7:32 am

Sry, but where can I download the latest build ??

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Post by dougal2 » Fri May 04, 2007 7:37 am

if you want the latest official release, it's the first post in this thread.


the latest beta hack by myself, based on release 12 (called R12P1B1) is on the third page of this thread.

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Sloppy request and question

Post by CTZn » Fri May 04, 2007 2:33 pm

What about a progress bar in the status line (the one wich states "Updating...") ?

If I change camera glare settings, is blooming recomputed ? Is this necessary ?
obsolete asset

sk2k
Posts: 35
Joined: Sun Jan 07, 2007 10:26 pm

Post by sk2k » Sat May 05, 2007 11:27 pm

Hi,

R12P1B1 crashes at startup. :(

MfG
sk2k

Using Vista Home Premium 32bit.

User avatar
dougal2
Developer
Posts: 2532
Joined: Wed Nov 15, 2006 8:17 am
Location: South London

Re: Sloppy request and question

Post by dougal2 » Sun May 06, 2007 3:46 am

CTZn wrote:What about a progress bar in the status line (the one wich states "Updating...") ?

If I change camera glare settings, is blooming recomputed ? Is this necessary ?
a progress bar would require a callback from the image processing thread - not impossible. I'll have a fiddle in a minute and see what I can do.

And yes, if you change one parameter, all others need to be recomputed too. Each filter is applied to the image in sequence - there's no way around this.

User avatar
CTZn
Posts: 7240
Joined: Thu Nov 16, 2006 4:34 pm
Location: Paris, France

Post by CTZn » Mon May 07, 2007 3:12 am

All right !
obsolete asset

Anthony
Posts: 251
Joined: Fri Mar 02, 2007 6:42 pm

Re: Sloppy request and question

Post by Anthony » Mon May 07, 2007 4:15 pm

dougal2 wrote: And yes, if you change one parameter, all others need to be recomputed too. Each filter is applied to the image in sequence - there's no way around this.
Couldn't you make it so that when you change/turn on camera glare or bloom it creates an individual image with an alpha that it slaps onto the front of the original picture? I guess you would have to change heaps of stuffs but that would be possible wouldn't it?

Anthony
Posts: 251
Joined: Fri Mar 02, 2007 6:42 pm

Post by Anthony » Thu May 10, 2007 4:07 pm

Hello? :(

Post Reply
64 posts

Who is online

Users browsing this forum: No registered users and 2 guests