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
 How to process own format image?

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
supersk Posted - Apr 28 2020 : 19:38:39
In the help doc, I found this:

IEAddExtIOPlugin
Declaration
function IEAddExtIOPlugin(const FileName : string) : Integer;
Description
Adds support for extra file formats using the ImageEn input/output plug-ins (DLL's) that can be downloaded from the Registered Users download page.
Available plug-ins allow you to load and save JBIG and other formats. All include source code if you need help to you write your own plug-ins.
Result is the FileType for the added formats, e.g. ioOtherDLLPlugIns, ioOtherDLLPlugIns + 1, etc. This can be used by methods such as LoadFromStream.

So, can you share a demo to write own plug-ins?
6   L A T E S T    R E P L I E S    (Newest First)
supersk Posted - May 07 2020 : 04:34:47
In the demo, it have a TImageEnFolderMView but do not use it. I modified it, then it works. Unfortunately#65292; I convert the demo to C++Builder, it can't work. I'll inspect it later. Thanks.
xequte Posted - May 07 2020 : 01:52:40
Did you try the demo? It includes a TImageEnFolderMView showing the custom file format.



Nigel
Xequte Software
www.imageen.com
supersk Posted - May 05 2020 : 21:34:08
Thanks.It works in the OpenImageEnDialog,but can not work in ImageEnFolderMView.How to improve it?
xequte Posted - Apr 30 2020 : 22:14:41
Hi

I cannot reproduce that. Please try this updated demo...

attach/xequte/2020430221436_FileFormatPlugins.zip
96.73 KB

Nigel
Xequte Software
www.imageen.com
supersk Posted - Apr 29 2020 : 02:57:31
Hi
I write a demo like"\Demos\InputOutput\FileFormatPlugins\FPlug.dpr",but when I browse the images using ImageEnFolderMView, it just display the file icons not thumbs, and it can't be displayed by AttechedImageEnView, what can I do to display the thumbs?
xequte Posted - Apr 29 2020 : 01:44:05
Hi

Rather than write a DLL, you can just use code to add your own format:

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

See the demo at:

\Demos\InputOutput\FileFormatPlugins\FPlug.dpr

Nigel
Xequte Software
www.imageen.com