Search found 6 matches

by marco-pano
Sat Mar 13, 2010 8:53 am
Forum: Classic - Suggestions
Topic: DxO Optics sidecar as companion file
Replies: 4
Views: 1643

Re: DxO Optics sidecar as companion file

Thanks so much, XnTriq.
I missed this explanation in the post you mentionned.
My Canon only create .CR2 files, to be compatible with DxO OpticsPro v5 and v6, I added this to xnview.ini

Code: Select all

Companion_00=cr2:cr2.dxo
Companion_01=cr2:cr2.v6.dxo
by marco-pano
Fri Mar 12, 2010 11:38 am
Forum: Classic - Suggestions
Topic: DxO Optics sidecar as companion file
Replies: 4
Views: 1643

DxO Optics sidecar as companion file

Using DxO Optics Pro to developp my Canon raw files, I'd like that DxO sidecar file with extension .dxo be added as companion to 'xmp, thm...' list.
by marco-pano
Fri Mar 12, 2010 11:24 am
Forum: Classic - Suggestions
Topic: Two or multi image Comparison utility
Replies: 6
Views: 2241

Re: Two o multi image Comparison utility

I create many panoramic pictures, ratio W/H is often higher then 2.
I'd like XnView comparison tool offer also the possibility to stack images horizontaly, one below other.
by marco-pano
Sun Oct 12, 2008 4:18 pm
Forum: GFL SDK
Topic: Who uses GFLSDK?
Replies: 19
Views: 46646

Hi Pierre, I've built an application with PBWin 9.0 compiler (www.powerbasic.com) using libGFL290.dll (full version as light version is not a correct Win 32 bit). This application aims to reproject spherical projection picture of panorama to other projection type. It's not a viewer application and r...
by marco-pano
Wed Sep 03, 2008 5:35 am
Forum: GFL SDK
Topic: GFL for Win, ICC profile functions in C Header not exported
Replies: 1
Views: 1312

GFL for Win, ICC profile functions in C Header not exported

ICC functions like gflBitmapHasICCProfile or gflBitmapCopyICCProfile are mentionned in libgfl.h C header file but not present in libgfl282.dll for Win32. These functions exist in a 'sister' DLL with Autopano Pro.

When do you think these functions could be exported in GFL for Win ? Thanks.
by marco-pano
Tue Sep 02, 2008 6:35 am
Forum: GFL SDK
Topic: Anyone using GFL with PowerBasic for Win DDT dialog
Replies: 0
Views: 1217

Anyone using GFL with PowerBasic for Win DDT dialog

I'm using PowerBasic products (www.powerbasic.com) and generally their DDT dialog (different from Win SDK style). I can based some coding from the VB6 examples but PB for Win is more powerful and manage pointer variables well (if pt is a pointer, @pt is the object pointed to). Any one experienced us...