IPL coder update

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
seanburke1979

IPL coder update

Post by seanburke1979 »

Friends,
Please find a link to a significantly updated IPLab coder at the bottom of this email. (IPL is a format common in bio-medical microscopy.) The coder has been significantly expanded to include six separate byte types (u8, u16, s16, s32, single and double) and supports reading the legacy "motorola subformat" that is defined in the Scanalytics documentation. The double format can be used with the HDRI option for HDRI data. As always, you can message me for more information or for coder support.

ftp://depot.aecom.yu.edu/pub/vzXLSQerK7wd2FMmv230/ipl.c


Best,

Sean
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IPL coder update

Post by magick »

We put your ipl.c module in ImageMagick subversion. It will be available in ImageMagick 6.4.1-2 Beta sometime tomorrow.
seanburke1979

Re: IPL coder update

Post by seanburke1979 »

Thanks!
Post Reply