| T O P I C R E V I E W |
| quantuz |
Posted - Oct 12 2011 : 14:19:10 Hi!
I have added the IEAddExtIOPlugin("imagemagick.dll"); plugin to load fits file. But the loaded .fts image is mono 8-bit but it should be 16-bit. Where is the plugin handeling over the image to IE? and can the loaded image be set to load as 16-bit mono in IE?
Regards, //Christer |
| 3 L A T E S T R E P L I E S (Newest First) |
| fab |
Posted - Oct 15 2011 : 23:08:13 Please look at "InputOutput\FileFormatPlugins" example, it shows how add a custom file format. The function IEFileFormatADD actually adds the new format, so you should call it BEFORE loading of imagemagick plugin (using IEAddExtIOPlugIn). If you define the FITS format before, ImageEn will see it first. |
| quantuz |
Posted - Oct 15 2011 : 17:16:41 Hi Fabrizio! Thanks for the input. How can I override the "fits" format using the IEFileFormatAdd(FileFormatInfo) having my own fits code and still keep imagemagick.dll plugin for its other formats?
Regards, //Christer |
| fab |
Posted - Oct 12 2011 : 15:53:30 Hi,
Unfortunately it isn't possible, I'm sorry!
The Imagemagick plug-in not actively developed at this time.
|