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 with LibRAW

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
PixAndMore Posted - Jul 13 2018 : 06:21:55
Hi...

https://cloud.xatosch.de/index.php/s/miZfCFZwNTJHzDg

when I load this image with v7.5 it looks like this:


with v8.01 like this:


would be nice when you can fix it... it works in the past..

btw: the extracted thumb is with both version identically...

Regards, Kai
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 17 2018 : 19:41:20
Yes, I completely agree. We try to avoid breaking code whenever we can (and mark as deprecated where appropriate):

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

However, in this case, the UseLibRaw property was only introduced in December and not enabled by default, so very few people were expected to be affected by the change (or at least, had made the change themselves). Sorry, that you were one of them.



Nigel
Xequte Software
www.imageen.com
PixAndMore Posted - Jul 17 2018 : 01:18:29
Hi Nigel,

better use this next time, instead of deleting the property:
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Deprecated



Regards, Kai
xequte Posted - Jul 16 2018 : 20:14:54
Yes, sorry, since v8.0.1 we now have three ways of loading RAW files, so changed the property.



Nigel
Xequte Software
www.imageen.com
PixAndMore Posted - Jul 16 2018 : 03:16:30
Hi Roy,

thanks for your answer, it works...

with 7.5 I had the parameter:
>> IEGlobalSettings.UseLibRaw := True;
which was invalid in v8 and I commented it out... that there was another parameter passed me by...



Regards, Kai
rmklever Posted - Jul 15 2018 : 08:34:50
Hi,

You could try changing Raw engine to LibRaw engine:

IEGlobalSettings().CameraRawEngine := iecrLibRaw;



Roy M Klever
Klever on Delphi - www.rmklever.com