Author |
Topic  |
|
supersk
  
105 Posts |
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? |
|
xequte
    
39141 Posts |
|
supersk
  
105 Posts |
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
    
39141 Posts |
|
supersk
  
105 Posts |
Posted - May 05 2020 : 21:34:08
|
Thanks.It works in the OpenImageEnDialog,but can not work in ImageEnFolderMView.How to improve it? |
 |
|
xequte
    
39141 Posts |
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
  
105 Posts |
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. |
 |
|
|
Topic  |
|