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
 v6.2.1 and 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
klausdoege Posted - Oct 29 2015 : 15:50:22
Hello ,
I have to v6.2.1 converted, and now I can not load RAW files more .
If I use the example CameraRaw it works well, but not with my somewhat complex program. What should I do ?
The ielib32.dll is in the same directory.
IF IELibAvailable = False Then ... brings no mistake.
Does somebody has any idea ?

Klaus
www.klausdoege.de
8   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 12 2015 : 12:54:49
Hi Klaus

Email us

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Nov 12 2015 : 11:08:04
Hi Nigel,
how can I get fixed quickly ?

Klaus
www.klausdoege.de
xequte Posted - Nov 11 2015 : 14:06:43
Hi Klaus

We have a fix available for this.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Nov 06 2015 : 05:22:01
Hi Nigel,
sorry now i have v6.2.1 installed and it works perfect.
But by Example CameraRAW ImageEnView1.IO.Params.RAW_Gamma
does not work well, Gamma with ImageEnView1.IO.Params.RAW_ExtraParams
works a much better.
And Cameraname := ImageEnView1.IO.Params.RAW_Camera;
does not work.




Klaus
www.klausdoege.de
xequte Posted - Nov 01 2015 : 03:15:22
Hi Klaus

That issue should have been fixed in 6.2.1. Are you sure that is the version you are using?

Also, ensure StoreType is ietThumb or ietFastThumb.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Oct 31 2015 : 14:14:44
Hello Nigel,
it's Ok but i have a new Problem.
When i search RAW with IEFolderMView1, the time is verry long
to load the Picture.
I have set EnableLoadEXIFThumbnails := true but no change.
What can i do to load only the thumbnail from the RAW-File ?



Klaus
www.klausdoege.de
xequte Posted - Oct 29 2015 : 20:00:34
Hi Klaus

Sorry for the confusion, that one is a real gotcha. I've changed the code to raise an exception in this situation.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
klausdoege Posted - Oct 29 2015 : 16:37:54
Hi,
i have found the misteke.
ieFileformatRemove(ioRAW);
ieaddextioplugin('dcrawlib.dll');
This both lines must be comment.
// ieFileformatRemove(ioRAW);
// ieaddextioplugin('dcrawlib.dll');
Now works fine.

Klaus
www.klausdoege.de