ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Problem to load some raw files

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
rawdvb Posted - Feb 21 2020 : 15:46:14
Hi all

i have a Problem to load some raw file from Sample Raw Images given in this page :

https://www.imageen.com/download/Index.html

the preview showing the correct range of color but when the photo is loaded the color range is bad











thank you in advance
and sorry for my english.

5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Feb 24 2020 : 22:53:48
Hi

Please use FindFileFormat();

https://www.imageen.com/help/FindFileFormat.html

Nigel
Xequte Software
www.imageen.com
rawdvb Posted - Feb 24 2020 : 04:13:50
Hi

how can i know the format of the file before loading it ... (is it a simple jpeg file or a raw file).

thanks.
rawdvb Posted - Feb 23 2020 : 04:40:33
Hi every one.

And let us know what results you get.


perfect ... thankyou for great component and support



Hi,
try follow befor load file.
You must set a white balance.

ImageEnVect.IO.Params.raw_useautowb := true;
or
ImageEnVect.IO.Params.raw_usecamerawb := true;
or
Set WB manual.


thankx.
klausdoege Posted - Feb 23 2020 : 03:18:49
Hi,
try follow befor load file.
You must set a white balance.

ImageEnVect.IO.Params.raw_useautowb := true;
or
ImageEnVect.IO.Params.raw_usecamerawb := true;
or
Set WB manual.


Klaus
www.klausdoege.de
xequte Posted - Feb 21 2020 : 17:20:20
Hi

ImageEn has three different methods for loading RAW files.

Please try the demo:

\Demos\InputOutput\CameraRaw\CameraRaw.dpr

And let us know what results you get.

Nigel
Xequte Software
www.imageen.com