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
 Loading FITS

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
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.