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
 Possible bug in WIC saving

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
PetrPuncman Posted - Nov 27 2019 : 06:26:37
The method iewic>IEWicWrite(..) I believed saves an image data using any WIC codec not only TIFF. However there's a conditional compiler directive as follows:


{$ifdef IEINCLUDETIFFHANDLER}
IEInjectTIFFEXIF(Stream, Stream, '', '', 0, IOParams);
{$endif}


The IEINCLUDETIFFHANDLER is defined in my application. When I save JPEG or PNG through WIC I get unreadable file by even default image viewer in Windows. The reason is obvious, there's a TIFF Exif written in

When I comment it out the output is readable then.

Petr Puncman
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 29 2019 : 03:27:50
Thanks Petr,

We'll have a fix in the next release.

Nigel
Xequte Software
www.imageen.com