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
 ReplaceFileTIFF issue

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
graphman Posted - May 02 2014 : 04:49:43
There is multi-page TIFF file (4 pages)

After loading page:

ImageEnIO1->Params->ImageIndex = 0;
ImageEnIO1->LoadFromFileAuto(MyFile);

changing and replacing this page:

ImageEnView1->Proc->Negative();

ImageEnIO1->Params->TIFF_ImageIndex = 0;
ImageEnIO1->ReplaceFileTIFF(MyFile);

program delete this page and resulting file has 3 pages only.

Why?
How to fix this issue?

I have sent this file to you.

7   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 03 2015 : 14:13:19
Hi

Because ImageEn does not support Big-endian TIFF saving, this is still not possible. You would be better to load the whole file, make the change, and then save (i.e. which will change it to Little-endian).

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graph_man Posted - Nov 03 2015 : 05:36:34
Please inform me about results.
xequte Posted - Jun 29 2014 : 22:11:35
Hi

I'm afraid they are not yet available. I will inform when they are.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graphman Posted - May 09 2014 : 10:42:33
Please inform me about results.
xequte Posted - May 09 2014 : 03:46:39
Hi

We have analyzed the file you sent.

Unfortunately ReplaceFileTIFF and InsertFileTIFF cannot handle big-endian TIFF files, only LittleEndian TIFFs are presently supported.

We are presently working on an update that will add big-endian support to these methods.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
xequte Posted - May 07 2014 : 03:04:28
No, can you please resend.

Does it only happen with some specific TIFF files?


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
graphman Posted - May 06 2014 : 17:44:58
Have you received my file?